aws-lambda-0.1.0.1: Haskell bindings for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Types

Contents

Synopsis

Abstract types

Lenses

Event Source Configuration

Lenses

Prisms

Function Configuration

Lenses

Prisms

Misc

data FunctionCodeLocation Source

Constructors

FunctionCodeLocation 

Fields

_fclLocation :: !(Maybe Text)

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

_fclRepositoryType :: !(Maybe Text)

The repository from which you can download the function.

type Arn = Text Source