Created
June 22, 2020 02:18
-
-
Save thanakijwanavit/673e6265ae7f212c27a7848ab7b26e7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ./wallet-database\ | |
| &&sam build --profile villaaws\ | |
| &&sam package --profile villaaws --s3-bucket wallet-database-app --force-upload --output-template-file packaged.yaml\ | |
| &&sam publish --profile villaaws --template packaged.yaml --region ap-southeast-1 | |
| echo building wallet encryptor function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment