I’ve installed serverless today, and followed the tutorial to create a sample go function. I assume that deploying and running it in AWS cloud works, but I’d like to run it locally (with the “invoke local” option), however I get:
Serverless Error ---------------------------------------
You can only invoke Node.js, Python & Java functions locally
Is this a still on the works, or is Go never to be supported locally?