andreineculau / fl-aws

Flaws at AWS
Apache License 2.0
15 stars 0 forks source link

cloudformation inconsistencies with Firehose-to-S3 #22

Open andreineculau opened 7 years ago

andreineculau commented 7 years ago

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).

andreineculau commented 7 years ago

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