App Runner Test
This page provides various tests to verify that the application is running correctly on App Runner.
Search environment variable/secret
Displays the value corresponding to the key of the environment variable/secret. Keys not set will display an empty value.
Value will be displayed here
▼
Show all environment variables
VPC Connection
You can test whether your application can access resources within a VPC network. Enter the host URL of a resource within the same VPC network as the app.
Result will be displayed here
IAM Service Account
Returns the IAM access token of the service account attached to the app runner. If token issuance fails, an error will be displayed.
Result will be displayed here
Validate Volume
Check whether a file corresponding to the given key exists at the specified path, and return its contents if found.
Result will be displayed here