You now create IAM Role which is used by the AWS Lambda functions to call other AWS Services.
-
Login to your AWS account and choose Ireland as the region.
-
go to IAM Management Console. Click on the Roles menu in the left side and then click on the Create role button.
-
On the next screen, select Lambda as the AWS Service. Click on the Next: Permission button.
-
On the next screen, select PowerUserAccess as the policy and click on the Next: Tags button.
-
Click on the Next: Review button on the next screen.
-
On the next screen, enter dojolambdarole for the Role name field and click on the Create role button.
-
The role is created in no time. The next step is to configure AWS AppSync API and define schema.