Skip to content

Commit

Permalink
chore: update startChatContactAPI lambda NodeJS runtime (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Lepine authored Sep 28, 2023
1 parent a8593d1 commit ea7b56d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Resources:
Type: AWS::Lambda::LayerVersion
Properties:
CompatibleRuntimes:
- "nodejs14.x"
- "nodejs8.10"
- "nodejs18.x"
- "nodejs16.x"
Content:
S3Bucket: !Join
- "."
Expand All @@ -70,7 +70,7 @@ Resources:
Description: AWS Lambda Function to initiate the chat with the end user
Handler: "startChatContact.handler"
Role: !GetAtt StartChatLambdaExecutionRole.Arn
Runtime: "nodejs14.x"
Runtime: "nodejs18.x"
MemorySize: 128
Timeout: 30
Layers:
Expand Down Expand Up @@ -229,7 +229,7 @@ Resources:
Handler: customResourceHelper.handler
MemorySize: 256
Role: !GetAtt CustomResourceHelperIamRole.Arn
Runtime: nodejs14.x
Runtime: "nodejs18.x"
Timeout: 300

CustomResourceHelperIamRole:
Expand Down

0 comments on commit ea7b56d

Please sign in to comment.