Skip to content

Commit

Permalink
Merge pull request #393 from aligent/feature/prerender_cf_cache_control
Browse files Browse the repository at this point in the history
Export CloudFrontCacheControlOptions
  • Loading branch information
krishanthisera authored Jul 25, 2022
2 parents 3c6d063 + 31d1223 commit 299586b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/prerender-proxy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import { PrerenderLambda } from "./lib/prerender-lambda-construct";
import { PrerenderFunction } from "./lib/prerender-construct";
import { PrerenderCheckFunction } from "./lib/prerender-check-construct";
import { ErrorResponseFunction } from "./lib/error-response-construct";
import { CloudFrontCacheControl } from "./lib/prerender-cf-cache-control-construct"
import { CloudFrontCacheControl, CloudFrontCacheControlOptions } from "./lib/prerender-cf-cache-control-construct"

export { PrerenderLambda, PrerenderFunction, PrerenderCheckFunction, ErrorResponseFunction, CloudFrontCacheControl };
export {
PrerenderLambda,
PrerenderFunction,
PrerenderCheckFunction,
ErrorResponseFunction,
CloudFrontCacheControl,
CloudFrontCacheControlOptions
};

0 comments on commit 299586b

Please sign in to comment.