For a go project, created using the following command
$ doctl serverless init --language go example-project
I get the following error deploying it.
$ doctl serverless deploy example-project
Error: unexpected end of JSON input
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I’ve just tested this and it seems to be working as expected.
What is the
doctl
version that you are using? If it is not the latest one listed here I would recommend upgrading your version and trying this again.Let me know how it goes!
Best,
Bobby