generator-astro-cloudformation

0.0.5 • Public • Published

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

License

MIT License - Rahul Khanna

/generator-astro-cloudformation/

    Package Sidebar

    Install

    npm i generator-astro-cloudformation

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    63.2 kB

    Total Files

    12

    Last publish

    Collaborators

    • psychocoding