0.0.5 • Published 6 years ago
generator-astro-cloudformation v0.0.5
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-cloudformationTo set up the base repo structure and tags for AWS resources:
yo astro-cloudformationGenerator CLI
Generate a new variables:
yo astro-cloudformation:variableGenerate a new S3 policy schema:
yo astro-cloudformation:s3-policyGenerate a new S3 bucket schema:
yo astro-cloudformation:s3Generate a new security group schema:
yo astro-cloudformation:sgGenerate a new rds schema:
yo astro-cloudformation:rdsGenerate a new dynamodb schema:
yo astro-cloudformation:dynamoGenerate a new cloudfront schema:
yo astro-cloudformation:cfGenerate a new cloudfront origin identity schema:
yo astro-cloudformation:cf-identity