generator-astro-cloudformation
v0.0.5
Published
Generator to construct cloudformation schema
Downloads
14
Maintainers
Readme
Astro Cloudformation Schema Generator
Yeoman generator for building Cloudformation schema for AWS Resources.
This generator provides basic cloud formation schema, please validate it before using it
The schema generated by this tools, doesn't contain all the properties for the particular resources. To get all the properties refer: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
Getting Started
Install:
npm install -g yo generator-astro-cloudformation
To set up the base repo structure and tags for AWS resources:
yo astro-cloudformation
Generator CLI
Generate a new variables:
yo astro-cloudformation:variable
Generate a new S3 policy schema:
yo astro-cloudformation:s3-policy
Generate a new S3 bucket schema:
yo astro-cloudformation:s3
Generate a new security group schema:
yo astro-cloudformation:sg
Generate a new rds schema:
yo astro-cloudformation:rds
Generate a new dynamodb schema:
yo astro-cloudformation:dynamo
Generate a new cloudfront schema:
yo astro-cloudformation:cf
Generate a new cloudfront origin identity schema:
yo astro-cloudformation:cf-identity