Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update SAM CLI with latest App Templates commit hash #7292

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading