From ea6eb80c931a34939a4c9d69361cca3f0fc124dc Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 6 Oct 2024 12:01:33 +0200 Subject: [PATCH] doc(EOL): Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d69f7f4..9fe263f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # NextJS Lambda Utils +## EOL + +I would like to encourage everyone to switch to successor - [OpenNext](https://github.com/opennextjs/opennextjs-aws). +This package is EOL and won't be actively maitained. Newer versions of NextJS might not work. + +--- + This is a project allowing to deploy Next applications (standalone options turned on) to AWS Lambda without hassle. 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.