IDS Layer version 1.2.0
Release date: June 4, 2023
Language versions currently supported:
Node.js 12, Node.js 14, Node.js 16
Python 3.8, Python 3.9
Minimum requirements:
Memory: 256 MB
Timeout: 5 seconds
Included third-party packages: See here.
New and improved:
Added support for events from service with "Records" like SQS, SNS, S3, etc.
Optimized the rules evaluation during the attack phase
Added initial support for traces
Optimized the performance of Cold Starts
Bug fixes:
Fixed unsupported syntax error in the NodeJS layer
Fixed the evaluation of the rules - continue the evaluation even if one rule failed
Possible issues:
Dependencies collision:
See the included third-party packages
Node.js:
Handler function that is defined with both
async
and acallback
likeasync function (event, context, callback)
, is not supportedWebpack library target to
commonjs2
with typescript compiler option module different thanCommonjs
is not supported