next-serverless icon indicating copy to clipboard operation
next-serverless copied to clipboard

☁️ next-serverless deploys your next.js application to AWS Lambda with minimal or even no configuration.

Results 6 next-serverless issues
Sort by recently updated
recently updated
newest added

Is there any future maintenance for this repo? Next ^10.2 is not compatible with the current `handler`. `nextConfig` is not defined inside `app.nextConfig` enstead its `app.server.nextConfig`. Causing all places that...

Ive tried to follow the docs, but i can't seem to figure out how to get `next-serverless` to actually run my custom server handler

Hi, first of all thank you for this amazing project! I am using to deploy a small next.js app to lambda in production. I want to use `serverless-plugin-warmup` to prevent...

It should be possible to deploy the static assets to s3 if the user wants that. Ideas: * Create a custom serverless plugin for it * `after:deploy:resources`: Upload .next to...