Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(lambda): deprecate feature flag @aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy #33689

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6ca8753
Update .mergify.yml. Add me, remove Kailey and Michelle
QuantumNeuralCoder Feb 6, 2025
47187a0
Update .mergify.yml Removing Jacob, Kirti, Colin, Calvin.
QuantumNeuralCoder Feb 6, 2025
8a3fd60
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 6, 2025
ae36a25
Pinning minimatch and @types/glob versions to get rid of incompatibil…
Feb 7, 2025
cb336ae
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 7, 2025
70e0a20
Update codecov.yml
QuantumNeuralCoder Feb 7, 2025
f63e2a7
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 7, 2025
5b356c0
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 7, 2025
9cea97f
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 10, 2025
679f8b1
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 19, 2025
1851e8b
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 19, 2025
47333b2
Merge branch 'aws:main' into main
QuantumNeuralCoder Feb 26, 2025
8e73063
Merge branch 'aws:main' into main
QuantumNeuralCoder Mar 3, 2025
34365a1
Merge branch 'aws:main' into main
QuantumNeuralCoder Mar 4, 2025
6c01b62
Merge branch 'aws:main' into main
QuantumNeuralCoder Mar 4, 2025
51a0d48
issue-33688 Merge remote-tracking branch 'upstream/main'
Mar 4, 2025
4c04550
deprecate feature flag @aws-cdk/aws-lambda:createNewPoliciesWithAddTo…
Mar 4, 2025
58e531b
Removed unrelated files
Mar 4, 2025
c7ea0b6
chore: revert unintended changes to files
Mar 4, 2025
e5c0bc5
fix: minor updates to the description
Mar 5, 2025
d83ab06
chore: remove package-lock.json from PR
Mar 5, 2025
55fadf3
chore: add package-lock.json to .gitignore
Mar 5, 2025
8c4f95e
chore: add package-lock.json to .gitignore
Mar 5, 2025
42d696d
chore: remove .gitignore from PR
Mar 5, 2025
ee85c2b
chore: sync .gitignore with upstream
Mar 5, 2025
141feb3
Merge branch 'main' into issue-33688
QuantumNeuralCoder Mar 6, 2025
f2c07d7
Enabling ff to prevent destructive changes to snapshop
Mar 7, 2025
2fcf9c5
Adding ff to prevent breaking change in snapshot
Mar 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
collect:
name: collect
if: github.repository == 'aws/aws-cdk'
if: github.repository == 'QuantumNeuralCoder/aws-cdk'
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pull_request_rules:
label:
add: [ contribution/core ]
conditions:
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|comcalvi|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|HBobertz|colifran|moelasmar|paulhcsun|GavinZZ|aaythapa|xazhao|gracelu0|jfuss|shikha372|kirtishrinkhala|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|michelle-wangg|jiayiwang7|1kaileychen|saiyush|5d|iankhou)$
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|HBobertz|moelasmar|paulhcsun|GavinZZ|aaythapa|xazhao|gracelu0|shikha372|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|QuantumNeuralCoder|jiayiwang7|saiyush|5d|iankhou)$
- -label~="contribution/core"
- name: automatic merge
actions:
Expand Down
Loading
Loading