In previous posts, I described how I put together a simple todo application which uses Go on the Frontend (FE) and AWS Lambda functions running Go on the Backend (BE). In the previous implementation, the FE-BE communication was done using the standard Go net/http mechanisms — creating a request, calling…