Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 344 Bytes

Stella Serverless

Setup Instructions

Dependencies

brew install serverless yarn pyenv mongodb-community

Repository Setup

pyenv virtualenv 3.8.0 stella-serverless
pyenv local stella-serverless

pipenv install

yarn install

cp .env.sample .env # and edit accordingly

Deploying

sls deploy