Add CodeCommit Repository Resource to cloudformation package command#5568
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5568 +/- ##
========================================
Coverage 92.51% 92.52%
========================================
Files 196 196
Lines 15890 15898 +8
========================================
+ Hits 14701 14709 +8
Misses 1189 1189
Continue to review full report at Codecov.
|
stilvoid
left a comment
There was a problem hiding this comment.
Need to add an entry to the documentation page too :)
9469f8a to
b3aff2f
Compare
b3aff2f to
ca77732
Compare
2b651e5 to
af217ab
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5568 +/- ##
===========================================
+ Coverage 92.51% 92.63% +0.12%
===========================================
Files 196 196
Lines 15890 15907 +17
===========================================
+ Hits 14701 14736 +35
+ Misses 1189 1171 -18
Continue to review full report at Codecov.
|
This commit adds the CodeCommitRepositoryS3Resource. This enables `aws cloudformation package` to work with the CodeCommit repository resource type
af217ab to
e6f1329
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5568 +/- ##
========================================
Coverage 92.88% 92.88%
========================================
Files 204 204
Lines 16336 16344 +8
========================================
+ Hits 15173 15181 +8
Misses 1163 1163
Continue to review full report at Codecov.
|
|
Thanks @justindho 🥳 |
This commit enables the
aws cloudformation packagecommandto package the
AWS::CodeCommit::Repositoryresource type.Issue #, if available:
#4316
Description of changes:
This PR enables
aws cloudformation packageto work with theAWS::CodeCommit::Repositoryresource.Below shows an example of the input and output.
Testing
I have tested packaging and deploying a template with this change.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.