Releases: uvasoftware/scanii-lambda
Releases · uvasoftware/scanii-lambda
v1.7.0
22 Jan 04:23
Compare
Sorry, something went wrong.
No results found
Added the ability to configure the exact API region you want to use #55
v1.6.0
09 Jan 17:18
Compare
Sorry, something went wrong.
No results found
Dependency security upgrades
v1.5.0
07 Sep 23:54
Compare
Sorry, something went wrong.
No results found
Reverting obfuscation of the key stored in the processing metadata since it breaks the callback logic
v1.4.0
07 Sep 20:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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