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?invoke expects a client as the first arg but that msg looks like you passed a string ?
🤦 mixed up the order of arguments in a caller function, thank you.
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