serverless-haskell-0.12.5: Deploying Haskell code onto AWS Lambda using Serverless
Safe HaskellNone
LanguageHaskell2010

AWSLambda.Events.S3Event

Description

Synopsis

Documentation

data S3Entity Source #

Instances

Instances details
Eq S3Entity Source # 
Instance details

Defined in AWSLambda.Events.S3Event

Show S3Entity Source # 
Instance details

Defined in AWSLambda.Events.S3Event

FromJSON S3Entity Source # 
Instance details

Defined in AWSLambda.Events.S3Event

isCreateEvent :: S3EventNotification -> Bool Source #

Is the event an object creation event

isRemoveEvent :: S3EventNotification -> Bool Source #

Is the event an object removal event