Package-level declarations

Types

Link copied to clipboard
@JsonSerializable
data class Event(val Detail: EventDetail, val DetailType: EventDetailType, val Source: EventSource, val EventBusName: EventBusName? = null, val Resources: List<ARN>? = null, val Time: Timestamp? = null, val TraceHeader: String? = null)
Link copied to clipboard
@JsonSerializable
data class EventBus(val Arn: ARN? = null, val Name: EventBusName? = null, val Policy: Policy? = null)

Functions

Link copied to clipboard
fun Event.asServerlessEvent(): EventBridgeEvent

Shim method to convert format to that which is received over the wire in lambdas