&gt; :loudspeaker: Update In 0.63.0, we removed <@...
# general
f
📢 Update
In 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:
Copy code
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.
d
Do you know if you can use next as a Static Site Generator with this and have the bucket/path 403 routing work?
f
Hey @Devin, I’m not too familiar about the specific setup. I know SSG is definitely supported.
d
Thanks as always frank! I’ll give it a go this weekend maybe