Skip to content

1.14.0

Compare
Choose a tag to compare
@fredericbarthelet fredericbarthelet released this 04 Apr 09:08
· 158 commits to master since this release
9aed002

What's Changed

  • New single-page-app construct by @adriencaccia in #175.
    The existing static-website construct is split into in 2 separate constructs in order to solve #172:
    • single-page-app dedicated to SPA like React, Vue and Angular application where a dedicated viewer-response CloudFront function handles security headers in addition to serving index.html for all application subpath
    • static-website existing construct now does not serve index.html on application sub-path. Instead the requested file is returned and an error is returned if the file is missing

Note that the existing static-website construct is unchanged, no breaking changes were introduced.

Full Changelog: 1.13.0...1.14.0