serverless-seoul / dynamorm

AWS DynamoDB ORM in Typescript
Apache License 2.0
55 stars 4 forks source link

Upgrade package aws-xray-sdk-core #14

Closed matthewbpt closed 3 years ago

matthewbpt commented 3 years ago

Could the version of the aws-xray-sdk-core package be updated? The version you currently have has needlessly limited the node engine to <= node 8, but if you bump it to at least 2.2.0 this limitation will be dropped (see https://github.com/aws/aws-xray-sdk-node/commit/0e3e291825eaaac95fe6868a12c143d09ec7570b)

matthewbpt commented 3 years ago

I created a PR that does the above here https://github.com/serverless-seoul/dynamorm/pull/15

breath103 commented 3 years ago

closing since it's resolved