Skip to content

Commit

Permalink
#134 - nodejs12.x is no longer supported (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 2, 2023
1 parent 165fb78 commit 1d424b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def moduleName = "formkiq-core"
repositories { mavenCentral() }

allprojects {
version = '1.10.0'
version = '1.10.1'
ext.awsCognitoVersion = '1.4.5'
group = 'com.formkiq.stacks'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Resources:
- EmailNotifyRole
Properties:
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Timeout: 60
MemorySize: 256
CodeUri: ./module-email-notify.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Timeout: 600
MemorySize: 512
Description: Lambda function that processes Web-socket requests
Expand Down

0 comments on commit 1d424b8

Please sign in to comment.