Event Models Supported
ActiveMQEventAPIGatewayCustomAuthorizerEventAPIGatewayProxyRequestEventAPIGatewayProxyResponseEventAPIGatewayV2CustomAuthorizerEventAPIGatewayV2HTTPEventAPIGatewayV2HTTPResponseAPIGatewayV2WebSocketEventAPIGatewayV2WebSocketResponseApplicationLoadBalancerRequestEventApplicationLoadBalancerResponseEventAppSyncLambdaAuthorizerEventAppSyncLambdaAuthorizerResponseCloudFormationCustomResourceEventCloudFrontEventCloudWatchLogsEventCodeCommitEventCognitoEventCognitoUserPoolCreateAuthChallengeEventCognitoUserPoolCustomMessageEventCognitoUserPoolDefineAuthChallengeEventCognitoUserPoolEventCognitoUserPoolMigrateUserEventCognitoUserPoolPostAuthenticationEventCognitoUserPoolPostConfirmationEventCognitoUserPoolPreAuthenticationEventCognitoUserPoolPreSignUpEventCognitoUserPoolPreTokenGenerationEventCognitoUserPoolVerifyAuthChallengeResponseEventConfigEventConnectEventDynamodbEventIoTButtonEventKafkaEventKinesisAnalyticsFirehoseInputPreprocessingEventKinesisAnalyticsInputPreprocessingResponseKinesisAnalyticsOutputDeliveryEventKinesisAnalyticsOutputDeliveryResponseKinesisAnalyticsStreamsInputPreprocessingEventKinesisEventKinesisFirehoseEventLambdaDestinationEventLexEventRabbitMQEventS3BatchEventS3BatchResponseS3EventScheduledEventSecretsManagerRotationEventSimpleIAMPolicyResponseSNSEventSQSBatchResponseSQSEvent
As of version 3.0.0, users are no longer required to pull in SDK dependencies in order to use this library.
Getting Started
<dependencies> ... <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-core</artifactId> <version>1.2.1</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-events</artifactId> <version>3.11.0</version> </dependency> ... </dependencies>
'com.amazonaws:aws-lambda-java-core:1.2.1' 'com.amazonaws:aws-lambda-java-events:3.11.0'
[com.amazonaws/aws-lambda-java-core "1.2.1"] [com.amazonaws/aws-lambda-java-events "3.11.0"]
"com.amazonaws" % "aws-lambda-java-core" % "1.2.1" "com.amazonaws" % "aws-lambda-java-events" % "3.11.0"