-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/kinesisIssues and PRs that pertain to the kinesis service.Issues and PRs that pertain to the kinesis service.
Milestone
Description
Description
AWS have add support for 10MiB payloads in Kinesis streams.
See:
- https://aws.amazon.com/about-aws/whats-new/2025/10/amazon-kinesis-data-streams-10x-larger-record-sizes/
- https://docs.aws.amazon.com/kinesis/latest/APIReference/API_CreateStream.html
- https://docs.aws.amazon.com/kinesis/latest/APIReference/API_UpdateMaxRecordSize.html
Affected Resource(s) or Data Source(s)
aws_kinesis_stream_resourceaws_kinesis_stream_data_source
Potential Terraform Configuration
resource "aws_kinesis_stream" "my_kinesis_stream" {
# existing params...
max_record_size_in_kib = 10240
}References
No response
Would you like to implement the enhancement?
Yes, happy to help.
g-sree, cameronattard, devpopol, curtismarshallsiteminder, daryl-d and 1 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/kinesisIssues and PRs that pertain to the kinesis service.Issues and PRs that pertain to the kinesis service.