To complete the steps in these labs, you need an IAM role that has the privileges to create, update and delete AWS Cloud9 environments, Lambda functions, DynamoDB tables, IAM roles, Kinesis Data Streams and DynamoDB Streams
Start a command line terminal in Cloud9 and set up the Region
and Account ID
environment variables.
export REGION={your aws region} &&
export ACCOUNT_ID={your aws account ID}
Install jq on your AWS Cloud9 environment using the command below.
sudo yum install jq -y
After completing the workshop, remember to complete the Clean Up section to remove AWS resources that you no longer require.
Now that your environment is set up, continue on to the 2. Scenario Overview.