Published onMay 16, 2025Deploy 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 22, 2023Lambda 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