lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bearrito opened this issue · comments

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

  • How does docker-lambda work with the Provided Runtimes? I looked at the examples but I could not follow what was happening.
  • Are there known users of docker-lambda with C++? I searched the issues but did not see any.

Thanks ahead of time.