Skip to content

Commit 2f840bf

Browse files
author
Michael Brewer
authored
docs(data-classes): Fix anchor tags to be lower case (#288)
1 parent b9fef53 commit 2f840bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/utilities/data_classes.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Event Source | Data_class
3333
------------------------------------------------- | ---------------------------------------------------------------------------------
3434
[API Gateway Proxy](#api-gateway-proxy) | `APIGatewayProxyEvent`
3535
[API Gateway Proxy event v2](#api-gateway-proxy-v2) | `APIGatewayProxyEventV2`
36-
[CloudWatch Logs](#cloudWatch-logs) | `CloudWatchLogsEvent`
37-
[Cognito User Pool](#cognito-user-pool-triggers) | Multiple available under `cognito_user_pool_event`
38-
[DynamoDB streams](#dynamoDB-streams) | `DynamoDBStreamEvent`, `DynamoDBRecordEventName`
36+
[CloudWatch Logs](#cloudwatch-logs) | `CloudWatchLogsEvent`
37+
[Cognito User Pool](#cognito-user-pool) | Multiple available under `cognito_user_pool_event`
38+
[DynamoDB streams](#dynamodb-streams) | `DynamoDBStreamEvent`, `DynamoDBRecordEventName`
3939
[EventBridge](#eventbridge) | `EventBridgeEvent`
4040
[Kinesis Data Stream](#kinesis-streams) | `KinesisStreamEvent`
41-
[S3](#S3) | `S3Event`
42-
[SES](#SES) | `SESEvent`
43-
[SNS](#SNS) | `SNSEvent`
44-
[SQS](#SQS) | `SQSEvent`
41+
[S3](#s3) | `S3Event`
42+
[SES](#ses) | `SESEvent`
43+
[SNS](#sns) | `SNSEvent`
44+
[SQS](#sqs) | `SQSEvent`
4545

4646

4747
!!! info

0 commit comments

Comments
 (0)