Skip to content

API reference / @backpack/config / cdkContextLoader

Function: cdkContextLoader()

ts
function cdkContextLoader(app): Loader;

A loader that reads values from the CDK context.

Parameters

ParameterTypeDescription
appAppThe CDK app.

Returns

Loader