Architecture
See deployment for notes on how to deploy to AWS.
- Make sure you're aws keys are set up in
~/.aws/credentials - Make sure you have serveless installed.
npm install -g serverless
- Also don't forget to:
npm install
In order to run create the stack in AWS run:
serverless deploy --region <region> --stage <stage>
To clean up run:
serverless remove
- Serverless - The Serverless Framework
- Webpack - A bundler for javascript and friends
All contributions are welcome. Make a pull request wiihooo 🤠
- Gemini Wind
This project is licensed under the MIT License - see the LICENSE.md file for details
