Skip to content

Commit

Permalink
feat(amplify): add "404 (Rewrite)" RedirectStatus (#7944)
Browse files Browse the repository at this point in the history
  • Loading branch information
cockscomb committed Jun 12, 2020
1 parent 0592b36 commit 21dda30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-amplify/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ export enum RedirectStatus {
* Not found (404)
*/
NOT_FOUND = '404',

/**
* Not found rewrite (404)
*/
NOT_FOUND_REWRITE = '404-200',
}

/**
Expand Down

0 comments on commit 21dda30

Please sign in to comment.