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