Elad Ben-Israel

Results 117 issues of Elad Ben-Israel

You should be able to reflect on the CDK through jsii (see [this](https://gist.github.com/eladb/68a009cf9c953b04a637bac5c40afdbc#file-reflecting-on-cdk-md)) and auto-generate functional wrappers for all constructs.

Example: ```ts const hello = project.addTask('hello'); project.exec(`echo Hello, $@!`); ``` ```shell $ pj hello "world" Hello, world! ``` ### Questions 1. The `$@` notation is just an example. Perhaps it...

enhancement

Projen is great for managing project-related configuration that is modeled in files within the git repository. Much of GitHub's configuration (such as issue templates, workflows, etc) is managed through files...

Currently, all JSII projects use a "kitchen sink" container image called `jsii/superchain` which bundles all the tools needed to build & package JSII projects. This is a pragmatic solution, but...

stale

If projenrc is in JSON format, it would be awesome to automatically generate a JSON schema for the project type so IDE completion works out of the box. Prior art:...

``` $ npx ness npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.1" from [email protected]...

|PR|Champion| |--|--------| |# | | ## Description https://github.com/aws/cdk-ops/issues/411 ## Progress - [x] Tracking Issue Created - [ ] RFC PR Created - [ ] Core Team Member Assigned - [...

tools
internal
status/proposed

Some ideas around cost estimation: 1. Calculate fixed cost based on a CloudFormation template ([aws cloudformation estimate-template-cost](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/estimate-template-cost.html)) 2. Auto-tag all resources in a construct/stack and use the pricing APIs to...

status/proposed
effort/medium

|PR|Champion| |--|--------| |#167 | @rix0rrr | ## Description e.g. constructs should be able to say they use a 3rd party vended context provider ## Progress - [x] Tracking Issue Created...

tools
framework
status/proposed

|PR|Champion| |--|--------| |# | | ## Description - [ ] Jump to code - [ ] Deploy - [ ] Diff visualization - [ ] Watch - [ ] Permissions...

tools
status/proposed