Skip to content

Commit

Permalink
AWS Greengrass Update: This change allows customers to specify Functi…
Browse files Browse the repository at this point in the history
…onRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function.
  • Loading branch information
AWS committed Oct 17, 2022
1 parent 48bb99c commit 4d10072
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSGreengrass-e9c5f16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Greengrass",
"contributor": "",
"description": "This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3361,6 +3361,10 @@
"Timeout" : {
"shape" : "__integer",
"documentation" : "The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request."
},
"FunctionRuntimeOverride" : {
"shape" : "__string",
"documentation" : "The Lambda runtime supported by Greengrass which is to be used instead of the one specified in the Lambda function."
}
},
"documentation" : "The configuration of the Lambda function."
Expand Down

0 comments on commit 4d10072

Please sign in to comment.