Published onJune 7, 2022Deploy Python Lambda functions with container images in AWS CDKcdklambdapythondockerYou can deploy your Lambda function code as a container image. This blog post is about how to do that in AWS CDK.
Published onApril 8, 2022Lambda Nodejs Container with Custom Python RuntimedockerlambdapythonLet's assume that we want to execute python file in a node js environment. So the container image should have both python and node js runtime and the container should compatible with lambda