AWS Lambda · Example Payload

Aws Lambda Function Url Config Example

Aws Lambda Function Url Config Example is an example object payload from AWS Lambda, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FunctionUrlFunctionArnAuthTypeCreationTimeLastModifiedTimeInvokeMode

Example Payload

Raw ↑
{
  "FunctionUrl": "https://www.example.com",
  "FunctionArn": "example_value",
  "AuthType": "example_value",
  "CreationTime": "example_value",
  "LastModifiedTime": "example_value",
  "InvokeMode": "example_value"
}