Madeline Kusters
Madeline Kusters
[Rendered Version](https://github.com/aws/aws-cdk-rfcs/blob/madeline-k/reduce-module-size/text/0039-reduce-module-size.md) This is a request for comments about Reduce aws-cdk-lib Package Size. See #39 for additional details. APIs are signed off by @otaviomacedo. --- _By submitting this pull request,...
## :rocket: Feature Request ### Affected Languages - [x] `TypeScript` or `Javascript` - only TS/JS, since this only applies to construct libraries built with JSII - [ ] `Python` -...
Allow modifying a fargate service's security groups using extensions ### Use Case We have a use case where in we want additional security groups to be added to a fargate...
Drop the experimental banner from the README and move to version 2.x.0 instead of 2.0.0-alpha.x Requirements: - [ ] Get confirmation that current ecs-service-extensions users are able to migrate to...
Allow record format conversion for Kinesis Data Firehose delivery streams as described here: https://docs.aws.amazon.com/firehose/latest/dev/record-format-conversion.html Part of https://github.com/aws/aws-cdk/issues/7536 ### Use Case Converting the format of input data for a delivery stream...
Currently, the end-to-end tests create a CDK app without any feature flags set. We should update the `tests/end-to-end/app-boilerplate-files/` for each language to include a context file with the latest default...
When running the tests with UPDATE_SNAPSHOTS=true, the snapshot files will be automatically updated to match the output of the latest code. Currently, the only way to tell if anything actually...
Now the the AWS SDK for Rust is GA, some APIs in the dev preview version have been deprecated. These APIs continue to work fine, but we should migrate away...
The end-to-end tests create an entire functioning CDK app for each test to execute CDK commands on. The dependencies for those apps are defined in `tests/end-to-end/app-boilerplate-files`. We should have a...
Currently all of the test logic, and each test case is in the same file `end-to-end.rs`. It would reduce cognitive load when adding new tests, if that was in a...