@tinystacks/aws-cdk-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@tinystacks/aws-cdk-parser

An AWS CDK parser for a few key resources. Intended as a plugin for @tinystacks/precloud.

How To Use

By default, this parser plugin is included as a peer dependency of the precloud cli and is therefore always available, though it is deprioritized over any explicitly configured parsers.

To increase the priority of this parser, you can install this package as a dev dependency and add it to the top of the awsCdkParsers array in your smoke test config.

npm i -D @tinystacks/aws-cdk-parser

{
  // ...
  "awsCdkParsers": [
    "@tinystacks/aws-cdk-parser"
    // ...other parsers
  ]
}

Supported Resources

Resources this parser will parse.

  1. Sqs Queues (AWS::SQS::Queue)
  2. S3 Buckets (AWS::S3::Bucket)
  3. Elastic IPs (AWS::EC2::EIP)
  4. Vpcs (AWS::EC2::VPC)
  5. Nat Gateways (AWS::EC2::NatGateway)
  6. Subnets (AWS::EC2::Subnet)
  7. Route Table Associations (AWS::EC2::SubnetRouteTableAssociation)
  8. Routes (AWS::EC2::Route)
  9. Route Tables (AWS::EC2::RouteTable)

Readme

Keywords

none

Package Sidebar

Install

npm i @tinystacks/aws-cdk-parser

Weekly Downloads

8

Version

0.0.5

License

ISC

Unpacked Size

45.8 kB

Total Files

14

Last publish

Collaborators

  • cal.cour
  • zsimjee