Welcome to the QA lab guide for Introduction to AWS Lambda.
The most common concern students report is that they are unable to create the lambda function. However, this error is caused by a misconfiguration in the deployment which results in the QA security policies blocking your attempt.
Below, you'll find some extra steps to ensure you can create the lambda function:
-
Ensure that the lab environment has loaded 100% prior to starting the lab
-
Once you get to the next step, please ensure that when you create the function it follows the below requirements:
-
Should be "author from scratch"
-
Name: MicrowaveReader
-
Runtime: Node.js 14.X
-
Permissions: Click Change default execution role
-
Execution Role: Select Use an existing role
-
Existing role: Select the role beginning with cloudacademylabs-LambdaExecutionRole
-
-
-
You should be able to successfully create the function now
-
The next step is to edit the code and deploy it:
-
This should let you pass the check for this step.
Make sure you selected the correct region and that all settings, values, and names are exactly as described in the instructions. Also, take a look at our Help Center article Troubleshooting Problems With Labs.
If you continue to encounter an error, or if you have any other concerns, please email support@cloudacademy.com
Happy Training!
Comments
0 comments
Article is closed for comments.