AWS Lambda · Example Payload

Aws Lambda Publish Layer Version Response Example

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

Top-level fields

ContentLayerArnLayerVersionArnDescriptionCreatedDateVersionCompatibleRuntimesLicenseInfoCompatibleArchitectures

Example Payload

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