diff --git a/common/changes/@boostercloud/framework-core/fix-upgrade-aws-lambda-version-to-node-16_2023-05-12-12-06.json b/common/changes/@boostercloud/framework-core/fix-upgrade-aws-lambda-version-to-node-16_2023-05-12-12-06.json new file mode 100644 index 000000000..f495929d9 --- /dev/null +++ b/common/changes/@boostercloud/framework-core/fix-upgrade-aws-lambda-version-to-node-16_2023-05-12-12-06.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@boostercloud/framework-core", + "comment": "Upgraded Node version in AWS Lambda to v16", + "type": "patch" + } + ], + "packageName": "@boostercloud/framework-core" +} \ No newline at end of file diff --git a/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts b/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts index 298148f7f..e37d29cf9 100644 --- a/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts +++ b/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts @@ -18,7 +18,7 @@ export function lambda( apis: APIs ): Pick { return { - runtime: Runtime.NODEJS_14_X, + runtime: Runtime.NODEJS_16_X, timeout: Duration.minutes(15), memorySize: 1024, environment: {