Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Upgrade deprecated runtime nodejs6.10 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Resources:
Properties:
CodeUri: subscriber/
Handler: index.handler
Runtime: nodejs6.10
Runtime: nodejs10.x
Role: !GetAtt SubscriberRole.Arn
Description: 'Polls Amazon MQ broker for messages and pushes to worker function'
Timeout: 15
Expand All @@ -58,7 +58,7 @@ Resources:
Properties:
CodeUri: worker/
Handler: index.handler
Runtime: nodejs6.10
Runtime: nodejs10.x
Role: !GetAtt WorkerRole.Arn
Description: 'Writes incoming message to DynamoDB'
Environment:
Expand Down