Replies: 2 comments 1 reply
-
Are you creating your If you want to use the request event loop you need to use an HTTP client that uses the same EventLoopGroup. Luckily Vapor provides one. I believe you can get it via let awsClient = AWSClient(httpClientProvider: .shared(app.client.shared)) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Converting this to a discussion, as it is not an issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I want to use SES Services with Vapor 4 to send an Email with my own route.
I follow step by step the recommendation in Soto Doc to use Vapor 4.
But I got this error :
AsyncHTTPClient/HTTPClient.swift:591: Precondition failed: Provided EventLoop must be part of clients EventLoopGroup.
Some one can give me some explanations or explain how can I implement Soto SES with Vapor.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions