You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create IAM credentials with bare minimum amount of access
Add credentials to Travis as AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables (ideally in the UI so there's no risk of leakage, but encrypted in travis.yml is OK too)
Run ./scripts/deploy.js after building, on commits to master (NOT for PRs)
You might need to adjust deploy.js a bit, I made some assumptions when writing it (region is us-west-1, function name is BabelBot) that might not actually be true.
The text was updated successfully, but these errors were encountered:
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
environment variables (ideally in the UI so there's no risk of leakage, but encrypted intravis.yml
is OK too)./scripts/deploy.js
after building, on commits tomaster
(NOT for PRs)You might need to adjust
deploy.js
a bit, I made some assumptions when writing it (region isus-west-1
, function name isBabelBot
) that might not actually be true.The text was updated successfully, but these errors were encountered: