Skip to content

Commit

Permalink
Update ccf-compute-optimizer.yaml
Browse files Browse the repository at this point in the history
AWS no longer supports node 14, I tested it with version 20 and it's ok
  • Loading branch information
ddias00 authored and 4upz committed May 14, 2024
1 parent 91240f2 commit b816e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/ccf-compute-optimizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Resources:
relocateFunction:
Type: AWS::Lambda::Function
Properties:
Runtime: nodejs14.x
Runtime: nodejs20.x
Timeout: 300
Role: !GetAtt LambdaExecutionRole.Arn
Handler: index.handler
Expand Down

0 comments on commit b816e55

Please sign in to comment.