Skip to content

Releases: uvasoftware/scanii-lambda

v1.7.0

22 Jan 04:23
afe761d

Choose a tag to compare

  • Added the ability to configure the exact API region you want to use #55

v1.6.0

09 Jan 17:18
0ad5ffd

Choose a tag to compare

Dependency security upgrades

v1.5.0

07 Sep 23:54
6dd0aab

Choose a tag to compare

Reverting obfuscation of the key stored in the processing metadata since it breaks the callback logic

v1.4.0

07 Sep 20:51
c318ec5

Choose a tag to compare

Two new features:

  • Function will now retry API calls using a configurable retry mechanism
  • Function now obfuscate the S3 object stored in the API call metadata

v1.3.0

30 Nov 21:16
4d2d969

Choose a tag to compare

  • Added support for parallel deploys, you can now deploy multiple independent versions of scanii-lambda by simply giving it different application names.
  • Bumped node runtime to latest v12x

v1.1.0

15 Nov 13:33
70891df

Choose a tag to compare

  • Dropped support for Node version 8x as AWS is EOL’ing its support as well
  • Upgraded dependencies with known vulnerabilities

v1.0.15

10 Dec 13:22
1b54e42

Choose a tag to compare

Long awaited rewrite of a lambda integration to using AWS SAM (https://github.com/awslabs/serverless-application-model) here are the benefits:

  • One click deployment from the AWS console
  • Added the ability to tag objects with findings, discovered content type and id
  • Dropped SNS notification support
  • ES6 and node 8.10 support
  • Double the number of unit tests and significantly improved code structure

v0.5.3

13 May 08:00
eb5d06c

Choose a tag to compare

Added fallback version logic to prevent users simply copying and pasting from having a poor first time experience

v0.5.2

13 May 06:55
8cf1697

Choose a tag to compare

Relevant changes

  • Dropped support for nodejs v4 and v6 with CI tests for node v8 and latest
  • Added multiple callback logic
  • Added sample SNS notification logic
  • Bug fixes

v0.4.0

16 Oct 15:25

Choose a tag to compare

  • Node 4 support (promises, arrow functions, etc)
  • Removed polling for delete event callback
  • Added support for API Gateway’s lambda proxy mode
  • Significantly improved unit tests