Vercel Edge Config Store with Python

Is there a way of using Vercel Edge Config Store which is a quick database with Python? I am going to be hosting a quick website for myself on vercel so this would be helpful.

Thanks

Given that the documentation provides guidance on how to use Edge Config with JavaScript and TypeScript (more specifically Next.js), to use it with Python becomes a matter of translating the JS API calls to HTTP requests in Python.

I don’t know if it’s worth to be fair.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.