mutton
Lambda handler library
A library providing reusable and configurable AWS Lambda handlers for Python
Better AWS Lambda Handlers in Python
16 stars
6 watching
4 forks
Language: Python
last commit: almost 2 years ago
Linked from 2 awesome lists
awsaws-lambdahandlerpythonserverless
Related projects:
Repository | Description | Stars |
---|---|---|
nficano/python-lambda | A toolset for bundling and deploying Python code in AWS Lambda | 1,502 |
aws/aws-lambda-builders | A Python library to compile and package AWS Lambda functions for various runtimes and frameworks | 339 |
ebridges/lgw | Tools and templates for configuring an AWS Gateway in front of a Lambda function | 0 |
kubek2k/lambdoku | A tool for managing AWS Lambda functions in a Heroku-like manner. | 568 |
abailly/aws-lambda-haskell | Enables Haskell code to run on AWS Lambda without requiring manual intervention or setup | 135 |
theam/aws-lambda-haskell-runtime | A Haskell runtime specifically designed to run on AWS Lambda | 270 |
twharmon/golamb | A toolset for building and deploying AWS Lambda functions with Go. | 7 |
shaftoe/api-gateway-lambda-cdk-example | A CDK-based project demonstrating the setup of an AWS Lambda function with API Gateway and Pushover integration for handling HTTP requests. | 9 |
lambdahack/lambdahack | A game engine library for creating procedural ASCII roguelike games with tactical squad combat and replayability features | 624 |
alestic/lambdash | Enables running shell commands within an AWS Lambda environment and outputs results | 531 |
igorw/lambda-php | An interpreter for a minimal programming language inspired by the lambda calculus | 23 |
taylorbriggs/mailchimp-lambda | An AWS Lambda function for automating MailChimp subscriptions. | 44 |
smarie/python-mini-lambda | A Python library that generates and compiles minimal lambda functions for simple expressions. | 14 |
mrjohannchang/mqtthandler.py | Provides an MQTT logging handler allowing Python applications to send log messages via MQTT | 21 |
holoviz/param | A Python library providing a set of attributes to make code more reliable and maintainable by declaring parameters with type and range checking, documentation strings, default values, etc. | 434 |