01
Zip-Based Lambda Function
This preset creates a Lambda function deployed from a zip archive stored in S3. It uses the Node.js 18.x runtime with 256 MB memory and a 30-second timeout. This is the most common Lambda deployment...
Loading...
Ready-to-deploy configuration presets for Lambda. Each preset is a complete manifest you can copy, customize, and deploy.
2 presetsThis preset creates a Lambda function deployed from a zip archive stored in S3. It uses the Node.js 18.x runtime with 256 MB memory and a 30-second timeout. This is the most common Lambda deployment...
This preset creates a Lambda function deployed from a container image in ECR. The runtime and handler are defined by the image's CMD/ENTRYPOINT, not by Lambda configuration. This is ideal for...