-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Resource level attributes support #2008
Merged
Merged
Changes from 44 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
3dac29f
Fix for invalid MQ event source managed policy
qingchm 8965825
Merge branch 'develop' of github.com:aws/serverless-application-model…
qingchm 3bd2eb6
Fix for invalid managed policy for MQ, included support for new MQ ev…
qingchm 6417b8d
Black reformatting
qingchm e116030
Test case changes
qingchm 0827d39
Changed policy name
qingchm 7f23147
Modified test cases with new policy name
qingchm dcd4c0d
Merge branch 'develop' of github.com:aws/serverless-application-model…
qingchm b1dc926
Merge branch 'develop' of github.com:aws/serverless-application-model…
qingchm 2fbfdad
Added resource attributes and unit tests
qingchm 196457e
Resource attributes initial work
qingchm e1acb5c
Passthrough attributes for some resources, updated some tests
qingchm 0a26c65
Merge in changes, resolving conflicts
qingchm 4db4a15
Resolve merge conflicts
qingchm 3dabfe9
Fixed a typo
qingchm 5238c73
Modified implicit api plugin for resource attributes support
qingchm 04f7f47
Partial update of the tests
qingchm 26bb330
Partially updated test cases, black reformatted
qingchm 83b005f
Partially updated test templates
qingchm d2b5d76
Partially updated test templates
qingchm de2904f
Partially updated test templates
qingchm 5ee7fb7
Added event bridge support for passthrough resource attributes
qingchm be2df5d
Partially updated test templates (up to function with amq kms)
qingchm 3e2c69f
Partially updated test templates (up to sns)
qingchm 3f73ca9
Partially updated test templates (all the ones left)
qingchm df9b698
Prevented passthrough resource attributes from changing layer version…
qingchm 5316c84
Added test to verify resource passthrough precedence for implicit api
qingchm 46866d0
Modified tests related to lambda layer to revert the hash changes, ke…
qingchm 468084a
fix: mutable default values in method definitions (#1997)
mndeveci ec1783b
fix: remove explicit logging level set in single module (#1998)
mndeveci fb6f45e
run automated tests for resource level attribute support
mndeveci a6d466a
Merge pull request #1 from mndeveci/resource_level_attribute_support
qingchm d2e7922
Skipping metadata in layer hashing
qingchm 1998cee
Refactored the classes for TestTranslatorEndToEnd and TestResourceLev…
qingchm fcc4520
Added new translator tests for version and layer resources
qingchm 8c0462c
Added new unit tests
qingchm 8b25acf
Merge branch 'develop' of github.com:aws/serverless-application-model…
qingchm 814868a
Removed after transform resource plugin
qingchm 0cbc178
Black reformatting
qingchm 7a0cf6d
Refactoring implicit api plugin support for DeletionPolicy and Update…
qingchm 1ab32c3
Refactoring to improve code quality
qingchm b7867f2
Added simple documentation
qingchm ea6d09b
Black reformatting
qingchm 1252cf3
Added input template that was missing
qingchm 8a5c83d
Refactoring: use sets instead of lists for implicit api plugin
qingchm 7f41240
Changing import to be compatible with py2.7
qingchm a03cc6b
Changing test deployment hashes to their actual values
qingchm 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
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
Oops, something went wrong.
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.
Does
CONDITION
appear anywhere else?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.
passthrough_resource_attributes above already includes CONDITION, so it's duplicated