aws-lambda-cpp icon indicating copy to clipboard operation
aws-lambda-cpp copied to clipboard

SAM Template for C++ S3 Lambda Example

Open daniel-fudge opened this issue 3 years ago • 2 comments

After much searching I can't find an example of a C++ lambda function deployed with SAM.

I think the addition of a SAM example would be very useful for user starting to develop C++ Lambda functions.

daniel-fudge avatar Apr 04 '22 22:04 daniel-fudge

The Rust runtime Readme has an excellent SAM example. The SAM addition to this repo would be extremely helpful. https://github.com/awslabs/aws-lambda-rust-runtime

daniel-fudge avatar Apr 05 '22 15:04 daniel-fudge

The littermap-aws-backend project has a lambda written in C++ that deploys with SAM.

See: Building and deploying native binary lambda functions

specious avatar Oct 13 '22 02:10 specious