Skip to content

Commit 8a32f8a

Browse files
authored
Update example-pattern.json
1 parent cc4df54 commit 8a32f8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

s3-sqs-lambda-terraform/example-pattern.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"level": "200",
66
"framework": "Terraform",
77
"introBox": {
8-
"headline": "Create a Lambda function triggered for every jpg image file stored to S3 via SQS",
8+
"headline": "Lambda function triggered for every image file stored to S3 via SQS",
99
"text": [
10-
"Terraform deploys Lambda, SQS, S3, and IAM resources.",
11-
"SQS consumes S3 .jpg events, triggering Lambda.",
12-
"Lambda serves as a template for app development."
10+
"The terraform manifest deploys a Lambda function, an SQS queue, one S3 bucket and the IAM resources required to run the application.",
11+
"An SQS queue consumes ObjectCreated events from an Amazon S3 bucket if the file has .jpg extension. The SQS triggers a Lambda function.",
12+
"The Lambda function serve as a pre-configured template, providing a starting point for developing your application."
1313
]
1414
},
1515
"gitHub": {
@@ -47,7 +47,7 @@
4747
"authors": [
4848
{
4949
"name": "Oriol Matavacas",
50-
"image": "link-to-your-photo.jpg",
50+
"image": "",
5151
"bio": "Oriol Matavacas is a Sr. Solutions Architect at AWS based in Barcelona. Oriol primarily supporting customers on the journey to the Cloud. He enjoys building new solutions with scalability, availability and easy to maintain by using serverless.",
5252
"linkedin": "oriol-matavacas-rodriguez-b165868a",
5353
"twitter": ""

0 commit comments

Comments
 (0)