Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ This section is for both single functions and applications composed of multiple
* [deploy-notebook](https://github.com/RodionChachura/deploy-notebook) - Quickly deploy code you've written in a jupyter notebook as a lambda, as described in [Deploy Jupyter Notebook to AWS Lambda](https://medium.com/@geekrodion/deploy-jupyter-notebook-to-aws-lambda-a57e87c53f37)
* [django-docker-zappa-boilerplate](https://github.com/alexazevedo/django-docker-zappa-boilerplate) - Template for settting up serverless Django with Zappa, Docker, MySQL and Nginx for local development and remote deployment to AWS Lambda / API Gateway.
* [docker-lambda-python36-rust](https://github.com/ElementAI/docker-lambda-python36-rust) - Docker image that builds Rust applications serverless for AWS Lambda.
* [docker-lambda](https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment
* [docker-lambda](https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment.
* [domovoi](https://github.com/kislyuk/domovoi) - Domovoi is an extension to [AWS Chalice](https://github.com/awslabs/chalice) to handle [AWS Lambda](https://aws.amazon.com/lambda/) event sources other than HTTP requests through an API Gateway. Domovoi lets you easily configure and deploy a Lambda function to serve HTTP requests through an [ALB](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html), on a schedule, or in response to a variety of events like an [SNS](https://aws.amazon.com/sns/) or [SQS](https://aws.amazon.com/sqs/) message, S3 event, or custom AWS [step function](https://aws.amazon.com/step-functions/) transitions.
* [formplug-serverless](https://github.com/danielireson/formplug-serverless) - A form forwarding service for AWS Lambda that you can use to accept form submissions by email without server-side code.
* [goad](https://github.com/goadapp/goad) - An AWS Lambda powered, highly distributed, load testing tool built in Go.
* [http-lambda](https://github.com/nextmetaphor/http-lambda) - A simple golang-based utility which enables AWS Lambda functions to be invoked from an HTTP endpoint. Use if you want to expose Lambda functions over HTTP without using the AWS API Gateway.
Expand Down