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
{{ message }}
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
The second time I run lein cljs-lambda deploy I always get this error:
Caused by: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('X' (code 88)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
The unexpected character in question is always the first character of the output from the previous aws lambda get-function-configuration command:
I've tried running the aws configure command as suggested in #99, and have tried re-installing it too, but it didn't help. Here's the full stack trace. At the moment I have to delete the function in Lambda before lein cljs-lambda deploy will work again, which isn't an ideal workflow. Any ideas?