Skip to content

Commit 86ae695

Browse files
dhegbergyaythomas
authored andcommitted
docs: change python version to supported runtime in agents.md
1 parent fe356c2 commit 86ae695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ Resources:
834834
Type: AWS::Lambda::Function
835835
Properties:
836836
FunctionName: myDurableFunction
837-
Runtime: nodejs22.x # or python3.12
837+
Runtime: nodejs22.x # or python3.14
838838
Handler: index.handler
839839
Role: !GetAtt DurableFunctionRole.Arn
840840
Code:
@@ -895,7 +895,7 @@ Resources:
895895
Type: AWS::Serverless::Function
896896
Properties:
897897
FunctionName: myDurableFunction
898-
Runtime: nodejs22.x # or python3.12
898+
Runtime: nodejs22.x # or python3.14
899899
Handler: index.handler
900900
CodeUri: ./src
901901
DurableConfig:

0 commit comments

Comments
 (0)