In this project, we’re going to receive a notification from webhook about an a physical shipment in transit and trigger an SMS with the updated tracking information. We'll build an AWS Lambda function ...
As many developers know, it can be hard to integrate 3rd party API into your systems in a reliable way. An interesting solution to this problem can be to leverage AWS Lambda and AWS API Gateway to ...