(unreleased)
- Remove
maxLambdaSize
mentions and default config (#14).
(2018-11-23)
- Don't follow redirects when proxying requests (#12).
(2018-11-23)
- Pipe stdout / stderr from the spawned child process so that it appears in
now logs
(#7).
- Added a new
analyze
step to avoid stale builds. - Fixed a bug where the configuration options defaulted to
"undefined"
if not supplied (#9).
(2018-11-22)
- Preserve HTTP Host information when proxying requests (#4).
(2018-11-22)
- Don't run UPX on the launcher, as it increases startup time (eff3ad8). See zeit/now-builders#63 for context.
(2018-11-21)
- Allow a
timeout
configuration option to specify how long the launcher should wait for the server to start (#1). Defaults to 50 milliseconds.
- Rewrite the launcher in Golang for faster startup and native Lambda support (#1).
(2018-11-19)
- Allow to configure the maximum lambda size via
maxLambdaSize
. (67a5c62f). Defaults to 25MB.
(2018-11-10)
- Initial version.