Skip to content

Add support for Kinesis 10MiB payloads. #44851

@martin-walsh

Description

@martin-walsh

Description

AWS have add support for 10MiB payloads in Kinesis streams.

See:

Affected Resource(s) or Data Source(s)

  • aws_kinesis_stream_resource
  • aws_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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/kinesisIssues and PRs that pertain to the kinesis service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions