Skip to content

Commit baf60e0

Browse files
authored
Update README.md
1 parent 8ef4a47 commit baf60e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: terraform-kinesis-poison-pill/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Without proper handling of failure when working with Kinesis Data Streams, an it
66

77
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.
88

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
1010

1111
**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.
1212

@@ -40,7 +40,7 @@ Learn more about this pattern at Serverless Land Patterns: << Add the live URL h
4040
5. Change directory to the pattern directory:
4141
```
4242
cd ../..
43-
43+
```
4444
6. Deploy the stack to your default AWS account and region using terraform
4545
```
4646
terraform init
@@ -146,4 +146,4 @@ json: cannot unmarshal string into Go struct field SampleEvent.fieldC of type in
146146

147147
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
148148

149-
SPDX-License-Identifier: MIT-0
149+
SPDX-License-Identifier: MIT-0

0 commit comments

Comments
 (0)