aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
Gleb Posobin 2020-06-17T13:53:38.287100Z

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?

alexmiller 2020-06-17T14:02:50.287900Z

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

Gleb Posobin 2020-06-17T14:14:37.288400Z

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

souenzzo 2020-06-17T19:18:03.291700Z

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