saurabh0719 / deploy.sh

Bash utility to deploy serverless python applications to AWS Lambda with Zappa :zap:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy.sh

Utility to deploy serverless python applications to AWS Lambda with Zappa

Requirements

$ pip install zappa

The project root should contain a valid zappa_settings.json file to avoid running into errors.

deploy.sh

This file contains an interactive menu to run common Zappa commands.

$ chmod +x deploy.sh  # grant permissions
$ ./deploy.sh

About

Bash utility to deploy serverless python applications to AWS Lambda with Zappa :zap:

License:MIT License


Languages

Language:Shell 100.0%