Deploy Simple Web Applications in AWS Lambda

   Go back to the Task List

  « 1: Pre-requisite    3: Create DynamoDB Table »

2: Create IAM Role

You start with creation of the IAM role which AWS Lambda function uses for the authorization to call other AWS Services.

  1. Login to the AWS Console. Select Ireland as the region.

  2. Goto the IAM Management console and click on the Roles menu in the left and then click on the Create role button.

    Lambda

  3. On the next screen, select Lambda as the service and click on the Next: Permissions button.

    Lambda

  4. On the next screen, select PowerUserAccess as the policy and click on the Next: Tags button.

    Lambda

  5. On the next screen, click on the Next: Review button.

  6. On the next screen, type in dojolambdarole for the Role name and click on the Create role button.

    Lambda

  7. The role is created in no time. The next step is to create the DynamoDB Table.