-
### Describe the bug
Cluster rollbacks can persistently break the cloudformation stack.
The issue occurs when 1) A cluster re-creation is triggered and 2) The deployment rolls back after the new…
-
### Environment information
```plain text
System:
OS: Windows 10 10.0.19045
CPU: (12) x64 AMD Ryzen 5 5500
Memory: 11.39 GB / 31.80 GB
Binaries:
Node: 18.20.4 - ~\AppData\Local\nvs\de…
-
### Describe the bug
Lambda auto-scaling using `scaleOnUtilization` doesn't work properly as it is tracking `Average` of `ProvisionedConcurrencyUtilization` instead of `Max`.
### Expected Behavi…
-
### Describe the feature
When running `cdk init`, I want to pass projectName as a command option.
### Use Case
I'm always frustrated when I have to manually change the stack name and file n…
-
### What is the problem?
A “.” is appended to the dns records using SSM resolved hosted zone names.
### Reproduction Steps
```ts
const param_hostedzone = new CfnParameter(this, `SSMParam…
-
### Current Behavior
Source code files and folders are not named consistent - especially starting character upper and lower case is mixed.
### Expected Behavior
We expect a clear and consistent n…
-
### Describe the bug
`AWS::Serverless::Api` supports various auth methods.
> [AddApiKeyRequiredToCorsPreflight](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam…
tsuga updated
3 weeks ago
-
### Describe the bug
`aws-ecr-assets.TarballImageAsset` currently hardcodes the container runtime for the image load command.
https://github.com/aws/aws-cdk/blob/v2.155.0/packages/aws-cdk-lib/aw…
-
### Describe the bug
I successfully deployed the following Stack:
```ts
const ddbTable = new TableV2(this, "DDBTable", {
tableName: "ddb-table",
partitionKey: {
name: "Location",
…
-
### Describe the bug
I have a CDK stack that creates an EKS cluster in typescript. It uses a build script to do the cdk synth and a deploy script to do the cdk deployment passing in --profile flag to…