Skip to content

Releases: lacounty-isab/auditjs

AWS SDK JavaScript v3 API

25 Mar 15:12
Compare
Choose a tag to compare

This release converts the AWS SDK calls from the v2 to the v3 JavaScript API.

A compelling reason for adopting v3 is that the AWS JavaScript SDK packages have been refactored to only require installing the desired components. The v2 API requires an installation of the entire SDK. The drawback to v3 is that the AWS JavaScript Lambda environments support v2 by default. Using the JavaScript v3 in a Lambda function requires you to define a Lambda Layer with the v3 dependencies specified and then reference the layer from your function.

There is no functional change from the previous version. But it does depend on v3 instead of v2 AWS APIs. Updating to this version could require a configuration change if your client of this audit API is a Lambda function.

Dependency Update

25 Mar 14:58
Compare
Choose a tag to compare

This patch release simply updates the dependencies.