This project implements a prototype of Sentra to scan AWS S3 buckets, extract email addresses, and report findings.
lambda_mail_scanner.py: Lambda function code.infrastructure/sentra_prototype_cf.yml: CloudFormation template to deploy resources..github/workflows/deploy-lambda.yml: The deployment workflow.requirements.txt: Python dependencies.
- Install dependencies:
pip install -r requirements.txt