Lapis Code is an API security library designed to parse Lambda API code and associated infrastructure and find common vulnerabilities.
Lapis code currently runs as a command line application, with direct file URLs required. Future development will include automated repository parsing to find relevant files and scan them accordingly. Visit the documentation folder for more detailed information.
In order to get started with Lapis Code, use the following command test command:
clear; ts; .\lapis.bat scan --handler "https://github.com/Josh-Beck/LapisCode-Test-Code/blob/main/js/handler.js" --url "https://github.com/Josh-Beck/LapisCode-Test-Code"