AWS Lambda · Example Payload

Aws Lambda Create Alias Request Example

Aws Lambda Create Alias Request Example is an example object payload from AWS Lambda, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameFunctionVersionDescription

Example Payload

Raw ↑
{
  "Name": "Example Title",
  "FunctionVersion": "example_value",
  "Description": "A sample description."
}