Frank
📢 UpdateIn 0.63.0, we removed @sls-next/lambda-at-edge as a dependency. It is used to build and package your Next.js apps. For NextjsSite users, you have to install it as a dependency in your SST app:
npm install -s @sls-next/lambda-at-edge
Previously, you had to use the version of @sls-next/lambda-at-edge that was shipped with SST. Now you can pick the version you want to use based on the version of your Next.js app.
For everyone else, installing and updating SST is MUCH faster now.Devin
02/10/2022, 11:27 PMFrank
Devin
02/11/2022, 2:43 AM