diff --git a/AGENTS.md b/AGENTS.md index 09ff6e3..9eae75e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -833,7 +833,7 @@ Resources: Type: AWS::Lambda::Function Properties: FunctionName: myDurableFunction - Runtime: nodejs22.x # or python3.12 + Runtime: nodejs22.x # or python3.14 Handler: index.handler Role: !GetAtt DurableFunctionRole.Arn Code: @@ -894,7 +894,7 @@ Resources: Type: AWS::Serverless::Function Properties: FunctionName: myDurableFunction - Runtime: nodejs22.x # or python3.12 + Runtime: nodejs22.x # or python3.14 Handler: index.handler CodeUri: ./src DurableConfig: