amazonka-lambda-0.1.1: Amazon Lambda SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Lambda.GetFunction

Contents

Description

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.

http://docs.aws.amazon.com/lambda/latest/dg/API_GetFunction.html

Synopsis

Request

Request constructor

getFunction Source

GetFunction constructor.

The fields accessible through corresponding lenses are:

Request lenses

gfFunctionName :: Lens' GetFunction Text Source

The Lambda function name.

Response

Response constructor

Response lenses