artsy / metaphysics

Artsy's GraphQL API
MIT License
360 stars 89 forks source link

fix: Cloudflare worker environment variable persistence and document CDN endpoint(s) (DIA-848) #6027

Closed joeyAghion closed 1 month ago

joeyAghion commented 1 month ago

This adds basic documentation of the alternate, edge-cached Metaphysics endpoints.

Important bonus: fix the wrangler deploy command to avoid wiping out configured environment variables upon deployments (as discussed in https://github.com/cloudflare/workers-sdk/issues/276).

mzikherman commented 1 month ago

Thanks for this!