-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from rrigato/dev
Upgrade to ASK version 1.19
- Loading branch information
Showing
4 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
aws s3api put-object --bucket lambda-deployment-bundles \ | ||
--key layers/ask_sdk_core_most_recent.zip \ | ||
--key layers/ask_sdk_core_1_19_0.zip \ | ||
--body layers/ask_sdk_core_1_19_0.zip | ||
|
||
|
||
aws cloudformation create-change-set \ | ||
--stack-name alexa-skills-kit-sdk-python-layer \ | ||
--change-set-name tvratings-new-layer-version \ | ||
--template-body file://templates/ask_lambda_layer.template | ||
--template-body file://templates/ask_lambda_layer.template | ||
|
||
aws cloudformation execute-change-set \ | ||
--stack-name alexa-skills-kit-sdk-python-layer \ | ||
--change-set-name tvratings-new-layer-version | ||
--change-set-name tvratings-new-layer-version |
This file contains 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