-
Notifications
You must be signed in to change notification settings - Fork 4k
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
QuantumNeuralCoder
wants to merge
28
commits into
aws:main
Choose a base branch
from
QuantumNeuralCoder:issue-33688
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+31
−14
Open
Changes from 19 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 47187a0
Update .mergify.yml Removing Jacob, Kirti, Colin, Calvin.
QuantumNeuralCoder 8a3fd60
Merge branch 'aws:main' into main
QuantumNeuralCoder ae36a25
Pinning minimatch and @types/glob versions to get rid of incompatibil…
cb336ae
Merge branch 'aws:main' into main
QuantumNeuralCoder 70e0a20
Update codecov.yml
QuantumNeuralCoder f63e2a7
Merge branch 'aws:main' into main
QuantumNeuralCoder 5b356c0
Merge branch 'aws:main' into main
QuantumNeuralCoder 9cea97f
Merge branch 'aws:main' into main
QuantumNeuralCoder 679f8b1
Merge branch 'aws:main' into main
QuantumNeuralCoder 1851e8b
Merge branch 'aws:main' into main
QuantumNeuralCoder 47333b2
Merge branch 'aws:main' into main
QuantumNeuralCoder 8e73063
Merge branch 'aws:main' into main
QuantumNeuralCoder 34365a1
Merge branch 'aws:main' into main
QuantumNeuralCoder 6c01b62
Merge branch 'aws:main' into main
QuantumNeuralCoder 51a0d48
issue-33688 Merge remote-tracking branch 'upstream/main'
4c04550
deprecate feature flag @aws-cdk/aws-lambda:createNewPoliciesWithAddTo…
58e531b
Removed unrelated files
c7ea0b6
chore: revert unintended changes to files
e5c0bc5
fix: minor updates to the description
d83ab06
chore: remove package-lock.json from PR
55fadf3
chore: add package-lock.json to .gitignore
8c4f95e
chore: add package-lock.json to .gitignore
42d696d
chore: remove .gitignore from PR
ee85c2b
chore: sync .gitignore with upstream
141feb3
Merge branch 'main' into issue-33688
QuantumNeuralCoder f2c07d7
Enabling ff to prevent destructive changes to snapshop
2fcf9c5
Adding ff to prevent breaking change in snapshot
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should mention if people are okay with the fact that lambda may be created before policy, and they're experiencing circular dependency issue, they can consider setting it to true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed.