Skip to content

Commit d7aa54c

Browse files
committed
added link for cf template
1 parent d56f68a commit d7aa54c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kinesisfirehose-processor/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ When you enable Firehose data transformation, Firehose buffers incoming data and
77

88
### Creating Stack in AWS Cloudformation
99
you can create the stack by using [aws-cli](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-cli-creating-stack.html) or directly from aws console using webbrowser and uploading kinesisfirehose-lambda-sam.yaml. For more details checkout it's [documentation](https://help.sumologic.com/?cid=39393)
10+
Sumo Logic provides a Cloudformation [template](https://s3.amazonaws.com/appdev-cloudformation-templates/kinesisfirehose-lambda-cft.json) for creating the lambda function download and use it for creating the stack.
1011

1112
### Setting up the Lambda Function
1213
Below instructions assumes that the delivery stream already exists.One can also configure the lambda at the time of delivery stream creation. Refer [Setting up Delivery Stream](https://docs.aws.amazon.com/firehose/latest/dev/basic-create.html)

kinesisfirehose-processor/test-kinesisfirehose-lambda-cft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"SumoKFLambdaResources" : {
118118
"Type" : "AWS::CloudFormation::Stack",
119119
"Properties" : {
120-
"TemplateURL" : "https://s3.amazonaws.com/cf-templates-5d0x5unchag-us-east-1/kinesisfirehose-lambda-cft.json",
120+
"TemplateURL" : "https://s3.amazonaws.com/appdev-cloudformation-templates/kinesisfirehose-lambda-cft.json",
121121
"TimeoutInMinutes" : "10"
122122
}
123123
}

0 commit comments

Comments
 (0)