cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

AWS::KinesisFirehose::DeliveryStream support for dynamic partitioning

Open exeding opened this issue 3 years ago • 3 comments

Name of the resource

AWS::KinesisFirehose::DeliveryStream

Resource name

AWS::KinesisFirehose::DeliveryStream

Description

2. Scope of request

Today there is no support for dynamic partitioning including multi record deaggregation within the cloudformation resource. It would be very useful to also have the option to automate this setup in larger environments.

3. Expected behavior

There should be an option to create:

  • dynamic partitions
  • configure multi record deaggregation

Other Details

No response

exeding avatar Jan 17 '22 13:01 exeding

Is this the same as https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/915 ?

andrewlytle avatar Jan 17 '22 20:01 andrewlytle

hey Andrewlytle,

i think not since this only speaks about dynamic partitioning. I also need the feature for setting up "multi record deaggregation" set to JSON

exeding avatar Jan 18 '22 08:01 exeding

This is supported take a look at examples at: https://stackoverflow.com/questions/51313937/can-i-customize-partitioning-in-kinesis-firehose-before-delivering-to-s3, also see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processor.html#cfn-kinesisfirehose-deliverystream-processor-type

Samrose-Ahmed avatar Jul 03 '22 18:07 Samrose-Ahmed