Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 17:27
669f7f3

Support for Server Warming

In short, you can keep 50 server functions active for $0.96/month.

The open-next build now creates a warmer-function bundle inside the .open-next directory. By hooking this function to an EventBridge scheduler, your server function can be kept warm and avoid cold starts.

Read more about how warming works and the associated cost

Changes

  • d03a8c5: Add ability to warm server function