amazonica
amazonica copied to clipboard
amazonica with localstack
Is there a way to use amazonica with localstack, i.e. with localhost endpoints? Would be massively awesome for running tests locally.
I think you should be able to pass an :endpoint
key in the optional first arg credentials map like so:
(s3/list-objects {:endpoint "http://localhost:4572"} :bucket-name "foo")
That works pretty well. Apparently amazonica.aws.sqs/arn
does not support this and that is needed for subscribing.