LambdaFunctionRecipeSource

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

Edge ComputingIoTLambdaMachine-LearningReal-Time Processing

Properties

Name Type Description
lambdaArn object
componentName object
componentVersion object
componentPlatforms object
componentDependencies object
componentLambdaParameters object
View JSON Schema on GitHub

JSON Schema

iot-greengrass-lambda-function-recipe-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-lambda-function-recipe-source-schema.json",
  "title": "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/iot-greengrass-lambda-function-recipe-source"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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