Skip to content

Commit

Permalink
fix: change default lambda runtime to nodejs14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jul 23, 2022
1 parent 21b994a commit 1ad9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const BASE_URL_PLACEHOLDER = 'http://example'

export const CUSTOM_OPTION = 'serverless-offline'

export const DEFAULT_LAMBDA_RUNTIME = 'nodejs12.x'
export const DEFAULT_LAMBDA_RUNTIME = 'nodejs14.x'

// https://docs.aws.amazon.com/lambda/latest/dg/limits.html
export const DEFAULT_LAMBDA_MEMORY_SIZE = 1024
Expand Down

0 comments on commit 1ad9fbd

Please sign in to comment.