Skip to content

Commit

Permalink
Update Lambda runtime to Node.js 20 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Feb 6, 2024
1 parent 806a71b commit d46815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ Resources:
Handler: 'index.handler'
MemorySize: 128
Role: !GetAtt 'LambdaRole.Arn'
Runtime: 'nodejs16.x'
Runtime: 'nodejs20.x'
Timeout: 60
LambdaLogGroup:
Type: 'AWS::Logs::LogGroup'
Expand Down

0 comments on commit d46815e

Please sign in to comment.