Hi There,
Can anyone help me with deployment of golang AWS lambda codes with the serverless framework.
I followed the documentation and it deployed and created the lambda but unable to run it as it says permission denied.
I an running on Windows 10.
Please note manually i am able to deploy the go lambda codes using AWS dcumentaion to build and zip using build-lambda-zip.exe. T
The issue is with automatic deployment using server-less framework for lambda codes written in golang.