Peter Woodworth
Peter Woodworth
### Describe the bug The generated Python docs incorrectly shows `memory_limit_mi_b` as the property when there should be no underscore in `mi_b`. [Seen here](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ecs_patterns/ApplicationLoadBalancedFargateService.html) This is likely because Python is...
## :bug: Bug Report ### Affected Languages - [ ] `TypeScript` or `Javascript` - [X] `Python` - [ ] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ]...
Adds note on limit of tables you can create with replication in the dynamodb README fixes: #22101 ---- ### All Submissions: * [ ] Have you followed the guidelines in...
Hi, our license detection automation is having trouble detecting that this package is MIT, if it works for you it would be great to update the metadata in package.json, thanks!...
### Describe the bug An extra, unnecessary period is added when the HostedZone.zoneName is a token. This can occur when you import a HostedZone and set the zoneName with Fn.import...
### Describe the feature I would like to be able to use an access point instead of specifying a [destinationBucket](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-s3-deployment.BucketDeployment.html#destinationbucket) for `BucketDeployment` ### Use Case Requested by customer where company...
### Describe the feature This is a new feature launched last year - has yet to be implemented in CloudFormation however. ### Use Case To give customers access to new...
### Describe the feature I would like to be able to create a table in a serverless redshift db through CDK ### Use Case Currently not supported by CDK, it...
### Discussed in https://github.com/aws/aws-cdk/discussions/26669 Originally posted by **ericxinzhang** August 8, 2023 I'd like to apply a data protection policy to a log group and exactly followed [the document](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_logs.DataProtectionPolicy.html) but it's...