Local Edge Config "mock"?
i wanted to use Edge Config to make a very very very basic "feature flags" system. It seemed like the perfect fit, but how am I supposed to test it locally in development?
so far, my entire stack, front to back, can run entirely locally. we use
s3mock
(by Adobe) to run a local "S3 bucket", and we have a local mysql
database for development (no worries, our production database is on PlanetScale <3)
i was really excited about Edge Config and i suggested a team member try it to implement a feature flag system (really dumb on/off toggles). unfortunately, it seemed impossible to have a local copy that each member of our team can run locally (for testing or development purposes).
so how am i supposed to use it if i can't test it locally before i deploy my app? i feel like im missing something here...
(also, i'm surprised there isn't a tag for Vercel???)0 Replies