-
### Describe the bug
I'm playing with `cdk migrate` and came across an IMO general CDK issue.
The following CloudFormation Resource deploys just fine:
```
"ApiGatewayRestApi": {
"Type": "…
-
### Describe the bug
When creating an EFS FileSystem in Python, a default file system policy is created regardless of the value passed to `file_system_policy`. If you specify a specific file system p…
-
### Describe the feature
As requested and liked many times please have the Certificate Construct accept a region setting again, as it has had in DnsValidatedCertificate.
https://github.com/aws/aws-c…
Xarno updated
3 weeks ago
-
### Describe the feature
Add L2 Constructs for Amazon VPC Lattice.
### Use Case
Amazon VPC Lattice became generally available on March 31, 2023.
I think it's a great service that makes communic…
-
### Describe the feature
After I initially implemented the Fleet L2 construct in #29754, CloudFormation added support for the following two properties, which should be added to the L2:
* [`Overflo…
-
### Environment information
```plain text
System:
OS: macOS 14.7
CPU: (10) arm64 Apple M1 Max
Memory: 3.98 GB / 64.00 GB
Shell: /bin/zsh
Binaries:
Node: 21.1.0 - /opt/homebrew/bin/nod…
-
### Environment information
```plain text
System:
OS: macOS 14.6.1
CPU: (12) arm64 Apple M2 Max
Memory: 184.50 MB / 32.00 GB
Shell: /opt/homebrew/bin/fish
Binaries:
Node: 20.16.0 - ~/…
-
If you are trying to use local --debug for a CDK stack that relies on props it will crash due to the props being undefined.
## Expected Behavior
It would be nice if samp local --debug would work f…
-
### Describe the bug
I want to add a rule on an Event Bus in a different account and region. If I create a new Rule, the CDK seems to ignore the region in the event bus' ARN and uses the region of …
-
### Describe the bug
With a `Stack` of:
```ts
// cdk_test-stack.ts
import { Aspects, Stack, StackProps } from 'aws-cdk-lib';
import { Construct } from 'constructs';
import { Bucket } from 'a…