LambdaEventSource constructor
LambdaEventSource({
- required String topic,
- required LambdaEventSourceType type,
Implementation
LambdaEventSource({
required this.topic,
required this.type,
});