aws-lambda-0.1.0.1: Haskell bindings for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Commands.GetFunction

Contents

Synopsis

Request

data GetFunction Source

Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with UploadFunction so you can download the .zip file. Note that the URL is valid for up to 10 minutes. The configuration information is the same information you provided as parameters when uploading the function.

This operation requires permission for the lambda:GetFunction action.

Constructors

GetFunction 

Fields

_gfFunctionName :: !Text
 

Lenses

Reponse

Lenses