Skip to content

cisagov/dmarc-import-lambda

Repository files navigation

dmarc-import-lambda 📯 📫

Build Status

dmarc-import-lambda contains code to build an AWS Lambda function that utilizes dmarc-import to parse DMARC aggregate reports.

Example

Building the AWS Lambda zip file:

  1. cd ~/cisagov/dmarc-import-lambda
  2. docker-compose down
  3. docker-compose build
  4. docker-compose up

Note

Please note that the corresponding Docker image must be rebuilt locally if the script <scanner>/build_<scanner>.sh changes. Given that rebuilding the Docker image is very fast (due to Docker's caching) if the script has not changed, it is a very good idea to always run the docker-compose build step when using this tool.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.