Skip to content

feat(aws-kinesis): add support for data streams capacity modes#18074

Merged
mergify[bot] merged 5 commits intoaws:masterfrom
igilham:kinesis-modes
Dec 20, 2021
Merged

feat(aws-kinesis): add support for data streams capacity modes#18074
mergify[bot] merged 5 commits intoaws:masterfrom
igilham:kinesis-modes

Conversation

@igilham
Copy link
Copy Markdown
Contributor

@igilham igilham commented Dec 17, 2021

The latest CloudFormation spec (v51) added support for selecting a capacity mode for Kinesis Data Streams. This is already supported by the generated L1 construct. This change adds support for the feature to the L2 construct class Stream via the constructor props StreamProps.

closes #18050


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Dec 17, 2021

@github-actions github-actions bot added the @aws-cdk/aws-kinesis Related to Amazon Kinesis label Dec 17, 2021
Add support for Kinesis Data Streams capacity modes.

Fixes #18050
Co-authored-by: Otavio Macedo <otaviomacedo@protonmail.com>
@mergify mergify bot dismissed otaviomacedo’s stale review December 20, 2021 09:31

Pull request has been modified.

- Rename StreamModeDetails to StreamMode
- Improve enum docs
Reduce boilerplate around setting stream mode in CfnStream
@otaviomacedo otaviomacedo added the pr-linter/exempt-readme The PR linter will not require README changes label Dec 20, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 20, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 007acab
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit b265e46 into aws:master Dec 20, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 20, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@igilham igilham deleted the kinesis-modes branch December 20, 2021 12:08
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
…8074)

The latest CloudFormation spec (v51) added support for selecting a capacity mode for Kinesis Data Streams. This is already supported by the generated L1 construct. This change adds support for the feature to the L2 construct class `Stream` via the constructor props `StreamProps`.

closes aws#18050

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@aws-cdk/aws-kinesis Related to Amazon Kinesis pr-linter/exempt-readme The PR linter will not require README changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(kinesis): add support for StreamModeDetails property

3 participants