Fork me on GitHub
#aws
<
2020-06-17
>
Gleb Posobin13:06:38

I am getting

1. Unhandled java.lang.IllegalArgumentException
   No implementation of method: :-get-info of protocol:
   #'cognitect.aws.client/ClientSPI found for class: java.lang.String
on calling cognitect.aws.client.api/invoke. What could be the reason?

Alex Miller (Clojure team)14:06:50

invoke expects a client as the first arg but that msg looks like you passed a string ?

Gleb Posobin14:06:37

facepalm mixed up the order of arguments in a caller function, thank you.

souenzzo19:06:03

Anyone using sesv2 ? When I send emails on local repl, it hangs for ~1s on invoke but the email arrive in less then 1min When I do the same call inside a aws ec2 instance, invoke take ~0s but the email arrive in more then 30min