Skip to content

Releases: irvinlim/es2017-lambda-boilerplate

0.4.2

20 Feb 20:57
Compare
Choose a tag to compare

Features

0.4.1

30 Jan 21:19
Compare
Choose a tag to compare

Features

  • Better logging within the test runner (#27)
  • Allow console.log() calls within the Lambda source code to be shown in the test runner (#27)

0.4.0

28 Jan 20:17
fd2cc04
Compare
Choose a tag to compare

Features

  • Reduced build artifact ZIP file size by removing unnecessary package.json and package-lock.json (#22)
  • Support ES6 modules properly with babel-plugin-transform-es2015-modules-commonjs (#20)
  • Add integration tests to ensure that boilerplate is able to build and run all ES features correctly (#21)

Bugfixes

  • Fixed Object.values/Object.entries (#20/#21)

0.3.1

31 Dec 18:48
Compare
Choose a tag to compare

Features

  • Improve documentation in README and various code files, as well as to clean up some oddities in the code (#18)

0.3.0

26 Dec 01:36
Compare
Choose a tag to compare

Features

  • Added samTemplate.yml and buildspec.yml for deployment using CodeBuild/CloudFormation (#17)

0.2.3

30 Nov 03:26
cb35a94
Compare
Choose a tag to compare

Features

  • Added npm script for deployment either locally or via CI using npm run deploy (#13)

0.2.2

27 Nov 15:51
6d2bf5a
Compare
Choose a tag to compare

Features

  • Added Greenkeeper (#11)

Bugfixes

  • Fixed Docker image used for automated Lambda tests (#10)

0.2.1

27 Nov 15:09
09e72d5
Compare
Choose a tag to compare

Features

  • Allow AWS IAM user credentials to be passed to the Docker environment during automated tests (#9)

0.2.0

27 Nov 08:56
c3ff812
Compare
Choose a tag to compare

Features

  • Added spec tests to ensure Babel is working correctly
    • Snapshot tests (#5)
    • Functional tests (#6)
  • Added unit test runner for automated tests in simulated AWS Lambda environment within Docker (#7)

Bugfixes

  • Fixed bug in build script for third-level and higher nested directories (#4)

0.1.1

19 Nov 08:59
Compare
Choose a tag to compare
  • Fixed npm script that was not including node_modules in the artifact (#1)