Save your Showdown teams to the cloud!
Saves your teams to the cloud using a Chrome browser extension, AWS Lambda, and S3.
Saved in the /chrome-extension folder.
- go to the chrome extensios page,
- check "developer mode"
- click "Load unpacked extension"
- select the
/chrome-extensionfolder, then "select"
Saved in the /lambda folder.
- Install the serverless framework
- Have an AWS account, with a credit card on file (sorry...)
- From the CLI, in the
/lambdafolder:../node_modules/.bin/serverless deploy --stage one --region us-east-1 - Update any paths in the
/chrome-extensionfolder fromhttps://8duqbw8p14.execute-api.us-east-1.amazonaws.com/one/teamto your API endpoint.