lambda_generate_function
Generate an AWS Lambda function with boilerplate code, handler setup, and event typing. Choose runtime and trigger to scaffold a deployable function.
Instructions
Generate an AWS Lambda function with boilerplate code, handler setup, and event typing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function name | |
| api_key | No | API key for authentication | |
| runtime | Yes | Lambda runtime environment | |
| trigger | Yes | Event trigger type |