Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction.
To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions.
get/2020-05-31/function/{Name}/describe
Path parameters
Namestring required
The name of the function that you are getting information about.
Query parameters
Stage'DEVELOPMENT' | 'LIVE'
The function's stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.
Response
Success