Skip to content

Instantly share code, notes, and snippets.

View robingoth's full-sized avatar

Vladyslav Cherednychenko robingoth

View GitHub Profile
@lizturp
lizturp / cloudformation-kinesis-fh-delivery-stream.json
Last active November 3, 2022 03:34
AWS Cloudformation template to build a firehose delivery stream to S3, with a kinesis stream as the source. JSON, but it's fine.
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "The AWS CloudFormation template for Kinesis Stream",
"Parameters": {
"Environment": {
"Description": "dev, stage, or prod - this is for bucket tags",
"Type": "String",
"MinLength": "3",
"MaxLength": "5"
}