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.
{
"$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"
]
}
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.