From e91b08d1b4be8cbc37b4fa533512bd206f7f6b28 Mon Sep 17 00:00:00 2001 From: Vlad M Date: Mon, 13 Jul 2026 11:56:42 +0200 Subject: [PATCH] [MCP] Upgrade Copilot Lambda runtimes to Node.js 24 Keep Copilot-managed service functions on a supported runtime despite the CLI's end of support. --- copilot/mcp-server-api/overrides/cfn.patches.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 copilot/mcp-server-api/overrides/cfn.patches.yml diff --git a/copilot/mcp-server-api/overrides/cfn.patches.yml b/copilot/mcp-server-api/overrides/cfn.patches.yml new file mode 100644 index 0000000..4c178f3 --- /dev/null +++ b/copilot/mcp-server-api/overrides/cfn.patches.yml @@ -0,0 +1,11 @@ +- op: replace + path: /Resources/DynamicDesiredCountFunction/Properties/Runtime + value: nodejs24.x + +- op: replace + path: /Resources/EnvControllerFunction/Properties/Runtime + value: nodejs24.x + +- op: replace + path: /Resources/RulePriorityFunction/Properties/Runtime + value: nodejs24.x