Skip to content

Commit

Permalink
Update to node 20 (and latest upstream code)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Sep 3, 2024
1 parent 3e5c72e commit 1f1376b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/pgdump-to-s3/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Resources:
Description: moment NPM module
ContentUri: lambda-layers/moment
CompatibleRuntimes:
- nodejs16.x
- nodejs20.x

PgdumpBucket:
Type: AWS::S3::Bucket
Expand Down Expand Up @@ -99,7 +99,7 @@ Resources:
- !Ref MomentLambdaLayer
MemorySize: 10240
Role: !GetAtt PgdumpFunctionRole.Arn
Runtime: nodejs16.x
Runtime: nodejs20.x
Tags:
prx:meta:tagging-version: "2021-04-07"
prx:cloudformation:stack-name: !Ref AWS::StackName
Expand Down

0 comments on commit 1f1376b

Please sign in to comment.