You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform-kinesis-poison-pill/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Without proper handling of failure when working with Kinesis Data Streams, an it
6
6
7
7
This will ultimately create wasteful invocations of a Lambda, wasted CPU cycles in a container and worst of all the downstream consumers will not get the data they need.
8
8
9
-
Learn more about this pattern at Serverless Land Patterns: << Add the live URL here >>
9
+
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/terraform-kinesis-poison-pill
10
10
11
11
**Important**: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
12
12
@@ -40,7 +40,7 @@ Learn more about this pattern at Serverless Land Patterns: << Add the live URL h
40
40
5. Change directory to the pattern directory:
41
41
```
42
42
cd ../..
43
-
43
+
```
44
44
6. Deploy the stack to your default AWS account and region using terraform
45
45
```
46
46
terraform init
@@ -146,4 +146,4 @@ json: cannot unmarshal string into Go struct field SampleEvent.fieldC of type in
146
146
147
147
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
0 commit comments