Amazon IoT Greengrass · JSON Structure

Iot Greengrass Lambda Function Recipe Source Structure

Contains information about an Lambda function to import to create a component.

Type: object Properties: 6 Required: 1
Edge ComputingIoTLambdaMachine-LearningReal-Time Processing

LambdaFunctionRecipeSource is a JSON Structure definition published by Amazon IoT Greengrass, describing 6 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lambdaArn componentName componentVersion componentPlatforms componentDependencies componentLambdaParameters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-lambda-function-recipe-source-structure.json",
  "name": "LambdaFunctionRecipeSource",
  "description": "Contains information about an Lambda function to import to create a component.",
  "type": "object",
  "properties": {
    "lambdaArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the Lambda function. The ARN must include the version of the function to import. You can't use version aliases like <code>$LATEST</code>."
        }
      ]
    },
    "componentName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentNameString"
        },
        {
          "description": "<p>The name of the component.</p> <p>Defaults to the name of the Lambda function.</p>"
        }
      ]
    },
    "componentVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentVersionString"
        },
        {
          "description": "<p>The version of the component.</p> <p>Defaults to the version of the Lambda function as a semantic version. For example, if your function version is <code>3</code>, the component version becomes <code>3.0.0</code>.</p>"
        }
      ]
    },
    "componentPlatforms": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentPlatformList"
        },
        {
          "description": "The platforms that the component version supports."
        }
      ]
    },
    "componentDependencies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentDependencyMap"
        },
        {
          "description": "The component versions on which this Lambda function component depends."
        }
      ]
    },
    "componentLambdaParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaExecutionParameters"
        },
        {
          "description": "The system and runtime parameters for the Lambda function as it runs on the Greengrass core device."
        }
      ]
    }
  },
  "required": [
    "lambdaArn"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/iot-greengrass-lambda-function-recipe-source-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.