AWS Amplify Doppler integration

Hi,
I just deployed my NextJS application on AWS amplify, but I don’t know how to sync doppler’s env variables with Amplify’s env variables?

Does anyone know how to do this? Couldn’t find much regarding this integration in the documentation.

Hi @snpranav,

I’ll need to look into AWS Amplify as we don’t currently have an integration for that and I’ll put something together for you in the coming days in terms of documentation and commands to run.

Hi @snpranav,

I haven’t forgotten about you and am working on a solution for you.

It seems AWS recommends the use of function secrets instead of environment variables. Is that something you’ll be able to use?

Really looking forward to this integration, this is how we set environment variables for Amplify hosted websites. Environment variables - AWS Amplify Hosting

@Jerric this was a backend website correct?

I’m having trouble figuring out a way to get them into my frontend… parameter store seems to only work for backend amplify applications

Not sure if I’m going to need to use a custom docker image…