From 4d100729bb8d4fec556d69c0fe7ff5bebf055fde Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 17 Oct 2022 18:06:47 +0000 Subject: [PATCH] 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. --- .changes/next-release/feature-AWSGreengrass-e9c5f16.json | 6 ++++++ .../src/main/resources/codegen-resources/service-2.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/next-release/feature-AWSGreengrass-e9c5f16.json diff --git a/.changes/next-release/feature-AWSGreengrass-e9c5f16.json b/.changes/next-release/feature-AWSGreengrass-e9c5f16.json new file mode 100644 index 000000000000..9c970b49cce4 --- /dev/null +++ b/.changes/next-release/feature-AWSGreengrass-e9c5f16.json @@ -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." +} diff --git a/services/greengrass/src/main/resources/codegen-resources/service-2.json b/services/greengrass/src/main/resources/codegen-resources/service-2.json index bd4d9af3b958..3988e3935138 100644 --- a/services/greengrass/src/main/resources/codegen-resources/service-2.json +++ b/services/greengrass/src/main/resources/codegen-resources/service-2.json @@ -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."