Skip to content

Commit

Permalink
docs(data-classes): Fix anchor tags to be lower case (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brewer authored Feb 15, 2021
1 parent b9fef53 commit 2f840bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/utilities/data_classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Event Source | Data_class
------------------------------------------------- | ---------------------------------------------------------------------------------
[API Gateway Proxy](#api-gateway-proxy) | `APIGatewayProxyEvent`
[API Gateway Proxy event v2](#api-gateway-proxy-v2) | `APIGatewayProxyEventV2`
[CloudWatch Logs](#cloudWatch-logs) | `CloudWatchLogsEvent`
[Cognito User Pool](#cognito-user-pool-triggers) | Multiple available under `cognito_user_pool_event`
[DynamoDB streams](#dynamoDB-streams) | `DynamoDBStreamEvent`, `DynamoDBRecordEventName`
[CloudWatch Logs](#cloudwatch-logs) | `CloudWatchLogsEvent`
[Cognito User Pool](#cognito-user-pool) | Multiple available under `cognito_user_pool_event`
[DynamoDB streams](#dynamodb-streams) | `DynamoDBStreamEvent`, `DynamoDBRecordEventName`
[EventBridge](#eventbridge) | `EventBridgeEvent`
[Kinesis Data Stream](#kinesis-streams) | `KinesisStreamEvent`
[S3](#S3) | `S3Event`
[SES](#SES) | `SESEvent`
[SNS](#SNS) | `SNSEvent`
[SQS](#SQS) | `SQSEvent`
[S3](#s3) | `S3Event`
[SES](#ses) | `SESEvent`
[SNS](#sns) | `SNSEvent`
[SQS](#sqs) | `SQSEvent`


!!! info
Expand Down

0 comments on commit 2f840bf

Please sign in to comment.