Skip to content

Commit

Permalink
Merge pull request #2118 from ConnorKirk/metrics-tag/batch-2
Browse files Browse the repository at this point in the history
Add metric tags
  • Loading branch information
pputhran authored Feb 15, 2024
2 parents 1b0f5d8 + c4efad6 commit 69e9113
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion apigw-cors-proxy/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: API Gateway REST API with Lambda Proxy integration and CORS enabled
Description: API Gateway REST API with Lambda Proxy integration and CORS enabled (uksb-1tthgi812) (tag:apigw-cors-proxy)

Resources:
ApiGatewayRestApi:
Expand Down
2 changes: 1 addition & 1 deletion apigw-custom-domain-edge/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless patterns - Amazon API Gateway Edge Custom Domain Name
Description: Serverless patterns - Amazon API Gateway Edge Custom Domain Name (uksb-1tthgi812) (tag:apigw-custom-domain-edge)

Parameters:

Expand Down
2 changes: 1 addition & 1 deletion apigw-custom-domain-regional/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless patterns - Amazon API Gateway Custom Domain Name
Description: Serverless patterns - Amazon API Gateway Custom Domain Name (uksb-1tthgi812) (tag:apigw-custom-domain-regional)

Parameters:

Expand Down
2 changes: 1 addition & 1 deletion apigw-custom-resource-policy/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: API Gateway Resource Policies
Description: API Gateway Resource Policies (uksb-1tthgi812) (tag:apigw-custom-resource-policy)

Globals:
Function:
Expand Down
2 changes: 1 addition & 1 deletion apigw-data-validation/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: API Gateway data validation
Description: API Gateway data validation (uksb-1tthgi812) (tag:apigw-data-validation)

Globals:
Function:
Expand Down
2 changes: 1 addition & 1 deletion apigw-ddb-openapi-crud/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Canary example for API Gateway rest api
Description: Canary example for API Gateway rest api (uksb-1tthgi812) (tag:apigw-ddb-openapi-crud)

Resources:
CrudAPI:
Expand Down
2 changes: 1 addition & 1 deletion apigw-domain-edge-lambda/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless patterns - Edge-Optimized Custom Domain Name that points to a REST API regional with Lambda proxy integration
Description: Serverless patterns - Edge-Optimized Custom Domain Name that points to a REST API regional with Lambda proxy integration (uksb-1tthgi812) (tag:apigw-domain-edge-lambda)

#Parameters for certificate and domain name
Parameters:
Expand Down
2 changes: 1 addition & 1 deletion apigw-dynamodb-kinesis-lambda/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: An Amazon API Gateway REST API that integrates with an Amazon DynamoDB table.
Description: An Amazon API Gateway REST API that integrates with an Amazon DynamoDB table. (uksb-1tthgi812) (tag:apigw-dynamodb-kinesis-lambda)
Parameters:
AppName:
Type: String
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31

Description: Serverless Reminders Application with Event Bridge Scheduler
Description: Serverless Reminders Application with Event Bridge Scheduler (uksb-1tthgi812) (tag:apigw-dynamodb-lambda-scheduler-ses-auto-deletion-sam)

Parameters:
SenderEmailAddress:
Expand Down
1 change: 1 addition & 0 deletions apigw-ec2/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
(uksb-1tthgi812) (tag:apigw-ec2)
This CloudFormation deploys public REST API along with private network load balancer which will route the request to an EC2 website via vpc link
Parameters:
InstanceType:
Expand Down
2 changes: 1 addition & 1 deletion apigw-eventbridge/template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless pattern API Gateway to EventBridge
Description: Serverless pattern API Gateway to EventBridge (uksb-1tthgi812) (tag:apigw-eventbridge)

Parameters:
Stage:
Expand Down
2 changes: 1 addition & 1 deletion apigw-execution-access-logs/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: 2010-09-09
Transform: AWS::Serverless-2016-10-31
Description: REST API with CloudWatch execution and access logs enabled.
Description: REST API with CloudWatch execution and access logs enabled. (uksb-1tthgi812) (tag:apigw-execution-access-logs)

Globals:
Api:
Expand Down
2 changes: 1 addition & 1 deletion apigw-http-api-eventbridge-java/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: API Gateway HTTP API to EventBridge
Description: API Gateway HTTP API to EventBridge (uksb-1tthgi812) (tag:apigw-http-api-eventbridge-java)

Resources:
# Creates an HTTP API endpoint
Expand Down
2 changes: 1 addition & 1 deletion apigw-http-api-eventbridge/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: API Gateway HTTP API to EventBridge
Description: API Gateway HTTP API to EventBridge (uksb-1tthgi812) (tag:apigw-http-api-eventbridge)

Resources:
# Creates an HTTP API endpoint
Expand Down
2 changes: 1 addition & 1 deletion apigw-http-api-fifo-sqs-lambda-sns-sam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: ApigwSnsSqsLambda SAM Template
Description: ApigwSnsSqsLambda SAM Template (uksb-1tthgi812) (tag:apigw-http-api-fifo-sqs-lambda-sns-sam)

# Define the parameters section
Parameters:
Expand Down
3 changes: 1 addition & 2 deletions apigw-http-api-lambda-dotnet-sam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: An AWS Serverless Application that uses the ASP.NET Core framework running
in AWS Lambda.
Description: An AWS Serverless Application that uses the ASP.NET Core framework running in AWS Lambda. (uksb-1tthgi812) (tag:apigw-http-api-lambda-dotnet-sam)

Resources:
AspNetCoreFunction:
Expand Down
2 changes: 1 addition & 1 deletion apigw-http-api-lambda-python/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless patterns - simple HTTP API to Lambda function using python3.9
Description: Serverless patterns - simple HTTP API to Lambda function using python3.9 (uksb-1tthgi812) (tag:apigw-http-api-lambda-python)

Resources:
# Lambda function
Expand Down
1 change: 1 addition & 0 deletions apigw-http-api-lambda-rds-proxy-java/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
(uksb-1tthgi812) (tag:apigw-http-api-lambda-rds-proxy-java)
apigw-http-api-lambda-rds-proxy-java
Sample SAM Template for apigw-http-api-lambda-rds-proxy-java
Expand Down
1 change: 1 addition & 0 deletions apigw-http-api-lambda-rds-proxy/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
(uksb-1tthgi812) (tag:apigw-http-api-lambda-rds-proxy)
apigw-http-api-lambda-rds-proxy
Sample SAM Template for apigw-http-api-lambda-rds-proxy
Expand Down
2 changes: 1 addition & 1 deletion apigw-http-api-lambda-rust/template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: 2010-09-09
Transform: 'AWS::Serverless-2016-10-31'
Description: An Amazon API Gateway HTTP API and an AWS Lambda function.
Description: An Amazon API Gateway HTTP API and an AWS Lambda function. (uksb-1tthgi812) (tag:apigw-http-api-lambda-rust)

# Global values that are applied to all applicable resources in this template
Globals:
Expand Down
2 changes: 1 addition & 1 deletion apigw-http-api-lambda/template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: 2010-09-09
Transform: 'AWS::Serverless-2016-10-31'
Description: An Amazon API Gateway HTTP API and an AWS Lambda function.
Description: An Amazon API Gateway HTTP API and an AWS Lambda function. (uksb-1tthgi812) (tag:apigw-http-api-lambda)

# Global values that are applied to all applicable resources in this template
Globals:
Expand Down
2 changes: 1 addition & 1 deletion apigw-iam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless patterns - Amazon API Gateway REST API with IAM authorizer
Description: Serverless patterns - Amazon API Gateway REST API with IAM authorizer (uksb-1tthgi812) (tag:apigw-iam)

Resources:

Expand Down
2 changes: 1 addition & 1 deletion apigw-kinesis-lambda-ddb/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: A rest endpoint hosted by an API Gateway which invokes Kinesis data stream, consumed by lambda function and persisted in a dynamoDB table.
Description: A rest endpoint hosted by an API Gateway which invokes Kinesis data stream, consumed by lambda function and persisted in a dynamoDB table. (uksb-1tthgi812) (tag:apigw-kinesis-lambda-ddb)

Resources:
##########################################################################
Expand Down
2 changes: 1 addition & 1 deletion apigw-kinesis-lambda/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: An Amazon API Gateway REST API integration with a Kinesis Data Stream, which is consumed by Lambda function.
Description: An Amazon API Gateway REST API integration with a Kinesis Data Stream, which is consumed by Lambda function. (uksb-1tthgi812) (tag:apigw-kinesis-lambda)


Resources:
Expand Down
2 changes: 1 addition & 1 deletion apigw-kinesis/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: An Amazon API Gateway REST API that integrates with a Kinesis Data Stream.
Description: An Amazon API Gateway REST API that integrates with a Kinesis Data Stream. (uksb-1tthgi812) (tag:apigw-kinesis)


Resources:
Expand Down
2 changes: 1 addition & 1 deletion apigw-lambda-authorizer-custom-header/template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Serverless Pattern - Amazon API Gateway using Lambda Authorizer and Mapping Template to inject customer HTTP headers
Description: Serverless Pattern - Amazon API Gateway using Lambda Authorizer and Mapping Template to inject customer HTTP headers (uksb-1tthgi812) (tag:apigw-lambda-authorizer-custom-header)
Transform: AWS::Serverless-2016-10-31
Globals:
Function:
Expand Down
2 changes: 1 addition & 1 deletion apigw-lambda-authorizer/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Serverless patterns - Amazon API Gateway REST API with Lambda Token Authorizer
Description: Serverless patterns - Amazon API Gateway REST API with Lambda Token Authorizer (uksb-1tthgi812) (tag:apigw-lambda-authorizer)

Globals:
Function:
Expand Down
2 changes: 1 addition & 1 deletion apigw-lambda-bedrock-js-sam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: This SAM template generating content using Amazon Bedrock API. This can be extended to use different supported models.
Description: This SAM template generating content using Amazon Bedrock API. This can be extended to use different supported models. (uksb-1tthgi812) (tag:apigw-lambda-bedrock-js-sam)

Globals:
Function:
Expand Down
2 changes: 1 addition & 1 deletion apigw-lambda-bedrock-sam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: This SAM template generating content using Amazon Bedrock API. This can be extended to use different supported models.
Description: This SAM template generating content using Amazon Bedrock API. This can be extended to use different supported models. (uksb-1tthgi812) (tag:apigw-lambda-bedrock-sam)
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
Globals:
Function:
Expand Down
1 change: 1 addition & 0 deletions apigw-lambda-comprehend-sam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: >
(uksb-1tthgi812) (tag:apigw-lambda-comprehend-sam)
sentiment-analysis
Sample SAM template for sentiment analysis with AWS Lambda and Amazon Comprehend
Expand Down

0 comments on commit 69e9113

Please sign in to comment.