-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deploy htsget-http-lambda. #81
Conversation
…allow null body for post requests.
…pe, update readme.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing, so glad to see this finally getting merged, I'm glad that the s3-rust-noodles-bam PoC facilitated this :D
Nitpick: I'm a bit unsure of tracing:debug!
being the most appropriate logging construct, but we can refine that later...
Can you refer the cargo-lambda
issue we discussed over slack (single shot & retry features for CI) in this PR as a comment? I'd like to keep track of that one.
The following pull request adds an example of deploying htsget-http-lambda using aws-cdk. The cdk stack is deployed as a
RustFunction
using rust.aws-cdk-lambda - which uses cargo-lambda for compiling - and is integrated with aws api gateway.Changes: