Skip to content

v0.2.0

Compare
Choose a tag to compare
@aarondfrancis aarondfrancis released this 13 Jul 01:52
· 226 commits to main since this release

0.2.0 - 2021-07-12

Added

  • New sidecar.env config option to separate Sidecar environment from application environment. Useful mostly for teams who have multiple developers that all have an app env of local and don't want to be constantly overwriting each other's functions.
  • New sidecar:warm command (#6)
  • Better error reporting when sidecar:deploy is called and there are no functions.
  • Better error reporting when a function is not found.
  • Implemented sweeping to remove old, unused function versions (#15)
  • --pre-warm options to sidecar:deploy and sidecar:active commands (Commit)
  • latestVersionHasAlias method to the LambdaClient (Commit)

Changed

  • Warming is now opt-in. 0 instances are configured by default. (Commit)
  • Moved some methods into the Sidecar\LambdaClient (#15)
  • Break out logging & environment concerns from the Lambda Client. (Commit)

Fixed

  • Allow spacing in APP_NAME #17