We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5824f1 commit d201464Copy full SHA for d201464
1 file changed
AGENTS.md
@@ -833,7 +833,7 @@ Resources:
833
Type: AWS::Lambda::Function
834
Properties:
835
FunctionName: myDurableFunction
836
- Runtime: nodejs22.x # or python3.12
+ Runtime: nodejs22.x # or python3.14
837
Handler: index.handler
838
Role: !GetAtt DurableFunctionRole.Arn
839
Code:
@@ -894,7 +894,7 @@ Resources:
894
Type: AWS::Serverless::Function
895
896
897
898
899
CodeUri: ./src
900
DurableConfig:
0 commit comments