Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quinovas/inspector-assessment-runner

Lambda function that runs an AWS Inspector assessment
https://github.com/quinovas/inspector-assessment-runner

aws-inspector aws-lambda

Last synced: 6 days ago
JSON representation

Lambda function that runs an AWS Inspector assessment

Awesome Lists containing this project

README

        

# inspector-assessment-runner
AWS Lambda function that runs an AWS Inspector assessment

This function runs on any event passed to it and starts an Inspector assessment run.

## Environment Variables
- `ASSESSMENT_TEMPLATE_ARN` - **REQUIRED** - the Inspector Assessment Template ARN to run
- `RUN_NAME_PREFIX` - **OPTIONAL** The prefix name to apply to the assessment runs. This will be postfixed with the date/time. If not present, just the date/time will be used.