Releases: micheleangioni/sls-node-ts
Releases · micheleangioni/sls-node-ts
v1.1.2
v1.1.1
Updates
- Improved the sort-class-members rule in the eslint configuration
- Updated several packages (incl. serverless, eslint, dayjs)
v1.1.0
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
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
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
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
Fixes
- Fixed GitHub CI using LocalStack v0.12.19
v0.11.4
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
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
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