How to use lambda-layer with Nextjs Plugin?

Hi All, I got an issue when using Serverless Nextjs Plugin.

when I deploy with Serverless Framework (component: “@sls-next/serverless-component@1.19.0-alpha.32”), it occured
“RequestEntityTooLargeException: Request must be smaller than 69905067 bytes for the UpdateFunctionCode operation”.

so, I install “serverless-layers” and set serverless.yml below
I have already make s3 “webdata” bucket.

custom:
serverless-layers:
layersDeploymentBucket: webdata
nextapp:
component: “@sls-next/serverless-component@1.19.0-alpha.32”
inputs:
policy: “arn:aws:iam::111111111111:policy/front-role”
roleArn: “arn:aws:iam::11111111111:role/front-role”

it doesn’t work(same error message).
Could you tell me how to use lambda-layer with nextjs plugin?

it may be too large node_modules… but i have no idea to separate node_modules directory