Skip to content

Commit ce04f7e

Browse files
committed
Add metric tag
1 parent 1c6beeb commit ce04f7e

File tree

49 files changed

+54
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+54
-42
lines changed

apigw-lambda-dynamodb-kinesis-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon DynamoDB
3+
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon DynamoDB (uksb-1tthgi812) (tag:apigw-lambda-dynamodb-kinesis-lambda)
44
Parameters:
55
KinesisStreamName:
66
Type: String

apigw-lambda-dynamodb-sam-java/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Transform: AWS::Serverless-2016-10-31
3-
Description: AWS-SAM-APIGW-Lambda-DDB
3+
Description: AWS-SAM-APIGW-Lambda-DDB (uksb-1tthgi812) (tag:apigw-lambda-dynamodb-sam-java)
44

55
Globals:
66
Function:

apigw-lambda-dynamodb-stream-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon DynamoDB
3+
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon DynamoDB (uksb-1tthgi812) (tag:apigw-lambda-dynamodb-stream-lambda)
44
Parameters:
55
DynamoDBTableName:
66
Type: String

apigw-lambda-dynamodb/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon DynamoDB
3+
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon DynamoDB (uksb-1tthgi812) (tag:apigw-lambda-dynamodb)
44
Resources:
55
LambdaFunction:
66
Type: AWS::Serverless::Function

apigw-lambda-efs-sam/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless pattern API Gateway(HTTP API) to AWS Lambda to Amazon EFS
3+
Description: Serverless pattern API Gateway(HTTP API) to AWS Lambda to Amazon EFS (uksb-1tthgi812) (tag:apigw-lambda-efs-sam)
44

55
Globals:
66
Function:

apigw-lambda-eventbridge-lambda-sam-java/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Transform: AWS::Serverless-2016-10-31
3-
Description: AWS-SAM-Lambda-EventBridge-Lambda
3+
Description: AWS-SAM-Lambda-EventBridge-Lambda (uksb-1tthgi812) (tag:apigw-lambda-eventbridge-lambda-sam-java)
44

55
Globals:
66
Function:

apigw-lambda-json-xml-vtl-transformation/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4+
(uksb-1tthgi812) (tag:apigw-lambda-json-xml-vtl-transformation)
45
A Lambda that is invoked by APIGateway Rest API. Response transformation from JSON TO XML In API Gateway
56
67
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst

apigw-lambda-memorydb/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4+
(uksb-1tthgi812) (tag:apigw-lambda-memorydb)
45
lambda-memorydb
56
Sample SAM Template which creates MemoryDB cluster along with the VPC, Subnets, Security Groups and a Java Lambda function which can access the memory db cluster
67

apigw-lambda-observability/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - API Gateway/Lambda with observability
3+
Description: Serverless patterns - API Gateway/Lambda with observability (uksb-1tthgi812) (tag:apigw-lambda-observability)
44

55

66
Globals:

apigw-lambda-pinpoint/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Parameters:
44
PinpointAppId:
55
Type: String
66
Description: Pinpoint application id through which you wish to send SMS
7+
Description: (uksb-1tthgi812) (tag:apigw-lambda-pinpoint)
78
Resources:
89
Api:
910
Type: AWS::Serverless::Api

apigw-lambda-qldb/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon QLDB
3+
Description: Serverless patterns - Amazon API Gateway to AWS Lambda to Amazon QLDB (uksb-1tthgi812) (tag:apigw-lambda-qldb)
44

55
# Comment on each global
66
Globals:

apigw-lambda-request-validator/template.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: 2010-09-09
2-
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: An Amazon REST API gateway with request validator to validate querystring, header, and body, and integrated with a AWS Lambda function.
2+
Description: >
3+
An Amazon REST API gateway with request validator to validate querystring, header, and body, and integrated with a AWS Lambda function.
4+
(uksb-1tthgi812) (tag:apigw-lambda-request-validator)
45
56
# Global values that are applied to all applicable resources in this template
67
Globals:

apigw-lambda-rust/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: An Amazon API Gateway HTTP API and an AWS Lambda function.
3+
Description: An Amazon API Gateway HTTP API and an AWS Lambda function. (uksb-1tthgi812) (tag:apigw-lambda-rust)
44

55
# Global values that are applied to all applicable resources in this template
66
Globals:

apigw-lambda-ses/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4+
(uksb-1tthgi812) (tag:apigw-lambda-ses)
45
lambda-ses
56
67
Sample SAM Template for lambda-ses

apigw-lambda-sfn-transcribe-translate-polly-sam/template.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
2-
Description: >-
2+
Description: >
3+
(uksb-1tthgi812) (tag:apigw-lambda-sfn-transcribe-translate-polly-sam)
34
capstone
45
56
Transform:

apigw-lambda-snapstart/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Transform: AWS::Serverless-2016-10-31
3-
Description: AWS-SAM-APIGW-Lambda-SnapStart
3+
Description: AWS-SAM-APIGW-Lambda-SnapStart (uksb-1tthgi812) (tag:apigw-lambda-snapstart)
44

55
Globals:
66
Function:

apigw-lambda-sns-sms/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3+
Description: (uksb-1tthgi812) (tag:apigw-lambda-sns-sms)
34
Resources:
45
Api:
56
Type: AWS::Serverless::Api

apigw-lambda-sns/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33

4+
Description: (uksb-1tthgi812) (tag:apigw-lambda-sns)
45
Resources:
56
MySnsTopic:
67
Type: AWS::SNS::Topic

apigw-lambda-translate-polly-s3/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: An Amazon REST API gateway integrated with a AWS Lambda function that calls AWS Translate service to translate given text, then call AWS Polly service to convert the text into speech and save audio file to s3.
3+
Description: An Amazon REST API gateway integrated with a AWS Lambda function that calls AWS Translate service to translate given text, then call AWS Polly service to convert the text into speech and save audio file to s3. (uksb-1tthgi812) (tag:apigw-lambda-translate-polly-s3)
44

55
Parameters:
66
s3BucketName:

apigw-lambda-translate/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: An Amazon REST API gateway integrated with a AWS Lambda function that calls AWS Translate service to translate given text into specified language.
3+
Description: An Amazon REST API gateway integrated with a AWS Lambda function that calls AWS Translate service to translate given text into specified language. (uksb-1tthgi812) (tag:apigw-lambda-translate)
44
Resources:
55
# API Gateway REST API
66
ApiGatewayApi:

apigw-mappingtemplate-lambda-nodejs/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - This SAM template creates a Regional REST API with a mapping template in the integration request to pass to the lambda function.
3+
Description: Serverless patterns - This SAM template creates a Regional REST API with a mapping template in the integration request to pass to the lambda function. (uksb-1tthgi812) (tag:apigw-mappingtemplate-lambda-nodejs)
44

55
Resources:
66
#Lambda function returning request id

apigw-mappingtemplate-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: An example API using Mapping templates in Integration response along with Lambda function
3+
Description: An example API using Mapping templates in Integration response along with Lambda function (uksb-1tthgi812) (tag:apigw-mappingtemplate-lambda)
44

55
Resources:
66
RestApi:

apigw-method-cache/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway REST API with method-level cache enabled
3+
Description: Serverless patterns - Amazon API Gateway REST API with method-level cache enabled (uksb-1tthgi812) (tag:apigw-method-cache)
44

55
Globals:
66
Function:

apigw-mutualtls-lambda/template.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: 2010-09-09
2-
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: An Amazon API Gateway HTTP API, API custom domain name with mutual TLS, and a AWS Lambda function.
2+
Description: >
3+
An Amazon API Gateway HTTP API, API custom domain name with mutual TLS, and a AWS Lambda function.
4+
(uksb-1tthgi812) (tag:apigw-mutualtls-lambda)
45
56
# Global values that are applied to all applicable resources in this template
67
Globals:

apigw-private-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - SAM Template for private APIs with Lambda proxy integration.
3+
Description: Serverless patterns - SAM Template for private APIs with Lambda proxy integration. (uksb-1tthgi812) (tag:apigw-private-lambda)
44

55
Parameters:
66
VpcEndpoint:

apigw-resource-policy/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway REST API with Resource Policy
3+
Description: Serverless patterns - Amazon API Gateway REST API with Resource Policy (uksb-1tthgi812) (tag:apigw-resource-policy)
44

55
Parameters:
66
IpRangeBlacklist:

apigw-rest-api-batch-sam/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4-
4+
(uksb-1tthgi812) (tag:apigw-rest-api-batch-sam)
55
Resources:
66
##########################################################################
77
# API GATEWAY ROLE WITH PERMISSIONS TO INVOKE BATCH #

apigw-rest-api-dynamodb/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: 2010-09-09
2-
Description: An Amazon API Gateway REST API that integrates with an Amazon DynamoDB table.
2+
Description: An Amazon API Gateway REST API that integrates with an Amazon DynamoDB table. (uksb-1tthgi812) (tag:apigw-rest-api-dynamodb)
33
Parameters:
44
AppName:
55
Type: String

apigw-rest-api-eventbridge-sam/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4+
(uksb-1tthgi812) (tag:apigw-rest-api-eventbridge-sam)
45
Serverless patterns - REST API Gateway to EventBridge
56
67
Resources:

apigw-rest-api-eventbridge-sqs-sam/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Transform: AWS::Serverless-2016-10-31
2-
Description: Serverless pattern API Gateway to EventBridge
2+
Description: Serverless pattern API Gateway to EventBridge (uksb-1tthgi812) (tag:apigw-rest-api-eventbridge-sqs-sam)
33

44
Globals:
55
Function:

apigw-rest-api-http-integration/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway REST API with HTTP integration
3+
Description: Serverless patterns - Amazon API Gateway REST API with HTTP integration (uksb-1tthgi812) (tag:apigw-rest-api-http-integration)
44

55
Parameters:
66
GetHttpUrl:

apigw-rest-api-lambda-vpc-sqs/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: An application that includes an API Gateway (with an API key) that sends the request to the Lambda function in a vpc. Then, the lambda funciton sends the message to SQS queue
3+
Description: An application that includes an API Gateway (with an API key) that sends the request to the Lambda function in a vpc. Then, the lambda funciton sends the message to SQS queue (uksb-1tthgi812) (tag:apigw-rest-api-lambda-vpc-sqs)
44

55
Parameters:
66
Subnets:

apigw-rest-api-mock-integration/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway REST API with Mock integration
3+
Description: Serverless patterns - Amazon API Gateway REST API with Mock integration (uksb-1tthgi812) (tag:apigw-rest-api-mock-integration)
44

55
Resources:
66

apigw-rest-api-vpclink/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway REST API with VPC Link integration
3+
Description: Serverless patterns - Amazon API Gateway REST API with VPC Link integration (uksb-1tthgi812) (tag:apigw-rest-api-vpclink)
44

55
Parameters:
66
NlbInternalDns:

apigw-rest-apigw-rest/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Centralized API
3+
Description: Centralized API (uksb-1tthgi812) (tag:apigw-rest-apigw-rest)
44

55
Parameters:
66
ApiKeyValue:

apigw-rest-edge-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - REST API Edge-Optimized with Lambda proxy integration
3+
Description: Serverless patterns - REST API Edge-Optimized with Lambda proxy integration (uksb-1tthgi812) (tag:apigw-rest-edge-lambda)
44

55
Resources:
66
#Lambda function

apigw-rest-regional-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - REST API regional with Lambda proxy integration
3+
Description: Serverless patterns - REST API regional with Lambda proxy integration (uksb-1tthgi812) (tag:apigw-rest-regional-lambda)
44

55
Resources:
66
#Lambda function

apigw-rest-sagemaker/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: 2010-09-09
2-
Description: An Amazon API Gateway REST API that integrates with a SageMaker endpoint.
2+
Description: An Amazon API Gateway REST API that integrates with a SageMaker endpoint. (uksb-1tthgi812) (tag:apigw-rest-sagemaker)
33
Parameters:
44
ApigatewayName:
55
Type: String

apigw-rest-stepfunction/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4+
(uksb-1tthgi812) (tag:apigw-rest-stepfunction)
45
Serverless patterns - REST API Gateway to Step Function
56
67
Resources:

apigw-route53-failover/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Failover example
3+
Description: Failover example (uksb-1tthgi812) (tag:apigw-route53-failover)
44
Globals:
55
Function:
66
Timeout: 3

apigw-s3-proxy/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - Amazon API Gateway REST API with S3 integration
3+
Description: Serverless patterns - Amazon API Gateway REST API with S3 integration (uksb-1tthgi812) (tag:apigw-s3-proxy)
44

55
Resources:
66

apigw-ses-transformation/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Serverless patterns - REST API Gateway to Amazon SES
3+
Description: Serverless patterns - REST API Gateway to Amazon SES (uksb-1tthgi812) (tag:apigw-ses-transformation)
44
Parameters:
55
StageName:
66
Type: String

apigw-sfn-crud/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Step Functions Crud
3+
Description: Step Functions Crud (uksb-1tthgi812) (tag:apigw-sfn-crud)
44

55
Resources:
66
Api:

apigw-sfn/template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4+
(uksb-1tthgi812) (tag:apigw-sfn)
45
A Step Functions Express Workflow triggered synchronously by an API Gateway HTTP APIs integration
56
67
Resources:

apigw-sns-sms/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: API to send SMS using SNS
3+
Description: API to send SMS using SNS (uksb-1tthgi812) (tag:apigw-sns-sms)
44

55
Resources:
66
RestApi:

apigw-sqs-lambda-ddb/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22
Transform: AWS::Serverless-2016-10-31
3-
Description: A endpoint hosted by an API Gateway which invokes SQS, consumed by lambda function and persisted in a dynamoDB table.
3+
Description: A endpoint hosted by an API Gateway which invokes SQS, consumed by lambda function and persisted in a dynamoDB table. (uksb-1tthgi812) (tag:apigw-sqs-lambda-ddb)
44

55
Resources:
66
##########################################################################

apigw-sqs-lambda-iot/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Cognito to API Gateway to Lambda to IOT
3+
Description: Cognito to API Gateway to Lambda to IOT (uksb-1tthgi812) (tag:apigw-sqs-lambda-iot)
44

55
Parameters:
66
IOTEndpoint:

apigw-sqs-lambda-java/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: A Lambda function triggered by an AWS API Gateway HTTP APIs call through an Amazon SQS Queue for buffering
3+
Description: A Lambda function triggered by an AWS API Gateway HTTP APIs call through an Amazon SQS Queue for buffering (uksb-1tthgi812) (tag:apigw-sqs-lambda-java)
44

55
# Comment each resource section to explain usage
66
Resources:

apigw-sqs-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: A Lambda function triggered by an AWS API Gateway HTTP APIs call through an Amazon SQS Queue for buffering
3+
Description: A Lambda function triggered by an AWS API Gateway HTTP APIs call through an Amazon SQS Queue for buffering (uksb-1tthgi812) (tag:apigw-sqs-lambda)
44

55
# Comment each resource section to explain usage
66
Resources:

0 commit comments

Comments
 (0)