14
Jan '22
Written by
Gernot Glawe
Detect the crack in the window (or the lambda library) before it breaks:
As we have seen during the last month, also well known libraries like log4j can have previously unknown vulnerabilities.
Therefore scanning your Lambda application before deploying is not enough! What happens if a new cybersecurity vulnerability occurs while your functions are running? Solution: Amazon Inspector. Only problem: it`s not available for Lambda yet. Fortunately, you can deploy Lambda with container images and Inspector will continuously scan these images for you.
Want to know how set up Lambda & Inspector and see how evil Node vulnerabilities are detected? Read on!