/aws-cloudwatch-rum

AWS RUM running with Vite

Primary LanguageHCLMIT LicenseMIT

AWS CloudWatch RUM

AWS RUM instrumentation.

Running on AWS

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.

Running locally

Create app monitor for localhost.

Set up the environments file:

cp .env.template .env.local

Run the application:

yarn install
yarn run dev