uPortlandia is our vision of the future of data and identity management. We hope that the examples contained within this repository will serve as a guide for your adoption of sovereign identity solution(s).
What's inside:
curl -o- -L https://yarnpkg.com/install.sh | bash
)npm install serverless -g
)Step 1
Change setup_config.js to suit your requirements
Step 2
Save your AWS credentials in ~/.aws/credentials
under the [default]
profile.
Step 3
yarn setup --env stage
The setup script
Step 4:
Repeat the process for --env prod
.
Lambdas
Start Serverless Offline:
yarn local:api
Front End
In a separate terminal window, run
yarn start
Lambdas
yarn deploy:api --env stage
Front End
yarn deploy:static --env stage
Note: --env
must be stage
or prod
.