AWS RUM instrumentation.
Copy the variables file:
cp config/template.tfvars .auto.tfvars
Set the GitHub token with webhook permissions.
Create the infrastructure:
terraform init
terraform apply -auto-apply
Create the app monitor with the Amplify URL, and update the .auto.tfvars
file.
Create app monitor for localhost
.
Set up the environments file:
cp .env.template .env.local
Run the application:
yarn install
yarn run dev