Migrate from Vercel
to Netlify
#1
Labels
💻 aspect: code
Concerns the software code in the repository
🤖 aspect: dx
Concerns developers' experience with the codebase
🌟 goal: addition
Addition of new feature
✨ goal: improvement
Improvement to an existing feature
help wanted
Open to participation from the community
🟧 priority: high
Stalls work on the project or its dependents
🏁 status: ready for work
Ready for work
Holy cloud providers! We should switch this from Vercel to Netlify, so we can use Creative Common's Netlify account. Currently this is on my personal Vercel account (which I don't mind at all) but before this is adopted by any of our web properties it should be moved to a CC-owned account.
The serverless functions here require a paid account in Vercel, due to their execution durations and memory usage. I am not sure what will be necessary on Netlify.
The main thing we'll need to do is restructure the serverless functions to the style used by Netlify. Vercel uses a pretty simple, but bespoke signature for each serverless function:
Netlify serverless functions, by contrast, use the same signature as AWS Lamda functions:
So to migrate to netlify we'll need to:
The text was updated successfully, but these errors were encountered: