This is a sample application that pulls some basic information from GitHub repositories and caches that data in DynamoDB.
To allow our app to function properly, we need a DynamoDB table, and grant AWS App Runner access.
$ aws cloudformation deploy \
--stack-name $(basename $(pwd))-infra \
--template-file hack/apprunner-prereqs-cfn.yaml \
--capabilities CAPABILITY_IAM