You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll investigate a bit as soon as I find some time! However, I don't have the capacity right now unfortunately and it's not a huge priority for me, so it might take a while...
As far as I can tell, blambda uses the default AWS endpoint URL, which makes it incompatible with localstack.
Using a client such as the following would solve the problem:
Unfortunately AWS doesn't yet provide a way to set the endpoint in .aws/credentials or with an env var. Would you consider exposing the endpoint URL in the API as well as the CLI as an optional input, so that users can override the current behaviour?
Thanks a lot for blambda! It has simplified the process of writing lambdas in Clojure quite a bit :)
The text was updated successfully, but these errors were encountered: