aws-solutions-library-samples / guidance-for-aws-deepracer-event-management

The AWS DeepRacer Event Manager (DREM) is used to run and manage all aspects of in-person events for AWS DeepRacer, an autonomous 1/18th scale race car designed to test reinforcement learning (RL) models by racing on a physical track.
https://aws.amazon.com/solutions/guidance/aws-deepracer-event-management/
MIT No Attribution
16 stars 10 forks source link

CloudWatch / RUM logging does not work outside eu-west-1 #47

Closed larsll closed 3 months ago

larsll commented 4 months ago

When deploying DREM outside of eu-west-1 the following error will show up: image

This is due to hard-coding of the RUM URL in lib/constructs/cw-rum.ts, sending API calls to eu-west-1, regardless of deployment location.

larsll commented 4 months ago

More hard-coding found here: