Skip to content

serverless 3.40.0 access logging still use nodejs 18 which will be deprecated #13096

@300LiterPropofol

Description

@300LiterPropofol

Issue description

I am using serverless 3.40.0. I am enabling access logging in my serverless file.

provider:
  logs:
    restApi:
      accessLogging: true

This config automatically creates a lambda function named custom-resource-apigw-cw-role and it is using NodeJS 18.
NodeJS 18 will be deprecated by AWS soon, as a user I see no option to update the lambda runtime myself. I think it is hardcoded in your framework.
What is your plan for this access logging lambda function that uses nodejs 18, when are you going to update it?
Thank you!

Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions