truemark / autoalarm

Tag based alarm generation automation
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Dependencies in root package.json #44

Closed erikrj closed 1 month ago

erikrj commented 2 months ago

You have added dependencies in the root package.json which belong in the handlers/package.json. These need to be moved to avoid inheritance into the CDK portion of the project. Please also ensure all these dependencies are actually used and get rid of any that are not.

"@aws-sdk/credential-provider-node": "^3.600.0", "@aws-sdk/protocol-http": "^3.374.0", "@aws-sdk/signature-v4": "^3.374.0", "axios": "^1.7.2"