Add support for 'AWS::CloudFormation::ModuleVersion' resource to 'aws cloudformation package' command
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
The CloudFormation resource `AWS::CloudFormation::ModuleVersion` includes a `ModulePackage` property that could be supported by the package command.
`ModulePackage` is a s3 location of a zip file, bundling a CloudFormation module's `schema.json` and `/fragments/*.yml` files.
These files could be uploaded by the `aws cloudformation package` command.
**Describe alternatives you've considered**
None
**Additional context**
[ModuleVersion CloudFormation docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html#cfn-cloudformation-moduleversion-modulepackage)
Contributor guide
Assessment
This issue has not been assessed yet.