Conversation
Fix in case request_path is missing
|
Any chance we can merge this in? Hitting this issue as well. |
|
@kmewhort Do you still have access to this repository? |
|
@ccallebs good stuff. Turns out that the emails we are receiving are often larger than 150kb which is the SES/SNS limit. So I'm going to have to process them through S3 instead of griddler. If you do take over the development, might be worth reaching out to the folks at By the way I was seeing an error using the new I'd rather not not share the payload here, but can send over if you like. |
|
Thanks a lot for this, @ccallebs |
|
@ccallebs are you still going to maintain this? |
|
@hadees Definitely willing to. |
|
@hadees Fair point, I can rename the gem. I'll do that this evening! |
|
@hadees Would you want to code review the name change over at ccallebs#2? |
* Fix test suite. * Rename from Griddler::Ses to Griddler::AmazonSES. * Update last references from Ses to AmazonSES. * Bump version to 2.0.0.
|
@ccallebs, just saw this thread after @hadees tagged me a couple days ago. We're not using this approach any more and I unfortunately don't really have the bandwidth to maintain it right now. I just added you as an admin to this repo if you'd want to do so here with the existing name - entirely up to you though! |
|
Thanks @kmewhort! I think it's best to keep it here with the existing name. I'll work on merging the changes on my branch and bumping a major version number in process. |
This is a PR to address #10.
Let me know if any changes are required.