Skip to content

Commit add6fb5

Browse files
github-actions[bot]actions-userckawl
authored
feat: update SAM CLI with latest App Templates commit hash (#9137)
* feat: updating app templates repo hash with (2633175d5110904041cb09e11d5eced34c1ba1db) * Fix test input for AWS Quick Start template * Fix test input for nodejs version in init command --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: ckawl <ckawl@amazon.com>
1 parent 93823f1 commit add6fb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

samcli/runtime_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"app_template_repo_commit": "5b0b24062370f27a2a2ec3202041cf894005da3c"
2+
"app_template_repo_commit": "2633175d5110904041cb09e11d5eced34c1ba1db"
33
}

tests/integration/init/test_init_command.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def test_interactive_init(self):
904904
# 1: AWS Quick Start Templates
905905
# 1: Hello World Example
906906
# N: Use the most popular runtime and package type? (Python and zip) [y/N]
907-
# 13: nodejs20.x
907+
# 18: nodejs20.x
908908
# 1: Zip
909909
# 1: Hello World Example
910910
# N: Would you like to enable X-Ray tracing on the function(s) in your application? [y/N]
@@ -914,7 +914,7 @@ def test_interactive_init(self):
914914
1
915915
1
916916
N
917-
13
917+
18
918918
1
919919
1
920920
N

0 commit comments

Comments
 (0)