Skip to content

Commit 63b3efd

Browse files
authored
update README.md
1 parent 6bdbdce commit 63b3efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 named 'fromNumber' 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.
18+
3. Create a table in DynamoDB with a single Hash named `fromNumber` 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.
1919
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.

0 commit comments

Comments
 (0)