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: sqs-lambda-s3-terraform-python/sqs-lambda-s3-terraform-python.json
+64-35Lines changed: 64 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -5,50 +5,79 @@
5
5
"level": "200",
6
6
"framework": "Terraform",
7
7
"introBox": {
8
-
"headline": "How it works",
9
-
"text": [
10
-
"This pattern creates an SQS queue, a Lambda function, an S3 bucket along with event source mapping for the Lambda function and appropriate permissions to enable the interfacing between these resources.",
11
-
"The SQS queue is configured as a trigger for the Lambda function. Whenever a message is posted to the SQS queue, the Lambda function is invoked synchronously. This is useful in scenarios where the message requires some pre-processing before storage."
12
-
]
8
+
"headline": "How it works",
9
+
"text": [
10
+
"This pattern creates an SQS queue, a Lambda function, an S3 bucket along with event source mapping for the Lambda function and appropriate permissions to enable the interfacing between these resources.",
11
+
"The SQS queue is configured as a trigger for the Lambda function. Whenever a message is posted to the SQS queue, the Lambda function is invoked synchronously. This is useful in scenarios where the message requires some pre-processing before storage."
0 commit comments