Advanced questions

These are optional questions and challenges about this application. Click the chevron icon next to each question to see additional hints.

Question 1

In frontend build step, you want add CLI command `npm audit` during the frontend build step. How would you do that?

Question 2

Which resources are deployed in the ride-controller folders? What is the responsibility of this stack?

Question 3

You extracted the variable $DDB_TABLE with this code: DDB_TABLE=$(aws cloudformation describe-stack-resource --stack-name theme-park-backend --logical-resource-id DynamoDBTable --query "StackResourceDetail.PhysicalResourceId" --output text). Can you explain what it does? If you want to extract other resources, how would you change the command?