diff --git a/WebApplication/5_OAuth/README.md b/WebApplication/5_OAuth/README.md index 979d1015..cb97e10f 100644 --- a/WebApplication/5_OAuth/README.md +++ b/WebApplication/5_OAuth/README.md @@ -49,6 +49,12 @@ Use the AWS Lambda console to create a new Lambda function called **ListUnicornR Make sure to configure your function to use the `WildRydesLambda` IAM role you created in module 2 of this workshop. +> `WildRydesLambda` role need to be updated to perform read-only operations in DynamoDB, along with the `PutItem` you had set in module 2. + +
+## TODO +
+
Step-by-step instructions (expand for details)