Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9c57b58
add python runtime 3.13
abidhasan-aws Aug 27, 2025
13f0436
add snapshot iteration 1
abidhasan-aws Aug 27, 2025
c6d4899
update snapshot iteration 2
abidhasan-aws Aug 27, 2025
5cc9249
update snapshots iteration 3
abidhasan-aws Aug 27, 2025
5e98841
update snapshots iteration 4
abidhasan-aws Aug 27, 2025
a81d7cb
update snapshots iteratation 5
abidhasan-aws Aug 27, 2025
c6747be
update snapshots iteration 6
abidhasan-aws Aug 28, 2025
0af9a82
update snapshots iteration 7
abidhasan-aws Aug 28, 2025
f9eb8e9
update snapshots iteration 8
abidhasan-aws Aug 28, 2025
eaf12ea
update snapshots iteration 9
abidhasan-aws Aug 28, 2025
eddf44a
update shanpshots iteration 10
abidhasan-aws Aug 28, 2025
3abd6ec
update snapshots for cross account test by --dry-run
abidhasan-aws Aug 28, 2025
a793d5e
update snapshots iteration 11
abidhasan-aws Aug 28, 2025
b93a0b8
update snapshots iteration 12 with --dry-run
abidhasan-aws Aug 28, 2025
9e2a6ea
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Aug 28, 2025
0fd482c
update runtime for notifictaion resource handler
abidhasan-aws Aug 28, 2025
d490d8e
Revert "update runtime for notifictaion resource handler"
abidhasan-aws Aug 28, 2025
dfc8f47
update snapshots iteration 13
abidhasan-aws Aug 29, 2025
1d84758
update snapshots iteration 14
abidhasan-aws Aug 29, 2025
c1ef60a
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Aug 29, 2025
c2d5fa8
update unit tests
abidhasan-aws Aug 29, 2025
20566f9
update eks aplha integ test iteration 1
abidhasan-aws Aug 31, 2025
3ca3b51
eks integ test iteration 2
abidhasan-aws Aug 31, 2025
984f254
eks integ test iteration 3
abidhasan-aws Aug 31, 2025
139e724
update bedrock aplha test snapshot
abidhasan-aws Sep 1, 2025
7037a80
update piple elastic beanstack snapshot
abidhasan-aws Sep 1, 2025
720592e
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 1, 2025
899f8ba
update integ test snapshot for elastic beanstalk
abidhasan-aws Sep 1, 2025
3648ac4
resolve comments
abidhasan-aws Sep 2, 2025
8df2bd2
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 2, 2025
6ff0f31
add python latest version for kubectl provider in eks alpha v2
abidhasan-aws Sep 2, 2025
1115581
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 2, 2025
e72e7fd
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 3, 2025
c81bc9c
remove hardcode version in unit tests
abidhasan-aws Sep 3, 2025
5c43389
remove hard coded version for test 2
abidhasan-aws Sep 3, 2025
3bcfe8f
update snapshot
abidhasan-aws Sep 3, 2025
e0876d5
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 3, 2025
eb134fb
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 3, 2025
2d4f438
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 3, 2025
38e1cc8
Merge branch 'main' into upgrade-to-python-runtime-313
abidhasan-aws Sep 3, 2025
e5eb9a0
Merge branch 'main' into upgrade-to-python-runtime-313
mergify[bot] Sep 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
"Arn"
]
},
"Runtime": "python3.11",
"Runtime": "python3.13",
"Timeout": 900
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
"Arn"
]
},
"Runtime": "python3.11",
"Runtime": "python3.13",
"Timeout": 900
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
"Arn"
]
},
"Runtime": "python3.11",
"Runtime": "python3.13",
"Timeout": 900
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"Arn"
]
},
"Runtime": "python3.11",
"Runtime": "python3.13",
"Timeout": 900
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"Arn"
]
},
"Runtime": "python3.11",
"Runtime": "python3.13",
"Timeout": 900
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading