Support export ModulePackage in AWS::CloudFormation::ModuleVersion#6044
Support export ModulePackage in AWS::CloudFormation::ModuleVersion#6044alexisfacques wants to merge 1 commit intoaws:developfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6044 +/- ##
========================================
Coverage 92.66% 92.66%
========================================
Files 204 204
Lines 16188 16192 +4
========================================
+ Hits 15000 15004 +4
Misses 1188 1188
Continue to review full report at Codecov.
|
cc5c741 to
4d2a0c3
Compare
4d2a0c3 to
77fc386
Compare
|
Hi @alexisfacques thanks for the PR. Our team just put out a recent proposal in #6828 detailing improvements to the contribution process. We are working through open PRs and have determined this PR to be in the ready-for-review stage (described here). We are tracking this PR here on our project board and it can be set to to the review stage once new changes are ready to be reviewed. |
|
Thanks again for the PR - I brought this up for discussion with the team, and these changes are currently not under consideration - but you can refer to the SAM CLI if you need to use |
Issue #, if available:
#6043
Description of changes:
AWS CloudFormation released registry modules, that can be created from a CloudFormation Template, and include a
ModulePackageproperty, similar toAWS::Serverless::Function'sCodeUriet. al.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.