aws / aws/aws-cli

Add support for 'AWS::CloudFormation::ModuleVersion' resource to 'aws cloudformation package' command

Open
#6,043 3 comments 1 reaction 0 assignees View on GitHub
cloudformation package-deploy feature-request p3
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.