Serverless files
With Snyk Infrastructure as Code, you can test your configuration files using the CLI.
Snyk Infrastructure as Code for Serverless framework supports scanning the packaged output of Serverless files in Cloudformation JSON format files.
You can test for an issue on specified Serverless files as explained on this page.
Be sure you have the Serverless CLI installed.
After installing the Serverless CLI, navigate to the directory that contains your Serverless files and generate the Serverless artifacts by entering the following:
Then you can enter the following Snyk CLI command to test for vulnerabilities:
You can also upload the results into the Snyk UI with the command:
Last updated