Skip to content

Commit ec36779

Browse files
authored
Merge branch 'main' into gh-28773
2 parents 8c926f4 + 457afa9 commit ec36779

File tree

637 files changed

+99770
-155646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

637 files changed

+99770
-155646
lines changed

.github/workflows/close-stale-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: rix0rrr/close-stale-prs@main
14+
- uses: cdklabs/close-stale-prs@main
1515
with:
1616
# Required
1717
# Must be PROJEN_GITHUB_TOKEN because the default GHA GitHub token will not have permissions to

.github/workflows/github-merit-badger.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- uses: aws-github-ops/github-merit-badger@main
13+
- uses: cdklabs/github-merit-badger@main
1414
id: merit-badger
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
badges: '[beginning-contributor,repeat-contributor,valued-contributor,admired-contributor,star-contributor,distinguished-contributor]'
1818
thresholds: '[0,3,6,13,25,50]'
1919
badge-type: 'achievement'
20-
ignore-usernames: '[rix0rrr,MrArnoldPalmer,iliapolo,otaviomacedo,madeline-k,kaizencc,comcalvi,TheRealAmazonKendra,vinayak-kukreja,mrgrain,pahud,cgarvis,kellertk,HBobertz,sumupitchayan,SankyRed,udaypant,colifran,khushail,scanlonp,mikewrighton,moelasmar,paulhcsun,awsmjs,evgenyka,GavinZZ,aaythapa,xazhao,ConnorRobertson,ssenchenko,gracelu0,jfuss,SimonCMoore,aws-cdk-automation,dependabot[bot],mergify[bot]]'
20+
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,comcalvi,TheRealAmazonKendra,vinayak-kukreja,mrgrain,pahud,cgarvis,kellertk,HBobertz,sumupitchayan,SankyRed,udaypant,colifran,khushail,scanlonp,mikewrighton,moelasmar,paulhcsun,awsmjs,evgenyka,GavinZZ,aaythapa,xazhao,ConnorRobertson,ssenchenko,gracelu0,jfuss,SimonCMoore,shikha372,kirtishrinkhala,godwingrs22,aws-cdk-automation,dependabot[bot],mergify[bot]]'

.github/workflows/issue-reprioritization.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
repository-projects: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: kaizencc/issue-reprioritization-manager@main
14+
- uses: cdklabs/issue-reprioritization-manager@main
1515
id: reprioritization-manager
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
pull-requests: write
2626
steps:
27-
- uses: kaizencc/pr-triage-manager@main
27+
- uses: cdklabs/pr-triage-manager@main
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

.github/workflows/pr-linter-exemption-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') }}
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: TheRealAmazonKendra/pr-linter-exemption-labeler@main
15+
- uses: cdklabs/pr-linter-exemption-labeler@main
1616
with:
1717
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}

.github/workflows/request-cli-integ-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020
- name: Find changed cli files
2121
id: changed-cli-files
22-
uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9
22+
uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188
2323
with:
2424
base_sha: ${{ github.event.pull_request.base.sha }}
2525
files_yaml: |

.mergify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pull_request_rules:
1111
label:
1212
add: [ contribution/core ]
1313
conditions:
14-
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|comcalvi|TheRealAmazonKendra|vinayak-kukreja|mrgrain|pahud|cgarvis|kellertk|HBobertz|sumupitchayan|SankyRed|udaypant|colifran|scanlonp|mikewrighton|moelasmar|paulhcsun|awsmjs|evgenyka|GavinZZ|aaythapa|xazhao|ConnorRobertson|ssenchenko|gracelu0|jfuss|SimonCMoore)$
14+
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|comcalvi|TheRealAmazonKendra|vinayak-kukreja|mrgrain|pahud|cgarvis|kellertk|HBobertz|sumupitchayan|SankyRed|udaypant|colifran|scanlonp|mikewrighton|moelasmar|paulhcsun|awsmjs|evgenyka|GavinZZ|aaythapa|xazhao|ConnorRobertson|ssenchenko|gracelu0|jfuss|SimonCMoore|shikha372|kirtishrinkhala|godwingrs22)$
1515
- -label~="contribution/core"
1616
- name: automatic merge
1717
actions:

packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/sam_cdk_integ_app/lib/nested-stack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class NestedStack1 extends NestedStack {
1010
constructor(scope, id, props) {
1111
super(scope, id, props);
1212
new Function(this, 'FunctionPythonRuntime', {
13-
runtime: Runtime.PYTHON_3_7,
13+
runtime: Runtime.PYTHON_3_12,
1414
code: Code.fromAsset('./src/python/Function'),
1515
handler: 'app.lambda_handler',
1616
});

packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/sam_cdk_integ_app/lib/test-stack.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ class CDKSupportDemoRootStack extends Stack{
2929
// Layers
3030
new PythonLayerVersion(this, 'PythonLayerVersion', {
3131
compatibleRuntimes: [
32-
Runtime.PYTHON_3_7,
32+
Runtime.PYTHON_3_12,
3333
],
3434
entry: './src/python/Layer',
3535
});
3636
new LayerVersion(this, 'LayerVersion', {
3737
compatibleRuntimes: [
38-
Runtime.PYTHON_3_7,
38+
Runtime.PYTHON_3_12,
3939
],
4040
code: Code.fromAsset('./src/python/Layer'),
4141
});
4242
new LayerVersion(this, 'BundledLayerVersionPythonRuntime', {
4343
compatibleRuntimes: [
44-
Runtime.PYTHON_3_7,
44+
Runtime.PYTHON_3_12,
4545
],
4646
code: Code.fromAsset('./src/python/Layer', {
4747
bundling: {
@@ -50,7 +50,7 @@ class CDKSupportDemoRootStack extends Stack{
5050
'-c',
5151
'rm -rf /tmp/asset-input && mkdir /tmp/asset-input && cp * /tmp/asset-input && cd /tmp/asset-input && pip install -r requirements.txt -t . && mkdir /asset-output/python && cp -R /tmp/asset-input/* /asset-output/python',
5252
],
53-
image: Runtime.PYTHON_3_7.bundlingImage,
53+
image: Runtime.PYTHON_3_12.bundlingImage,
5454
user: 'root',
5555
}
5656
}),
@@ -61,25 +61,25 @@ class CDKSupportDemoRootStack extends Stack{
6161
entry: './src/python/Function',
6262
index: 'app.py',
6363
handler: 'lambda_handler',
64-
runtime: Runtime.PYTHON_3_7,
64+
runtime: Runtime.PYTHON_3_12,
6565
functionName: 'pythonFunc',
6666
logRetention: RetentionDays.THREE_MONTHS,
6767
});
6868
new Function(this, 'FunctionPythonRuntime', {
69-
runtime: Runtime.PYTHON_3_7,
69+
runtime: Runtime.PYTHON_3_12,
7070
code: Code.fromAsset('./src/python/Function'),
7171
handler: 'app.lambda_handler',
7272
});
7373
new Function(this, 'BundledFunctionPythonRuntime', {
74-
runtime: Runtime.PYTHON_3_7,
74+
runtime: Runtime.PYTHON_3_12,
7575
code: Code.fromAsset('./src/python/Function/', {
7676
bundling: {
7777
command: [
7878
'/bin/sh',
7979
'-c',
8080
'rm -rf /tmp/asset-input && mkdir /tmp/asset-input && cp * /tmp/asset-input && cd /tmp/asset-input && pip install -r requirements.txt -t . && cp -R /tmp/asset-input/* /asset-output',
8181
],
82-
image: Runtime.PYTHON_3_7.bundlingImage,
82+
image: Runtime.PYTHON_3_12.bundlingImage,
8383
user: 'root',
8484
}
8585
}),

packages/@aws-cdk-testing/framework-integ/test/aws-apigatewayv2-integrations/test/http/integ.stepfunctions.js.snapshot/cdk.out

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigatewayv2-integrations/test/http/integ.stepfunctions.js.snapshot/integ.json

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigatewayv2-integrations/test/http/integ.stepfunctions.js.snapshot/manifest.json

+239
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)