Skip to content

Commit 4868e58

Browse files
committed
Update documentation with enhanced monitoring details and fix README filename case
1 parent 592a07f commit 4868e58

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
File renamed without changes.

apigw-lambda-sns/example-pattern.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"title": "Amazon API Gateway REST API to Lambda to SNS",
3-
"description": "Integration of Amazon API Gateway REST API with Amazon Lambda to publish to Amazon SNS",
3+
"description": "Integration of Amazon API Gateway REST API with Amazon Lambda to publish to Amazon SNS with enhanced monitoring",
44
"language": "Python",
55
"level": "200",
66
"framework": "AWS SAM",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
1010
"This sample project demonstrates how to publish to a SNS Topic whenever the REST API is invoked using Lambda function.",
11-
"This pattern deploys a Amazon API Gateway REST API with Lambda Function integration and SNS Topic."
11+
"This pattern deploys a Amazon API Gateway REST API with Lambda Function integration and SNS Topic with enhanced monitoring features including CloudWatch Alarms, X-Ray tracing, and Synthetics Canary."
1212
]
1313
},
1414
"gitHub": {
@@ -29,6 +29,14 @@
2929
"text": "Publishing Messages in Amazon SNS",
3030
"link": "https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sns.html#topic"
3131
},
32+
{
33+
"text": "AWS X-Ray Distributed Tracing",
34+
"link": "https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html"
35+
},
36+
{
37+
"text": "Amazon CloudWatch Synthetics",
38+
"link": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries.html"
39+
},
3240
]
3341
},
3442
"deploy": {
@@ -43,7 +51,8 @@
4351
},
4452
"cleanup": {
4553
"text": [
46-
"Delete the stack: <code>same delete</code>."
54+
"Delete the stack: <code>sam delete</code>.",
55+
"Manually delete the S3 bucket created for Synthetics artifacts after deleting the CloudFormation stack."
4756
]
4857
},
4958
"authors": [

0 commit comments

Comments
 (0)