GetSecretHttp
Source:
src/Fly/GetSecretHttp.tsKind: Layer · Provides:Fly.GetSecret
HTTP implementation of GetSecret. Provide it on the
Service or Action Effect.
Provide the layer
Section titled “Provide the layer”Effect.gen(function* () { const get = yield* Fly.GetSecret(ApiToken); // ...}).pipe(Effect.provide(Fly.GetSecretHttp))