Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 950 Bytes

File metadata and controls

27 lines (19 loc) · 950 Bytes

serverless-toolbox 🛠

Serverless Toolbox is a project that provides a small utility layer over the Serverless Framework to make local setup simpler and consistent between developer machines.

NOTE: This project requires Docker installed on your developer machine.

$ cp .env.example .env # Fill out the AWS credentials in the .env file
$ make build           

Feel free to store additional .env files for various AWS accounts, as they will be caught by the gitignore.

.env.development
.env.staging
.env.production

Any command that interacts with source code requires you to specify the project directory before the make command, eg:

$ SRC=~/dev/example-function make toolbox
$ root@...:/ sls       # Run the 'sls' command for the help prompt

Full CLI documentation can be found here.