andreineculau/fl-aws

cloudformation inconsistencies with Firehose-to-S3

andreineculau opened this issue · 1 comments

Kinesis Firehose (S3) declares BufferingHints, CompressionFormat, Prefix as optional
http://docs.aws.amazon.com/firehose/latest/APIReference/API_S3DestinationConfiguration.html

but CloudFormation will fail when they are undefined (thus they are required).

AWS replied that this is not a bug. CLI and SDK have default values, but not CloudFormation. And that's that. shoot me now