Skip to content

Releases: aarondfrancis/sidecar

v0.3.0

20 Jul 15:54

Choose a tag to compare

Added

  • Support for Lambda environment variables (#25)

v0.2.0

13 Jul 01:52

Choose a tag to compare

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

v0.1.4

05 Jun 23:58

Choose a tag to compare

0.1.4 - 2021-06-05

  • Added * option to include the entire base directory in the package.

v0.1.3

25 May 02:47

Choose a tag to compare

See changelog.

v0.1.2

24 May 21:48
cf0c530

Choose a tag to compare

See changelog

v0.1.1

24 May 14:00

Choose a tag to compare

See changelog

v0.1.0

16 May 00:44

Choose a tag to compare

First release