Skip to content

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. ๐Ÿ› 

Notifications You must be signed in to change notification settings

Elizabeth-Warren/serverless-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

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. ๐Ÿ› 

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published