AWS Lambda · Example Payload

Aws Lambda Update Alias Request Example

Aws Lambda Update 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

FunctionVersionDescriptionRevisionId

Example Payload

Raw ↑
{
  "FunctionVersion": "example_value",
  "Description": "A sample description.",
  "RevisionId": "500123"
}