DEV Community

Discussion on: A First Look at Serverless Cloud

Collapse
 
ajcwebdev profile image
ajcwebdev

One thing that I'm very curious about is what exactly is going on with the data. Is it being saved to a DynamoDB instance under the hood? Have they built their own persistence abstraction on some other AWS services?

To me that has always been the biggest weakness of platforms like Netlify and Vercel, they get you almost all the way there but then leave you hanging for the database. Supabase and Railway have done a great job filling this gap, but we still don't have a fully integrated solution with the possible exception of Amplify.