terraform-aws-lambda
Scaffold AWS Lambda functions with Terraform and CI/CD
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install terraform-aws-lambda?โผ
Run `npx skills add moritzzimmer/terraform-aws-lambda --all -g -y` in your terminal to install all skills in this suite globally.
How to create a Lambda function with Terraform?โผ
Describe your function name, runtime, and trigger in plain English, and the skill generates the full Terraform module configuration, build Makefile, and starter code.
Which Lambda runtimes are supported?โผ
Go, Rust, Python, Java, .NET, Node.js, and container images are all supported, each with correct build tooling and project layout.
Does it set up IAM permissions automatically?โผ
Yes. The module attaches least-privilege IAM policies automatically based on the features and event sources you enable, so no manual IAM work is needed.
Can it configure blue/green Lambda deployments?โผ
Yes. It can generate a CodePipeline and CodeDeploy setup with canary or linear strategies and automatic rollback on failure.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core