AWS Lambda · JSON Structure

Aws Lambda Get Function Response Structure

Type: object Properties: 3

GetFunctionResponse is a JSON Structure definition published by AWS Lambda, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Code Tags Concurrency

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetFunctionResponse",
  "type": "object",
  "properties": {
    "Code": {
      "type": "object"
    },
    "Tags": {
      "type": "object"
    },
    "Concurrency": {
      "type": "object"
    }
  }
}