hackerati / generator-lambda-cd

Tool to help developers quickly create skills for text- and voice-based chatbots
MIT License
0 stars 0 forks source link

Set AWS creds in Travis config #14

Closed thomkrillis closed 7 years ago

thomkrillis commented 7 years ago

Travis needs credentials to deploy to AWS Lambda. We want to be able to remove travis encrypt.

ACs:

thomkrillis commented 7 years ago

Travis API allows us to fetch the public key of a repo to encrypt environment variables (in place of travis encrypt). So this should be pretty painless.