@karmaniverous/get-dotenv
    Preparing search index...

    Function applyAwsContext

    • Apply resolved AWS context to process.env and ctx.plugins. Centralizes logic shared between the plugin action and afterResolve hook.

      Parameters

      • out: AwsContext

        Resolved AWS context to apply.

      • ctx: GetDotenvCliCtx

        Host context to publish non-sensitive metadata into.

      • setProcessEnv: boolean = true

        Whether to write credentials/region to process.env (default true).

      Returns void

      Nothing.