moritzzimmermoritzzimmerCommunityยท1 Agent Skills Included

terraform-aws-lambda

Scaffold AWS Lambda functions with Terraform and CI/CD

Scaffolds production-ready AWS Lambda projects with Terraform configuration, runtime-specific build tooling, and correct event source wiring. Eliminates manual IAM policy setup, trigger configuration, and deployment pipeline boilerplate for SQS, SNS, Kinesis, DynamoDB, and EventBridge. Generates working Go, Rust, Python, Java, .NET, and Node.js function code with Makefiles so teams deploy faster with fewer errors.
npx skills add moritzzimmer/terraform-aws-lambda --all -g -y
Available:

Gives your AI agent the module's structure, naming conventions, and step-by-step rules for safely adding features and generating valid Terraform Lambda configurations.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’