Git Product home page Git Product logo

cdf's People

Contributors

cwang avatar dependabot[bot] avatar github-actions[bot] avatar janaka avatar

Stargazers

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

Watchers

 avatar  avatar

cdf's Issues

feat: support custom modules for Pulumi

Is your feature request related to a problem? Please describe.
The current API for custom modules is not compatible with Pulumi because of differences between CDK and Pulumi. Unlike CDK, Pulumi doesn't support changing or adding the config of ComponentResources via properties. There's method that can be called on instances either. AFAIK the only way is through the args param through the constructor.

Describe the solution you'd like
TBD how to change the API. But the outcome is to support custom modules for Pulumi.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
The sample Pulumi project (currently on a branch) has the outline of a custom module. So a good starting point to understand the situation.

docs: add user guide and reference for CDF CLI

The CDF CLI isn't discoverable easily. It's part of the CDF mono repo.

There's basic docs in the readme. Should add as an item in the left nav of the main docs site.

  • add copy of the readme content as a reference.
  • add more context around when/why use the schema gen functionality.

cdf-cli: `packages init` command

cdf-cli packages init <name> --language=<lang> --runtime=<awscdk | cdktf > --cicd=<github>

Generates scaffolding for a package from a template. Initially we'll only support TypeScript. Includes custom module template files and build and deploy config (only actions supported initially). Template TBD (probably base off the sample package with some adjustments).

note: cdf-cli is the name of the executable.

cdf-cli: `projects init` command

cdf-cli projects init <name> --package-manifest=<manifest file path>

Generates a AWS CDK or CDK TF project scaffolding based on a package by providing a package manifest. Sample config is also generated based on the package schema.

note: cdf-cli is the name of the executable.

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.