arithmetric / aws-lambda-ses-forwarder

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

README Step 7's Bucket ID is confusing #126

Open Mauville opened 3 years ago

Mauville commented 3 years ago

I got stuck for a while on the install process 7th step because I added my AWS account ID using dashes, as the readme indicates.

However, it was not until I removed them that I managed to properly write to the bucket. This was thanks to an AWS docs that defines the same policy, but without the dashes in the placeholder.

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html

Renaming the placeholder from AWS-ID-NUMBER to AWSIDNUMBER should clear future misunderstandings.

Mauville commented 3 years ago

Perhaps it was just me being new at AWS, but I completely forgot that the bucket, the script and the SES instance must be in a region supported by SES. README would benefit from saying that