{% extends "basic.html" %} {% block title %}App Runner Test{% endblock %} {% block extra_content %}
This page provides various tests to verify that the application is running correctly on App Runner.
Displays the value corresponding to the key of the environment variable/secret. Keys not set will display an empty value.
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.
Returns the IAM access token of the service account attached to the app runner. If token issuance fails, an error will be displayed.
Check whether a file corresponding to the given key exists at the specified path, and return its contents if found.