You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ Step-by-step on how to configure, develop & deploy this app on AWS.
15
15
### Pre-Requisites
16
16
1. Sign-in to AWS or [Create an Account](https://us-west-2.console.aws.amazon.com).
17
17
2. Pick a region in the console and be consistent throughout this app. Use either `us-east-1`, `us-west-2` & `eu-west-1`.
18
-
3. Create a table in DynamoDB with a single Hash for primary key of type String. We don't need any additional indexes and you can keep the read/write capacity at 1 for this example.[Screenshot](https://s3-us-west-2.amazonaws.com/mauerbac-hosting/dynamoDB.png)
19
-
4. Create an S3 bucket to ingest MMS images. Ex. mauerbac-ingest
18
+
3. Create a table in DynamoDB with a single Hash for primary key of type String. We don't need any additional indexes and you can keep the read/write capacity at 1 for this example.
19
+
4. Create an S3 bucket to ingest MMS images.
20
20
5. Create an IAM role with access to the S3 bucket & the DynamoDB table.
21
21
6. Create/login to a Twilio account & create a phone number with MMS capability.
22
22
@@ -88,7 +88,9 @@ pip install boto3
88
88
pip install twilio
89
89
```
90
90
91
-
### Manually creating the API Gateway and Lambda deployment (for blog compatilibity)
91
+
### (Blog reference) Manually creating the API Gateway and Lambda deployment
92
+
This section has been retained for users who want to refer to the blog post or want to manually
93
+
create the API Gateway and Lambda resources
92
94
93
95
###Lambda
94
96
1. Create a new Lambda function. I've provided the function, so we can skip a blueprint.
0 commit comments