Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/aws/aws-lambda-go/events/README.md

49 lines
1.1 KiB

# Overview
[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/events?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/events)
This package provides input types for Lambda functions that process AWS events.
# Samples
[API Gateway](README_ApiGatewayEvent.md)
[API Gateway Custom Authorizer](README_ApiGatewayCustomAuthorizer.md)
[AppSync](README_AppSync.md)
[CloudFormation Events](../cfn/README.md)
[CloudWatch Events](README_CloudWatch_Events.md)
[CloudWatch Logs](README_CloudWatch_Logs.md)
[Chime Bot Events](README_Chime_Bots.md)
[Code Commit Events](README_CodeCommit.md)
[Cognito Events](README_Cognito.md)
[Cognito PostConfirmation](README_Cognito_UserPools_PostConfirmation.md)
[Cognito PreSignup](README_Cognito_UserPools_PreSignup.md)
[Cognito PreTokenGen](README_Cognito_UserPools_PreTokenGen.md)
[Config Events](README_Config.md)
[DynamoDB Events](README_DynamoDB.md)
[Kinesis Events](README_Kinesis.md)
[Kinesis Firehose Events](README_KinesisFirehose.md)
[Lex Events](README_Lex.md)
[S3 Events](README_S3.md)
[SES Events](README_SES.md)
[SNS Events](README_SNS.md)
[SQS Events](README_SQS.md)