Store inbound SES public notice emails in S3 organized by matched criteria
- You'll need Python and Node installed as well as Sentry and AWS accounts
- Run
pipenv sync
andnpm install
to install dependencies - Configure email receiving in AWS SES
- Set up variables in
serverless.yml
in SSM - Run
npx serverless deploy
to create the resources and deploy the application