Writing Go-based function handler for AWS Lambda
Introduction
Function handlers are a piece of code in an application that is invoked when an event is called. These events are triggers in AWS Lambda which is very well integrated with other AWS services. A trigger can be an API Gateway, an object cr...
hashnode.shubhamdeshmukh.com3 min read