1.0.0 • Published 1 year ago

@cfn-modules/cloudfront v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

cfn-modules: Amazon CloudFront

Amazon CloudFront to deliver content from S3 bucket

Install

Install Node.js and npm first!

npm i @cfn-modules/cloudfront

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Bucket:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        OriginBucketModule: !GetAtt 'Bucket.Outputs.StackName'
        LogsBucketModule: '' # optional
      TemplateURL: './node_modules/@cfn-modules/cloudfront/module.yml'

Parameters

1.0.0

1 year ago