serverless-haskell-0.12.1: Deploying Haskell code onto AWS Lambda using Serverless

Safe HaskellNone
LanguageHaskell2010

AWSLambda.Events.S3Event

Description

Synopsis

Documentation

isCreateEvent :: S3EventNotification -> Bool Source #

Is the event an object creation event

isRemoveEvent :: S3EventNotification -> Bool Source #

Is the event an object removal event