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
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ Step-by-step on how to configure, develop & deploy this app on AWS.
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
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.
19
19
4. Create an S3 bucket to ingest MMS images.
20
-
5. Create an IAM role with access to the S3 bucket & the DynamoDB table.
21
-
6. Create/login to a Twilio account & create a phone number with MMS capability.
20
+
5. Create/login to a Twilio account & create a phone number with MMS capability.
22
21
23
22
### *NEW* Serverless Application Model (SAM) Deployment
0 commit comments