arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.69k stars 452 forks source link

Serverless wrapper for this project #49

Open tonycapone opened 7 years ago

tonycapone commented 7 years ago

Hi there. If you're interested, I wrote a Serverless (a framework for managing the lifecycle of serverless apps) Service that wrappers your project. Currently it automates the provisioning of the Lambda function, IAM role, bucket policy, and S3 bucket creation (basically, steps 2 & 7 in your instructions.

https://github.com/tonycapone/serverless-ses-forwarder

Let me know what you think.

Thanks.

scottstanfield commented 6 years ago

Seems to be hanging on the S3 SesForwarderBucket creation in my stack.

Do I need to override the last line in serverless.yaml with my destination bucket name? I can't figure out how serverless.yaml ever gets the real bucket name...

murribu commented 3 years ago

I created a CDK version of this repo, for anyone interested: https://github.com/murribu/cdk-lambda-ses-forwarder

tonycapone commented 3 years ago

@murribu nice work!