ran-isenbergran-isenbergCommunityยท1 Agent Skills Included

aws-lambda-handler-cookbook

Production-ready blueprint for building and deploying AWS Lambda services

Provides a complete Python blueprint for building production AWS Lambda services with CDK deployment code and CI/CD pipelines. Eliminates the guesswork around cloud deployment, observability, testing, and serverless best practices. Ships with layered handler architecture, unit to end-to-end tests, and monitoring so teams launch new services faster.
npx skills add ran-isenberg/aws-lambda-handler-cookbook --all -g -y
Available:

Tells the AI agent how this serverless project is structured, which coding and security rules to load per file area, and to never run cloud-mutating commands while planning changes.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

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