Skip to content

Releases: micheleangioni/sls-node-ts

v1.1.2

07 May 17:25
Compare
Choose a tag to compare

Updates

  • Updated to Mongoose v6
  • Updated Serverless packages, LocalStack to v0.14.2 and a couple of other packages
  • Updated to Jest v28

v1.1.1

03 Apr 14:10
Compare
Choose a tag to compare

Updates

  • Improved the sort-class-members rule in the eslint configuration
  • Updated several packages (incl. serverless, eslint, dayjs)

v1.1.0

13 Mar 13:41
Compare
Choose a tag to compare

Updates

  • Updated TypeScript to v4.6 and the TS config
  • Updated eslint to v8
  • Using now 'docker-reuse' as LAMBDA_EXECUTOR
  • Added .nvmrc file with Node v14
  • Several other package updates
  • Added test:coverage npm script to run tests with coverage

Fixes

  • Minor fixes in the readme

v1.0.0

06 Feb 17:21
Compare
Choose a tag to compare

First major stable release! 🎉

Updates

  • Updated serverless to v3
  • Updated LocalStack to v0.14.0
  • Lambda Authorizers are now fully supported when deploying to LocalStack, both for REST API (Gateway v1) and HTTP API (Gateway v2)

Fixes

  • Fixed bug the Lambda Authorizer for HTTP API (Gateway v2)
  • Tweaks to the readme

v0.12.1

17 Jan 18:17
Compare
Choose a tag to compare

Updates

  • The connection string to LocalStack is now dynamic, using AWS_ENDPOINT_URL

Fixes

  • Fixed the Apollo Error Handler with the correct error codes and correctly error-logging only internal errors

v0.12.0

15 Jan 17:28
Compare
Choose a tag to compare

Updates

  • Updated TypeScript to v4.4
  • Updated LocalStack to v0.13.3 and commented out LS_LOG env in docker-compose
  • Updated apollo-server-lambda to v3 and graphql to v16. This required adding some fixex for LocalStack handling HTTP API Gateway
  • Updated serverless to v2.71 and few other packages, incl. Jest and serverless-offline

Bug Fixes

  • Fixed AWS region in the dynamoSeeder
  • Fixed some wrong event types in the handler

v0.11.5

26 Oct 20:24
Compare
Choose a tag to compare

Fixes

  • Fixed GitHub CI using LocalStack v0.12.19

v0.11.4

12 Oct 07:19
Compare
Choose a tag to compare

Fixes

  • Using now a separate docker-compose file with downgraded LocalStack to run in the CI. Check this LocalStack issue for more details

v0.11.3

10 Oct 18:26
Compare
Choose a tag to compare

Updates

  • Many packages updates, including TypeScript to v4.4, serverless to 2.62.0, Jest, eslint...
  • Updated LocalStack to v0.12.18
  • Added useUnknownInCatchVariables: false to the tsconfig
  • Improved info in the readme about the Lambda Authorizers

v0.11.2

01 Aug 10:55
Compare
Choose a tag to compare

Updates

  • Updated several packages, including ts-node v10 and switching to the scoped @graphql-tools
  • Using now es2019 as lib value in tsconfig.json
  • Reduced default lambdas timeout from 30 to 15s

Bug Fixes

  • Fixed unauthorized response in the Lambda Authorizer v1, now correctly returning 403