You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
# NextJS Lambda Utils
2
2
3
-
This is a set of utils needed for deploying NextJS into AWS Lambda.
4
-
It includes a wrapper for `next/server/image-optimizer` allowing to use S3.
5
-
And includes CLI and custom server handler to integrate with ApiGw.
3
+
This is a project allowing to deploy Next applications (standalone options turned on) to AWS Lambda without hassle.
4
+
5
+
This is an alternative to existing Lambda@Edge implementation ([see](https://www.npmjs.com/package/@sls-next/lambda-at-edge)) as it has too many limitations (primarily inability to use env vars) and deployments take too long.
6
+
7
+
This library uses Cloudfront, S3, ApiGateway and Lambdas to deploy easily in seconds (hotswap supported).
0 commit comments