Skip to content

Commit 4e641a4

Browse files
committed
fifo-sns-sqs-lambda-firehose-s3: Update README.md
1 parent c62bec7 commit 4e641a4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

fifo-sns-sqs-lambda-firehose-s3/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Terraform template in this pattern allows you to connect an SQS FIFO queue t
1212
* FIFO SQS queue
1313
* FIFO SNS Topic
1414
* Lambda function in python
15-
* Cloudwatch log group for Lambda function
15+
* CloudWatch log group for Lambda function
1616
* Required roles and policies
1717

1818
Learn more about this pattern at Serverless Land Patterns: [serverlessland.com/patterns/sns-sqs-lambda-firehose-s3-terraform](https://serverlessland.com/patterns/sns-sqs-lambda-firehose-s3-terraform)
@@ -83,7 +83,7 @@ aws s3 ls "s3://fifo-sns-sqs-lambda-firehose-s3-bucket-<YOUR-DEPLOYMENT-ID>" --r
8383
2022-03-29 19:17:01 1672 2022/03/29/17/fifo-sns-sqs-lambda-firehose-s3-stream-<YOUR-DEPLOYMENT-ID>-1-2022-03-29-17-15-58-4c161535-d7d7-4ae8-b6b9-11ee2f4cd446
8484
```
8585

86-
4. You can check cloudwatch log group as well to see the lambda's event logs
86+
4. You can check CloudWatch log group as well to see the lambda's event logs
8787
```bash
8888
aws logs describe-log-streams --log-group-name '/aws/lambda/fifo-sns-sqs-lambda-firehose-s3-lambda-<YOUR-DEPLOYMENT-ID>'
8989
{
@@ -197,11 +197,3 @@ terraform show
197197
----
198198
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
199199
SPDX-License-Identifier: MIT-0
200-
201-
202-
203-
204-
205-
206-
207-

0 commit comments

Comments
 (0)