-
For one package I have MFA authentication and with Twine, it gives me this error:
```
401 User *** has two factor auth enabled, an API Token or Trusted
Publisher must be used to upload in place o…
-
The `code`, `handler`, and `runtime` properties created by the LambdaFunction component for an Edge function, are required (via the cloudfront.experimental.EdgeFunctionProps interface [1][2][3]). None…
-
Hi everyone,
When you try to publish in Go, the .tgz file is missing after the CI process. Making the published library unusable.
The problem is this line in auto-generated .gitignore: `.tgz`
t…
t0mpl updated
1 month ago
-
Normally developers can run CLI commands like:
`npm install axios` or `poetry add requests` and their dependency is installed and added to `package.json`, `pyproject.toml`, etc. Using projen makes th…
-
`yarn dlx` copies the local `.yarnrc.yml` to a temp directory and tries to mutate it. When this happens, it fails with a very cryptic permission denied.
```
Internal Error: EACCES: permission deni…
-
Hi,
CDK has a feature called versionReporting as documented here: https://docs.aws.amazon.com/cdk/v2/guide/cli.html#version_reporting
This feature flag must be set at the top level of the cdk.j…
-
I only started playing with projen via @aws/pdk recently, so maybe am missing something here...
...But was surprised to find that, although there's [a concept](https://github.com/projen/projen/blob…
-
Currently the integ-runner version will defaulted to latest version, see here
https://github.com/projen/projen/blob/edc33fff4eab307dc79b607b0ac52524cbc23b3a/src/awscdk/integ-runner.ts#L13-L21
This…
-
I have a sub project defined like below in a mono repo,
```js
const apiProject = new typescript.TypeScriptProject({
deps: [
...depsForApiProject,
],
devDeps: [
...devDepsForApiP…
-
Tracking all issues and enhancement requests for `projen new` & the initial setup experience.
# Open Issues
- [ ] #597
- [x] #1932
- [ ] #2064
- [ ] #2063
- [ ] https://github.com/projen/pro…