Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Conversation

@DavidWells
Copy link

No description provided.

* As you'll see throughout this workshop, we will leverage separate Lambda functions to pre-process data before sending standardized/formatted requests to the /zombie/message resource. This allows us to-reuse the existing DynamoDB logic behind the /message resource multiple times rather than writing multiple functions that all interact with DynamoDB individually. As messages come in to your Twilio number, the Twilio webhook forwards them as POSTs to your /zombie/twilio resource, which will be integrated with a backend pre-processing Lambda function. This function will strip apart the Twilio payload and format it before making an HTTP POST to your /zombie/message service.

12\. Click **Create a Lambda function** and select **Skip** on the blueprint screen as we will be creating a brand new function.
12\. Go into the lambda dashboard in AWS and Click **Create a Lambda function** and select **Skip** on the blueprint screen as we will be creating a brand new function.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a lowercase :)

and Click => and click

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants