Skip to content

Commit 7cbb2a3

Browse files
authored
Merge branch 'main' into backfill-enums/kinesisfirehose-destinations-alpha
2 parents c4c85c3 + b55199a commit 7cbb2a3

File tree

181 files changed

+445338
-9820
lines changed

Some content is hidden

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

181 files changed

+445338
-9820
lines changed

.github/workflows/pr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: 'Download workflow_run artifact'
3838
if: github.event_name == 'workflow_run'
39-
uses: dawidd6/action-download-artifact@v8
39+
uses: dawidd6/action-download-artifact@v9
4040
with:
4141
run_id: ${{ github.event.workflow_run.id }}
4242
name: pr_info

.github/workflows/spec-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# Pull Request details
155155
title: "feat: update L1 CloudFormation resource definitions"
156156
body-path: ${{ runner.temp }}/PR.md
157-
labels: contribution/core,dependencies,auto-approve,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
157+
labels: contribution/core,dependencies,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
158158
team-reviewers: aws-cdk-team
159159
# Github prevents further Github actions to be run if the default Github token is used.
160160
# Instead use a privileged token here, so further GH actions can be triggered on this PR.

CONTRIBUTORS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Shout out to our top contributors!
1010
- [iliapolo](https://github.com/iliapolo)
1111
- [corymhall](https://github.com/corymhall)
1212
- [shivlaks](https://github.com/shivlaks)
13-
- [otaviomacedo](https://github.com/otaviomacedo)
1413
- [mrgrain](https://github.com/mrgrain)
14+
- [otaviomacedo](https://github.com/otaviomacedo)
1515
- [mazyu36](https://github.com/mazyu36)
1616
- [pahud](https://github.com/pahud)
1717
- [TheRealAmazonKendra](https://github.com/TheRealAmazonKendra)
1818
- [comcalvi](https://github.com/comcalvi)
19-
- [madeline-k](https://github.com/madeline-k)
2019
- [go-to-k](https://github.com/go-to-k)
21-
- [NetaNir](https://github.com/NetaNir)
20+
- [madeline-k](https://github.com/madeline-k)
2221
- [badmintoncryer](https://github.com/badmintoncryer)
22+
- [NetaNir](https://github.com/NetaNir)
2323
- [robertd](https://github.com/robertd)
2424
- [MrArnoldPalmer](https://github.com/MrArnoldPalmer)
2525
- [lpizzinidev](https://github.com/lpizzinidev)
@@ -29,4 +29,4 @@ Shout out to our top contributors!
2929
- [GavinZZ](https://github.com/GavinZZ)
3030

3131

32-
_Last updated: Sat, 01 Feb 25 00:11:52 +0000_
32+
_Last updated: Sat, 01 Mar 25 00:12:56 +0000_

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@aws-sdk/client-acm": "3.632.0",
3636
"@aws-sdk/client-rds": "3.632.0",
3737
"@aws-sdk/client-s3": "3.632.0",
38+
"@aws-sdk/client-cognito-identity-provider": "3.632.0",
3839
"axios": "1.7.8",
3940
"delay": "5.0.0"
4041
},

0 commit comments

Comments
 (0)