| License | BSD3 |
|---|---|
| Stability | stable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
AWS.Lambda.Events.EventBridge
Description
Data types for Lambda functions which subscribe to AWS EventBridge events.
Synopsis
- type EventBridgeEvent = EventBridgeEvent' Value
- data EventBridgeEvent' a = EventBridgeEvent {}
Documentation
type EventBridgeEvent = EventBridgeEvent' Value Source #
Convenience alias for events of unknown type. Most of the time
you will want to define or use a data type Foo representing the
detail payload, and write an instance FromJSON Foo to get
instance FromJSON (. See the
EventBridgeEvent' Foo)AWS.Lambda.Events.EventBridge.Detail.* modules for data types
which you can use.
data EventBridgeEvent' a Source #
Represents an event from Amazon EventBridge.
See the AWS documentation for information about events, and a sample payload.
Constructors
| EventBridgeEvent | |
Fields
| |