Skip to content

Commit 4d10072

Browse files
author
AWS
committed
AWS Greengrass Update: 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.
1 parent 48bb99c commit 4d10072

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Greengrass",
4+
"contributor": "",
5+
"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."
6+
}

services/greengrass/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,6 +3361,10 @@
33613361
"Timeout" : {
33623362
"shape" : "__integer",
33633363
"documentation" : "The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request."
3364+
},
3365+
"FunctionRuntimeOverride" : {
3366+
"shape" : "__string",
3367+
"documentation" : "The Lambda runtime supported by Greengrass which is to be used instead of the one specified in the Lambda function."
33643368
}
33653369
},
33663370
"documentation" : "The configuration of the Lambda function."

0 commit comments

Comments
 (0)