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

Commit 3b09db5

Browse files
authored
update README.md
removed section of creating an IAM as you have to manually add the policies to the auto-generated Lambda IAM role.
1 parent 464b324 commit 3b09db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Step-by-step on how to configure, develop & deploy this app on AWS.
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`.
1818
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.
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.
2221

2322
### *NEW* Serverless Application Model (SAM) Deployment
2423

0 commit comments

Comments
 (0)