Record

org.encalmo.lambda.SqsEvent.Record
final case class Record(messageId: String, body: String, attributes: Map[String, String], eventSource: String, eventSourceARN: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def maybeParseBodyAs[T : ReadWriter]: Option[T]
final def maybeParseBodyAsJson: Option[Value]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product