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 has been 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?
OK, just noticed that cheshire is mentioned in the output and therefore figured out that cljs-lambda requires aws configure to have the output set to json rather than text.
The second time I run
lein cljs-lambda deploy
I always get this error: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 beforelein cljs-lambda deploy
will work again, which isn't an ideal workflow. Any ideas?The text was updated successfully, but these errors were encountered: