Skip to content

Commit 7b18205

Browse files
author
Sunil Mallya
committed
update
1 parent e315175 commit 7b18205

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Step-by-step on how to configure, develop & deploy this app on AWS.
1515
### Pre-Requisites
1616
1. Sign-in to AWS or [Create an Account](https://us-west-2.console.aws.amazon.com).
1717
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.
2020
5. Create an IAM role with access to the S3 bucket & the DynamoDB table.
2121
6. Create/login to a Twilio account & create a phone number with MMS capability.
2222

@@ -88,7 +88,9 @@ pip install boto3
8888
pip install twilio
8989
```
9090

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
9294

9395
###Lambda
9496
1. Create a new Lambda function. I've provided the function, so we can skip a blueprint.

0 commit comments

Comments
 (0)