$ aws apprunner list-services --query 'ServiceSummaryList[?ServiceName==`apprunnerworkshop-app`].ServiceArn' --output text | \
xargs -I{} aws apprunner delete-service --service-arn {}
$ aws cloudformation delete-stack --stack-name repostatus-gh-demo-infra
$ aws iam detach-role-policy --role-name $ROLE_NAME --policy-arn arn:aws:iam::aws:policy/service-role/AWSAppRunnerServicePolicyForECRAccess
$ aws iam delete-role --role-name $ROLE_NAME
Go to the Cloud 9 console, select the apprunnerworkshop Cloud 9 environment, and finally click Delete.