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.
Request
Path Params
Query Params
Responses
🟢200Success
application/json
Body
🟠480ServiceException
🟠481ResourceNotFoundException
🟠482TooManyRequestsException
🟠483InvalidParameterValueException
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http://lambda.{region}.amazonaws.com/2015-03-31/functions//configuration'