-
### Environment information
```plain text
System:
OS: macOS 14.5
CPU: (8) x64 Apple M2
Memory: 32.73 MB / 16.00 GB
Shell: Unknown
Binaries:
Node: 18.18.0 - ~/.nvm/versions/node/v18.18…
-
### Environment information
```plain text
System:
OS: macOS 14.6.1
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Memory: 8.19 GB / 64.00 GB
Shell: /bin/zsh
Binaries:
Node: 2…
-
Calling secret.grantRead() in another stack on a secret encrypted with KMS would result in cyclic reference error.
### Reproduction Steps
```
#!/usr/bin/env node
import cdk = require("mo…
-
### Describe the bug
When initializing a project with `aws-cdk`, I get the following error:
```
nix run nixpkgs#nodePackages.aws-cdk -- init app --language typescript
Applying project template app…
-
### Environment information
```plain text
System:
OS: macOS 15.0
CPU: (8) arm64 Apple M2
Memory: 118.66 MB / 24.00 GB
Shell: /bin/zsh
Binaries:
Node: 22.9.0 - /opt/homebrew/bin/nod…
-
### Describe the bug
I'm using CDK migrate to create a CDK app for my already deployed CloudFormation Stack.
The CFN template contains an AWS::Logs::LogGroup with the following property:
```
K…
-
### Describe the bug
Firstly, I can't tell if this is a CDK or Amplify issue. aws-amplify/amplify-hosting#1995 seems related, but someone in that issue was using `customHttp.yml` which we can't do on…
-
### Describe the bug
I'm defining an alarm as follows:
```typescript
let latencyImpactAlarm: Alarm = new Alarm(
this,
val + "LatencyImpact",
{
alarmName: val…
-
### 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…
-
### Describe the bug
I successfully deployed the following Stack:
```ts
const ddbTable = new TableV2(this, "DDBTable", {
tableName: "ddb-table",
partitionKey: {
name: "Location",
…