An AWS CDK parser for a few key resources. Intended as a plugin for @tinystacks/precloud.
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
Resources this parser will parse.
- Sqs Queues (AWS::SQS::Queue)
- S3 Buckets (AWS::S3::Bucket)
- Elastic IPs (AWS::EC2::EIP)
- Vpcs (AWS::EC2::VPC)
- Nat Gateways (AWS::EC2::NatGateway)
- Subnets (AWS::EC2::Subnet)
- Route Table Associations (AWS::EC2::SubnetRouteTableAssociation)
- Routes (AWS::EC2::Route)
- Route Tables (AWS::EC2::RouteTable)