AWS Lambda · Example Payload

Aws Lambda Publish Layer Version Request Example

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

Top-level fields

DescriptionContentCompatibleRuntimesLicenseInfoCompatibleArchitectures

Example Payload

Raw ↑
{
  "Description": "A sample description.",
  "Content": "example_value",
  "CompatibleRuntimes": [],
  "LicenseInfo": "example_value",
  "CompatibleArchitectures": []
}