AWS Lambda · Example Payload

Aws Lambda Layer Version Summary Example

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

Top-level fields

LayerVersionArnVersionDescriptionCreatedDateCompatibleRuntimesLicenseInfoCompatibleArchitectures

Example Payload

Raw ↑
{
  "LayerVersionArn": "example_value",
  "Version": 10,
  "Description": "A sample description.",
  "CreatedDate": "example_value",
  "CompatibleRuntimes": [],
  "LicenseInfo": "example_value",
  "CompatibleArchitectures": []
}