Skip to content

Commit d201464

Browse files
committed
docs: change python version to supported runtime in agents.md
1 parent e5824f1 commit d201464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Resources:
833833
Type: AWS::Lambda::Function
834834
Properties:
835835
FunctionName: myDurableFunction
836-
Runtime: nodejs22.x # or python3.12
836+
Runtime: nodejs22.x # or python3.14
837837
Handler: index.handler
838838
Role: !GetAtt DurableFunctionRole.Arn
839839
Code:
@@ -894,7 +894,7 @@ Resources:
894894
Type: AWS::Serverless::Function
895895
Properties:
896896
FunctionName: myDurableFunction
897-
Runtime: nodejs22.x # or python3.12
897+
Runtime: nodejs22.x # or python3.14
898898
Handler: index.handler
899899
CodeUri: ./src
900900
DurableConfig:

0 commit comments

Comments
 (0)