-
I'm experimenting with the idea that CDK apps should be treated as artifacts for the purposes of CD. To do this, I need an artifact: a build and packaged CDK app. I tried adding a `releaseToNpm: true`…
-
CDK Constructs sometimes need Lambda code. For example see this [non-projen construct](https://github.com/eladb/cdk-dynamo-table-viewer):
The `dynamo-table-viewer` puts the code in `lib/lambda`. …
-
I cannot see the latest (0.31.x series) version of the projen on maven central.
The latest we have [here](https://repo1.maven.org/maven2/com/github/eladb/projen/) is `com.github.eladb:projen:0.27.4…
-
Is there a way to sign Nuget packages with Projen? I see that in the nuget release runs `npx -p jsii-release@latest jsii-release-nuget` but I see no workflow that enables signing these packages.
-
### Background
projen generates CDK projects written in TypeScript. Lambda handlers don't support TypeScript natively, and require compiling their code from TypeScript to Javascript/node first. In …
-
I had a `new ReactTypeScriptProject({` at the root, and some workflows were created in `.github/workflows`.
However, when I made my project a subproject (in preparation of having multiple projects …
-
Following the updated CONTRIBUTING instructions [here](https://github.com/projen/projen/blob/main/CONTRIBUTING.md#testing-against-local-projects), if I try running in an empty directory:
```bash
$…
-
See https://github.com/projen/projen/issues/983
-
According to the [docs](https://github.com/projen/projen/blob/main/API.md#projen-awscdktypescriptapp), there is an option `github` but it's not working.
Here is my `projenrc.ts`:
```ts
import {…
-
`npx projen new java` generates a new java project with an errornous pom.xml. The error is at the projen dependency version number.
Steps to reproduce:
- run command in a new empty directory `npx p…