Roman

Results 273 issues of Roman

Almost a year ago now, AWS introduced response streaming: https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/ This works great with CloudFront

I propose we split this up into a monorepo solution, which will publish one package per adapter type, plus shared packages. As an addition, I propose to use projen for...

PythonProject calls `installDependencies` all the time during synth, regardless of whether something has changed. It is really wasteful and time-consuming to install deps on every `projen synth` run. Shall it...

enhancement

The `setfacl` command is not pre-installed on CodeBuild official images. Filed this with CodeBuild: https://github.com/aws/aws-codebuild-docker-images/issues/722 But also wondering a general direction of this? Is this safe to assume this tool...

The `projenrc/*` dir is for building local components, which may have tests. https://github.com/projen/projen/blob/edc3c0e9c624fb28c2844e7ac6d1bc9b1aa673dd/src/javascript/jest.ts#L732

enhancement

### Describe the bug After placing an existing Stack into a Stage, and even when hard-coding the Stack name to the one deployed, there's a large diff produced, where each...

bug
p2
investigating
@aws-cdk/aws-ec2

Running `npm` CLI for the first time on CodeBuild takes 12s seconds. And that's in 15 GB memory, 8 vCPUs. ``` root@4caf6b2d0339:/tmp# time npm -v 10.2.4 real 0m12.660s user 0m0.261s...

**Describe the bug** NPM logs are baked into the Docker images. **To Reproduce** - Launch CodeBuild - `ls -lA ~/.npm/_logs/` **Expected behavior** No logs. **Logs** ``` ls -lA ~/.npm/_logs/ total...

This tool is used by `projen` to set permissions, which is a very common tool used by AWS and AWS CDK-related projects. https://github.com/projen/projen/blob/64206de9dbe4e492cb3e6c17d5b02fda6a204d5d/src/build/build-workflow.ts#L272 But it doesn't seem to be included...

Getting this error: ``` ERRO[0203] Listing OpsWorksCMServer failed: ValidationException: AWS OpsWorks CM is not accepting new customers. This command is therefore no longer supported. INFO[0204] TagOptionNotMigratedException: TagOption Migration not complete...