aws dynamodb scan --table-name $DDB_TABLE --select "COUNT"

aws cloudformation describe-stacks --stack-name theme-park-backend --query "Stacks[0].Outputs[?OutputKey=='InitStateApi'].OutputValue" --output text
We will save the endpoint URL information in the notes for the following steps.


So in this step, we have created a public API for our Frontend to use.