arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.7k stars 450 forks source link

Prevent duplicate subjectPrefix, transition to .strictEqual #128

Closed jrnxf closed 2 years ago

jrnxf commented 3 years ago

Hey!

Just a quick PR to prevent duplicate subjectPrefixes. I also transitioned us to assert.strictEqual since assert.equal is now deprecated.

Cheers! 🍻