Lambda

Lambda Presets

Ready-to-deploy configuration presets for Lambda. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
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...

02

Container-Based Lambda Function

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...