Skip to content

Commit

Permalink
Update read.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waniket-123 authored Jul 13, 2023
1 parent 570f518 commit 601bbd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sns-sqs-lambda/read.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SNS SQS LAMBDA

This project contains source code and supporting files for a serverless application that you can deploy with the AWS Cloudformation. It includes the following files and folders.

The project creates a SNS Topic and Subscribes a SQS Queue to it. The Subscribed SQS Queue is polled by Lambda Event Source Mapping and invokes the Lambda function with the messages present in the queue.
Expand All @@ -20,4 +22,4 @@ cd sns-sqs-lambda

From the command line, use AWS CLI to deploy the AWS resources for the pattern as specified in the main.tf file:

aws cloudformation create-stack --stack-name myteststack --template-body file://SNS_SQS_Lambda.yaml
aws cloudformation create-stack --stack-name myteststack --template-body file://SNS_SQS_Lambda.yaml

0 comments on commit 601bbd4

Please sign in to comment.