aws-samples / aws-serverless-workshop-innovator-island

Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop.
MIT No Attribution
564 stars 228 forks source link

Step 2 - IAM permission documentation #41

Closed alexcasalboni closed 4 years ago

alexcasalboni commented 4 years ago

At the end of step 2, in the module review we say:

Set up IAM permissions so your Lambda function could write this message to the application's DynamoDB table, and publish the message to the IoT topic for the front end.

But we didn't actually do that in this step.

When creating the new Lambda function, we've simply reused an existing IAM role.

Should we clarify this statement?

jbesw commented 4 years ago

Updated description to address.