Module events
Source - AwsEventHandler
- Generic struct for AWS Event Handlers.
- S3Event
S3Event which wrap an array of S3EventRecord- SnsEvent
- The
Event notification event handled by Lambda - SqsEvent
- The Event sent to Lambda from SQS. Contains 1 or more individual SQS Messages
- AwsEvent
- Trait defining methods that AWS events must implement.
- Callable
- Trait for objects that can be called within a Lambda function.
- LambdaFn
- Type alias for a Lambda function handler.
- LambdaFuture
- Type alias for a Lambda future, wrapping a boxed dynamic Future trait.