Skip to content

v1.0.0-canary.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ofhouse ofhouse released this 31 May 16:10
· 22 commits to main since this release

This is the first preview release of atomic deployments.
Instead of serving just a single Next.js app from the module, it is now possible to serve multiple (unlimited) apps from the same CloudFront distribution.
Each deployment also gets a preview deployment that is assigned to a new subdomain.

Main changes

  • Supports preview deployments (serves multiple deployments from the same CloudFront instance).
  • New CLI actions (tf-next deploy, tf-next alias, tf-next deployment)

Changelog

Note: This is a complete rewrite of v1.0.0-canary.1, so don't expect a smooth upgrade.

  • Adds static prefix to files served from S3 (#321)
  • Add CLI commands (#317)
  • No longer require reserved concurrency (#319, #251)
  • Use CLI and CDK for deployments (#300)