Skip to content

Commit

Permalink
Update architectures list for all runtimes (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit authored Sep 19, 2023
1 parent 88380eb commit 2d151d9
Show file tree
Hide file tree
Showing 158 changed files with 406 additions and 174 deletions.
2 changes: 1 addition & 1 deletion al2/dotnet7-aot/hello/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"runtime": "provided.al2",
"architectures": {
"value": [
"x86_64"
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/go/event-bridge-schema/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"runtime": "provided.al2",
"architectures": {
"value": [
[ "x86_64", "arm64" ]
"x86_64", "arm64"
]
},
"function_name": "HelloWorld",
Expand Down
2 changes: 1 addition & 1 deletion al2/go/event-bridge-schema/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion al2/go/event-bridge/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"runtime": "provided.al2",
"architectures": {
"value": [
[ "x86_64", "arm64" ]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/go/event-bridge/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion al2/go/hello-img/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion al2/go/hello/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"runtime": "provided.al2",
"architectures": {
"value": [
[ "x86_64", "arm64" ]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/go/hello/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion al2/go/step-func/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"runtime": "provided.al2",
"architectures": {
"value": [
[ "x86_64", "arm64" ]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/go/step-func/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion al2/graalvm/11/gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"architectures": {
"value": [
["x86_64"]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/graalvm/11/maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"architectures": {
"value": [
["x86_64"]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/graalvm/17/gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"architectures": {
"value": [
["x86_64"]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/graalvm/17/maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"architectures": {
"value": [
["x86_64"]
"x86_64", "arm64"
]
},
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion al2/rust/hello/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "My Project",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
"architectures": {
"value": []
"value": ["x86_64"]
},
"_copy_without_render": [
".gitignore"
Expand Down
2 changes: 1 addition & 1 deletion dotnet6/hello-pt/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "SamAppPowertools for AWS Lambda",
"runtime": "dotnet6",
"architectures": {
"value": []
"value": [ "x86_64", "arm64" ]
},
"Powertools for AWS Lambda (.NET) Tracing": ["enabled","disabled"],
"Powertools for AWS Lambda (.NET) Metrics": ["enabled","disabled"],
Expand Down
2 changes: 1 addition & 1 deletion go1.x/event-bridge-schema/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Your EventBridge Starter app",
"runtime": "go1.x",
"architectures": {
"value": []
"value": [ "x86_64" ]
},
"function_name": "HelloWorld",
"AWS_Schema_registry": "aws.events",
Expand Down
2 changes: 1 addition & 1 deletion go1.x/event-bridge-schema/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion go1.x/event-bridge/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Your EventBridge Starter App",
"runtime": "go1.x",
"architectures": {
"value": []
"value": [ "x86_64" ]
},
"_copy_without_render": [
".gitignore"
Expand Down
2 changes: 1 addition & 1 deletion go1.x/event-bridge/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion go1.x/hello-img/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"runtime": "go1.x",
"architectures": {
"value": []
"value": [ "x86_64" ]
},
"_copy_without_render": [
".gitignore"
Expand Down
2 changes: 1 addition & 1 deletion go1.x/hello-img/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion go1.x/hello/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"runtime": "go1.x",
"architectures": {
"value": []
"value": [ "x86_64" ]
},
"_copy_without_render": [
".gitignore"
Expand Down
2 changes: 1 addition & 1 deletion go1.x/hello/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
2 changes: 1 addition & 1 deletion go1.x/step-func/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project_name": "Name of the project",
"runtime": "go1.x",
"architectures": {
"value": []
"value": [ "x86_64" ]
},
"_copy_without_render": [
".gitignore"
Expand Down
2 changes: 1 addition & 1 deletion go1.x/step-func/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==2.1.1
cookiecutter==2.3.0
flake8==3.5.0
pytest==3.3.2
pytest-cookies==0.3.0
4 changes: 3 additions & 1 deletion java11/event-bridge-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/event-bridge-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/event-bridge-schema-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"function_name": "HelloWorldFunction",
"AWS_Schema_registry": "aws.events",
Expand Down
4 changes: 3 additions & 1 deletion java11/event-bridge-schema-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"function_name": "HelloWorldFunction",
"AWS_Schema_registry": "aws.events",
Expand Down
4 changes: 3 additions & 1 deletion java11/hello-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/hello-img-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/hello-img-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/hello-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/step-func-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java11/step-func-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java11",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java17/event-bridge-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java17/event-bridge-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java17/event-bridge-schema-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"function_name": "HelloWorldFunction",
"AWS_Schema_registry": "aws.events",
Expand Down
4 changes: 3 additions & 1 deletion java17/event-bridge-schema-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Your EventBridge Starter app",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"function_name": "HelloWorldFunction",
"AWS_Schema_registry": "aws.events",
Expand Down
4 changes: 3 additions & 1 deletion java17/hello-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java17/hello-img-gradle/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
4 changes: 3 additions & 1 deletion java17/hello-img-maven/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"project_name": "Name of the project",
"runtime": "java17",
"architectures": {
"value": []
"value": [
"x86_64", "arm64"
]
},
"_copy_without_render": [
".gitignore"
Expand Down
Loading

0 comments on commit 2d151d9

Please sign in to comment.