Module events

Module events 

Source

Structs§

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

Traits§

AwsEvent
Trait defining methods that AWS events must implement.
Callable
Trait for objects that can be called within a Lambda function.

Type Aliases§

LambdaFn
Type alias for a Lambda function handler.
LambdaFuture
Type alias for a Lambda future, wrapping a boxed dynamic Future trait.