Amir Szekely
Amir Szekely
It's an option of Firehose, not Lambda. But either way doesn't seem to be available in the UI. You can try using [`aws firehose update-destination`](https://docs.aws.amazon.com/cli/latest/reference/firehose/update-destination.html). You would probably have to...
I have a feeling removing the last line of `Transform: AWS::Serverless-2016-10-31` will fix the issue. I didn't see any usage of the transform but I only looked for a few...
You can choose to not rollback when deploying. Not 100% if that's possible with StackSets though.
That log is the only way to resolve it. That said, the log should still be there. Nothing in the stack deletes it on stack destruction. The log should stay...
Oh yeah OU would be awesome here.
Where have you enclosed the archive? I can't see it.
Which log group? `DeliveryStreamLog`, the one that contains the history of the export? Or the log groups you export? Are you saying you want one bucket per exported log group?...
That's an `AnnotationSeries`. Probably generated with `TestLastValueAnnotationSeries()`.
Sorry, I don't have time to look at it. You should include the executable itself that causes this so maybe someone else can look. If you do find it, I'll...
Is that what other parts of the code do too? Leave `"error"` behind? Do you know why it failed in the first place?