-
Notifications
You must be signed in to change notification settings - Fork 361
Example has disappeared? #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry about that. It's not that it's disappeared is that the readme reflects documentation for the released version while the state of the code base reflects the state of the next version. This should get cleaned up for the next release but until then you can browse the source under the https://github.com/awslabs/aws-lambda-rust-runtime/blob/v0.2.0/lambda-runtime/examples/basic.rs |
Was v0.2.0 code used for the published crate, which is listed as 0.2.1? I'm trying to find the implementation of @softprops - can you point me in the right direction? |
@rimutaka New to Rust here too. If you want to take a peek at some code that mostly works with
But both the example code from that branch as well as the That code should give you an idea/example about how to proceed in the interim, as @softprops polishes his changes and things like SAM CLI gets upstreamed (fingers crossed). That SAM CLI stuff should make the deployment steps way easier and (hopefully) deprecate my adhoc AWS CDK script. |
Re IntoResponse. Try just returning the serde value. Re sam cli: it's been a frustrating ride sheparding that along. The sam team have some trepidation due to some design issues with sam itself today with the provided runtime in particular which may cause long term support hassle for them. Don't get your hopes up yet because mine are slowly dieing! |
Argh, thanks for telling, I need to catch up and review on that and see if I can help somehow :-S |
Actually, the examples, ReadMe and crate docs are a bit out of sync.
I suspect that the absolute majority of users want a stable runtime, examples how to use it and no desire to modify the source. Cross-ref: #216 |
If you want a non- https://github.com/knoldus/AWS-Lambda-With-Rust ... but that one breaks on |
@andresv posted a blog last week using this library from |
Yes, please use them :) |
@rimutaka Feel free to use my repo as well for a domain-specific bioinformatics example, it works now with master too: |
These issues were fixed in two previous PRs, I'm going to close this issue. Please feel free to re-open if necessary. |
The sentence "The code above is the same as the basic example in the lambda-runtime crate." in the readme contains a dead link.
I dug around a little and didn't find anything that obviously matches.
The text was updated successfully, but these errors were encountered: