In Part 1 and Part 2 of this walk through, I built a simple AWS Lambda function in Node to accept a form post. I this post, the API endpoint will be modified to accept a SMS message from Twilio, save the message to a DynamoDB and respond with an SMS message.
If you are just interested in the code, that can be found on my GitHub Repository.
(more…)