AWS Lambda
Notes
Links
sqs-lambda - Rust crate for writing AWS Lambdas that are triggered by SQS.
AWS SAM Local - Allows you to run your serverless application locally for quick development and testing.
python-lambda-layer-builder - Build tool for creating optimized Python AWS Lambda layers.
AWS Lambda for Go - Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Lambda Powertools - Suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
AWS Lambda Go Api Proxy - Makes it easy to run Golang APIs written with frameworks such as Gin with AWS Lambda and Amazon API Gateway.
AWS Lambda Power Tuning - AWS Step Functions state machine that helps you optimize your Lambda functions in a data-driven way.
Chalice - Framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda.
Chaos Lambda - Serverless chaos monkey for AWS (runs on AWS Lambda).
golambda - AWS Lambda Go functions made easy.
AWS Lambda Extensions - Collection of sample extensions to help you get started with AWS Lambda Extensions.
aws-lambda-nodejs-esbuild - AWS CDK Construct to build Node.js AWS lambdas using esbuild.
aws-lambda-deploy - Collection of sample tools to enable canary deployments of AWS Lambda functions.
Mangum - AWS Lambda & API Gateway support for ASGI.
lambda_decorators - Collection of useful decorators for making AWS Lambda handlers.
cdk-watch - CLI to watch and live-update your CDK Stack's Lambdas.
re:Web - Enables classic web applications to run on AWS Lambda.
Last updated