Open-Source Projects

01template

AWS Lambda Handler Cookbook

This repository provides a working, deployable, open source-based, serverless service template with an AWS Lambda function and AWS CDK Python code with all the best practices and a complete CI/CD pipeline.

Python66860
02library
1M+ Downloads

AWS Lambda Environment Modeler

A Python library designed to simplify the process of managing and validating environment variables in your AWS Lambda functions.

Python515
03demo

Serverless Python Demo

Service code examples of my AWS re:Invent 23 session: "The pragmatic Serverless Python Developer". This project covers an opinionated approach to Python project setup, testing, profiling, deployments, and operations.

Python8513
04template

AWS Lambda MCP Cookbook

This repository provides a working, deployable, open source-based, serverless MCP server blueprint with an AWS Lambda function and AWS CDK Python code with all the best practices and a complete CI/CD pipeline.

Python12415
05template

Serverless Cookiecutter Python

Based on the AWS Lambda Handler Cookbook project, this repository is a CLI based cookiecutter template for new Serverless services - CDK deployment code, pipeline and handler are covered with best practices built in.

Python374
06demo

AWS Text to Speech

This repository deploys a serverless service that takes text files uploaded to a bucket, converts them to an MP3 and sends the output to an email address.

Python60
07template

AWS Serverless Cron Template

This project provides a working, open source based, Serverless cron jobs Python code including DEPLOYMENT code with CDK and a pipeline.

Python132
08demo

Governance Sample - AWS Service Catalog

This repository provides a sample implementation to showcase how to enforce governance policies through AWS Service Catalog, helping ensure compliance and efficient management of AWS resources while keeping a high level of visibility on deployed services across your organization.

Python110
09demo

Streamlining Serverless Governance

This repository contains an AWS CDK project that sets up a secure and cost-optimized architecture consisting of an SQS queue, a Lambda function, and an S3 bucket, along with a Dead Letter Queue (DLQ) and redrive policies.

Python50
10collection

Awesome Serverless Blueprints

A collection of awesome AWS Serverless blueprints, showcasing best practices with various IaC tools, CI/CD pipelines, and programming languages for building scalable, secure Serverless applications.

Makefile584
11demo

Auto Cross Account Access Service

Demo service that shows how to enable automatic cross account access automation of IAM policies using service catalog.

Python21