AWS Lambda Java Events v3
June 18, 2025 ยท View on GitHub
Event Models Supported
ActiveMQEventAPIGatewayCustomAuthorizerEventAPIGatewayProxyRequestEventAPIGatewayProxyResponseEventAPIGatewayV2CustomAuthorizerEventAPIGatewayV2HTTPEventAPIGatewayV2HTTPResponseAPIGatewayV2WebSocketEventAPIGatewayV2WebSocketResponseApplicationLoadBalancerRequestEventApplicationLoadBalancerResponseEventAppSyncLambdaAuthorizerEventAppSyncLambdaAuthorizerResponseCloudFormationCustomResourceEventCloudFrontEventCloudWatchCompositeAlarmEventCloudWatchLogsEventCloudWatchMetricAlarmEventCodeCommitEventCognitoEventCognitoUserPoolCreateAuthChallengeEventCognitoUserPoolCustomMessageEventCognitoUserPoolDefineAuthChallengeEventCognitoUserPoolEventCognitoUserPoolMigrateUserEventCognitoUserPoolPostAuthenticationEventCognitoUserPoolPostConfirmationEventCognitoUserPoolPreAuthenticationEventCognitoUserPoolPreSignUpEventCognitoUserPoolPreTokenGenerationEventCognitoUserPoolPreTokenGenerationEventV2CognitoUserPoolVerifyAuthChallengeResponseEventConfigEventConnectEventDynamodbEventIoTButtonEventKafkaEventKinesisAnalyticsFirehoseInputPreprocessingEventKinesisAnalyticsInputPreprocessingResponseKinesisAnalyticsOutputDeliveryEventKinesisAnalyticsOutputDeliveryResponseKinesisAnalyticsStreamsInputPreprocessingEventKinesisEventKinesisFirehoseEventLambdaDestinationEventLexEventMSKFirehoseEventMSKFirehoseResponseRabbitMQEventS3BatchEventS3BatchResponseS3EventScheduledEventSecretsManagerRotationEventSimpleIAMPolicyResponseSNSEventSQSBatchResponseSQSEvent
Usage
<dependencies>
...
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-core</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>3.16.0</version>
</dependency>
...
</dependencies>