Skip to content

Instantly share code, notes, and snippets.

@mf-contino
Created March 29, 2021 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mf-contino/f634d2d4754971cd0c0ea663e42715f8 to your computer and use it in GitHub Desktop.
Save mf-contino/f634d2d4754971cd0c0ea663e42715f8 to your computer and use it in GitHub Desktop.
CF Module Example
AWSTemplateFormatVersion: 2010-09-09
Resources:
ModuleVersion:
Type: 'AWS::CloudFormation::ModuleVersion'
Properties:
ModuleName: 'MYORG::SERVICENAME::PolicyV1::MODULE'
ModulePackage: 's3://<bucket-name>/<object-name>.zip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment