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