We have some environment variables for our frontend react application-- nothing that we need to be concerned about being available in the browser. Our important env vars are only in our backend application.
Anyway, I’m having trouble getting my doppler envs into aws amplify.
It seems that you can use AWS Parameter store to get vars into a BACKEND amplify application but I’m not sure that works for frontend application (like our react app). Has anyone been able to confirm this?