@karmaniverous/aws-api-gateway-tools
    Preparing search index...

    Function apiGatewayPlugin

    • get-dotenv plugin that provides aws api-gateway flush-cache|pull-keys.

      Intended usage: mount under awsPlugin().use(apiGatewayPlugin()).

      Returns PluginWithInstanceHelpers<
          GetDotenvOptions,
          {
              apiId?: string;
              apiName?: string;
              flushCache?: { apiId?: string; apiName?: string; stageName?: string };
              pullKeys?: {
                  delimiter?: string;
                  keyNames?: string[];
                  to?: string;
                  variableName?: string;
              };
              stageName?: string;
              templateExtension?: string;
          },
          [],
          {},
          {},
      >