GithubHelp home page GithubHelp logo

aws-samples / aws-cdk-stack-builder-tool Goto Github PK

View Code? Open in Web Editor NEW
186.0 6.0 9.0 14.82 MB

AWS CDK Builder is a browser-based tool designed to streamline bootstrapping of Infrastructure as Code (IaC) projects using the AWS Cloud Development Kit (CDK).

Home Page: https://aws-samples.github.io/aws-cdk-stack-builder-tool/

License: MIT No Attribution

JavaScript 0.32% TypeScript 98.78% HTML 0.20% SCSS 0.70%
cdk cdk-constructs cdk-examples cdk-patterns cdk-utilities

aws-cdk-stack-builder-tool's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

aws-cdk-stack-builder-tool's Issues

Node 16.x is end of life

The README for this project recommends running the project with Node 16, but Node 16 is already end-of-life (as of 11 Sep 2023). The README should recommend Node 18 as a minimum version

Ability to point in interface that value should be treated as element of array

In below code generated from tool, "eventName" and "eventSource" attributes should be arrays in the same way as "source" and "detailType":

 new events.Rule(this, "Event_r53dump", {
      eventPattern: {
        detail: {
          eventName: "ChangeResourceRecordSets",
          eventSource: "route53.amazonaws.com",
        },
        detailType: ["AWS API Call via CloudTrail"],
        source: ["aws.route53"],
      },
      targets: [new eventsTargets.LambdaFunction(r53dump)],
    });

It will be great to have ability to influence code generation behavior to add square brackets.

Ability to use conditions in IAM policy statement

Currently condition is added as key value statement where value is double quoted. It will be helpful to be able to decide whereas it is double quote or curly bracket to achieve syntax like { 'aws:SomeField': '1' } for key StringEquals.

how to call static methods

Hi, how can I call static methods on constructs?

For example, say I want to import a Lambda Layer using its ARN rather than creating one from scratch, in CDK I would do this:

const powertoolsLayer = lambda.LayerVersion.fromLayerVersionArn(
      this,
      'PowertoolsLayer',
      `arn:aws:lambda:${cdk.Stack.of(this).region}:094274105915:layer:AWSLambdaPowertoolsTypeScript:23`
    );

How can I do this in the tool?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.