-
I have some libraries which are hosted in a private PIP repository. Usually I can set the requirements.txt with the --extra-index-url with a specific token to make pip query this repository and instal…
-
Projen has an implicit behavior of disabling logging and synthesizing project files to a tmp directory when it [detects](https://github.com/projen/projen/blob/454794ab44889e965dbbde87a51951c86269e3f8/…
-
To help users get a POC up and running quickly, creating a unified Command Line Interface (CLI) with simple commands can ease efforts and make learning about Amazon Bedrock easier.
Additionally, ma…
-
Investigating hashicorp/terraform-cdk-action#42 sent me down a rabbit hole to investigate why our Marketplace page had never been updated even though we've done semi-regular GitHub releases. After doi…
-
We currently publish all our CDK constructs to GitHub Packages. I can't get authorization from security to enable a `npmjs.com` registry. We publish a number of open-source packages and would like to …
-
### Description
The github action package.json can be cleanup like below:
```json
{
"name": "test_projen",
"version": "0.0.0",
"scripts": {
"build": "npx projen build",
"commi…
-
**Document Status:** Accepted
_Living document, this can still change_
# projen 1.0
Projen is in major version zero `0.x` and has been for over three years now. It's time for projen to grow up!…
-
-
It seems `projen new --from` command [explicitly uses npm package manager](https://github.com/projen/projen/blob/5d763d73039d9e565173135df8062f47bb34dcfd/src/cli/util.ts#L59).
https://github.com/p…
-
### Describe the bug
Using JSII to compile a TS/JS library into Python, and importing the library into a Python CDK application is failing when attempting to run any `cdk` commands.
The failure resp…