Skip to content

Commit

Permalink
feat: update SAM CLI with latest App Templates commit hash (#7292)
Browse files Browse the repository at this point in the history
* feat: updating app templates repo hash with (dc3e2d63332d1dac1557581c06ed323a0aab1d58)

* Update init integration test

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent dbda8db commit ee0974b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samcli/runtime_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"app_template_repo_commit": "ad846a4a89679a0335a20768308c14c81edca9df"
"app_template_repo_commit": "dc3e2d63332d1dac1557581c06ed323a0aab1d58"
}
4 changes: 2 additions & 2 deletions tests/integration/init/test_init_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ def test_interactive_init(self):
# 1: AWS Quick Start Templates
# 1: Hello World Example
# N: Use the most popular runtime and package type? (Python and zip) [y/N]
# 13: nodejs18.x
# 13: nodejs20.x
# 1: Zip
# 1: Hello World Example
# N: Would you like to enable X-Ray tracing on the function(s) in your application? [y/N]
Expand All @@ -912,7 +912,7 @@ def test_interactive_init(self):
1
1
N
13
11
1
1
N
Expand Down

0 comments on commit ee0974b

Please sign in to comment.