Returns the version-specific settings of a Lambda function or version. The output includes only options that
can vary between versions of a function. To modify these settings, use UpdateFunctionConfiguration.
To get all of a function's details, including function-level settings, use GetFunction.
Example
Use a bare-bones client and the command you need to make an API call.
Returns the version-specific settings of a Lambda function or version. The output includes only options that can vary between versions of a function. To modify these settings, use UpdateFunctionConfiguration.
To get all of a function's details, including function-level settings, use GetFunction.
Example
Use a bare-bones client and the command you need to make an API call.
Param
GetFunctionConfigurationCommandInput
Returns
GetFunctionConfigurationCommandOutput
See
input
shape.response
shape.config
shape.Throws
InvalidParameterValueException (client fault)
One of the parameters in the request is not valid.
Throws
ResourceNotFoundException (client fault)
The resource specified in the request does not exist.
Throws
ServiceException (server fault)
The Lambda service encountered an internal error.
Throws
TooManyRequestsException (client fault)
The request throughput limit was exceeded. For more information, see Lambda quotas.
Throws
LambdaServiceException
Base exception class for all service exceptions from Lambda service.