Closed2

memo @240125

nakamotonakamoto

Protect your Edge Config with a JSON schema

https://vercel.com/changelog/protect-your-edge-config-with-a-json-schema
https://vercel.com/docs/storage/edge-config
https://json-schema.org/

You can now protect your Edge Config with a JSON schema. Use schema protection to prevent unexpected updates that may cause bugs or downtime.

Edge Config is a low latency data store accessed from Vercel Functions or Edge Middleware. It is ideal for storing experimentation data like feature flags and A/B testing cohorts, as well as configuration data for Middleware routing rules like redirects or blocklists.

  • Edge ConfigJSON Schemaによって保護できる。スキーマ保護を使って、
    バグやダウンタイムを引き起こす可能性のある予期しない更新を防止できる。

  • Edge ConfigVercel Functions Edge Middlewareからアクセスされる低遅延データストア。jsonによってデータを定義できるも従来は型対応してなかった。フィーチャーフラグやA/Bテストなどの実験データまたはリダイレクトやブロックリストのようなミドルウェアルーティングルールのための設定データを保存するのによき。

このスクラップは3ヶ月前にクローズされました