ActiveMQEventAPIGatewayCustomAuthorizerEventAPIGatewayProxyRequestEventAPIGatewayProxyResponseEventAPIGatewayV2CustomAuthorizerEventAPIGatewayV2HTTPEventAPIGatewayV2HTTPResponseAPIGatewayV2WebSocketEventAPIGatewayV2WebSocketResponseApplicationLoadBalancerRequestEventApplicationLoadBalancerResponseEventAppSyncLambdaAuthorizerEventAppSyncLambdaAuthorizerResponseCloudFormationCustomResourceEventCloudFrontEventCloudWatchCompositeAlarmEventCloudWatchLogsEventCloudWatchMetricAlarmEventCodeCommitEventCognitoEventCognitoUserPoolCreateAuthChallengeEventCognitoUserPoolCustomMessageEventCognitoUserPoolDefineAuthChallengeEventCognitoUserPoolEventCognitoUserPoolMigrateUserEventCognitoUserPoolPostAuthenticationEventCognitoUserPoolPostConfirmationEventCognitoUserPoolPreAuthenticationEventCognitoUserPoolPreSignUpEventCognitoUserPoolPreTokenGenerationEventCognitoUserPoolPreTokenGenerationEventV2CognitoUserPoolVerifyAuthChallengeResponseEventConfigEventConnectEventDynamodbEventIoTButtonEventKafkaEventKinesisAnalyticsFirehoseInputPreprocessingEventKinesisAnalyticsInputPreprocessingResponseKinesisAnalyticsOutputDeliveryEventKinesisAnalyticsOutputDeliveryResponseKinesisAnalyticsStreamsInputPreprocessingEventKinesisEventKinesisFirehoseEventLambdaDestinationEventLexEventMSKFirehoseEventMSKFirehoseResponseRabbitMQEventS3BatchEventS3BatchResponseS3EventScheduledEventSecretsManagerRotationEventSimpleIAMPolicyResponseSNSEventSQSBatchResponseSQSEvent
<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>