lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.84k stars 431 forks source link

[Question] Support for Provided Runtimes (Namely C++) #367

Open bearrito opened 1 year ago

bearrito commented 1 year ago

I'm working on new project that will use the AWS C++ SDK and the associated C++ runtime

https://github.com/aws/aws-sdk-cpp https://aws.amazon.com/blogs/compute/introducing-the-c-lambda-runtime/

A few questions

Thanks ahead of time.