| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Lambda.Commands.GetFunction
- data GetFunction = GetFunction {
- _gfFunctionName :: !Text
- getFunction :: Text -> GetFunction
- gfFunctionName :: Iso' GetFunction Text
- data GetFunctionResponse = GetFunctionResponse {}
- gfrCode :: Lens' GetFunctionResponse FunctionCodeLocation
- gfrConfiguration :: Lens' GetFunctionResponse FunctionConfiguration
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
| |
Lenses
Reponse
data GetFunctionResponse Source
Constructors
| GetFunctionResponse | |
Fields | |