Skip to content

Releases: micheleangioni/sls-node-ts

v0.6.0

16 Aug 20:16
Compare
Choose a tag to compare

Updates:

  • AWS region is now hardcoded to eu-west-1 in serverless.yml to make deployment to Localstack smooth
  • Fixed Localstack version to v0.11.4
  • Decreased default Lambdas memorySize to 256 MB
  • Added invoke-localstack-getUsers npm script
  • Upgraded TypeScript to v3.9
  • Upgraded several packages (@micheleangioni/node-messagebrokers, serverless...)
  • Tweaks to .gitignore

v0.5.4

12 Jul 15:59
Compare
Choose a tag to compare

Updates:

  • Few package version updates

Fixes:

  • Code tweaks to fix eslint validation errors

v0.5.3

01 Jul 18:23
Compare
Choose a tag to compare

Fixed regression in eslint configuration

v0.5.2

01 Jul 18:08
Compare
Choose a tag to compare

Package updates

  • TypeScript to v3.9
  • GraphQL to v15
  • Jest to v26
  • Eslint
  • Several other packages

Bug fixes

  • Fixed a minor bug in UserRepo

Others

  • Added verbosity and force to stage and production deploy scripts

v0.5.1

20 Mar 07:09
Compare
Choose a tag to compare

Fixed:

  • Fixed eslint to correctly lint test files
  • Several package upgrades

v0.5.0

14 Mar 18:46
Compare
Choose a tag to compare

Improvements:

  • Improved error logging

v0.4.4

08 Mar 13:40
Compare
Choose a tag to compare

Updates:

  • Updated several packages versions

Fixes:

  • Fixed include and exclude folders in tsconfig.json

v0.4.3

27 Feb 19:00
Compare
Choose a tag to compare

Fixes:

  • Fixed bug when importing the Logger with the serverless-offline plugin

v0.4.2

27 Feb 18:10
Compare
Choose a tag to compare

Fixes:

  • Fixed bug in the User REST handler

v0.4.1

26 Feb 19:56
Compare
Choose a tag to compare

Changes:

  • Upgraded to TypeScript 3.8
  • Improved error logging
  • Upgraded several dependencies (incl. @micheleangioni/node-messagebrokers to v0.6.0)