aws-lambda-handler-cookbook
Production-ready blueprint for building and deploying AWS Lambda services
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install aws-lambda-handler-cookbook?โผ
Run `npx skills add ran-isenberg/aws-lambda-handler-cookbook --all -g -y` in your terminal to install all skills in this suite globally.
What is the AWS Lambda Handler Cookbook?โผ
It is an open-source Python blueprint for production AWS Lambda services, including CDK infrastructure code, a CI/CD pipeline, and a full test suite.
How do I start a new serverless service from this blueprint?โผ
Use the Cookiecutter template described in the README, answer a few naming questions, then run `uv sync` and `make deploy` to ship your service to AWS.
Does this blueprint include testing and monitoring?โผ
Yes. It ships with unit, integration, infrastructure, and end-to-end tests plus CloudWatch dashboards, alarms, and AWS Lambda Powertools observability built in.
Can AI coding agents work with this repository?โผ
Yes. The included CLAUDE.md and scoped rule files guide AI agents on architecture layers, security constraints, and safe commands when modifying the service.
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