Deploying Gatsby/React app with AWS Amplify

I’ve recently implemented AWS amplify into my Gatsby/React app, but I’m struggling to launch it on Netlify. Just wondering if anyone has done this and the steps they’ve taken, if it’s even possible. The main thing is the aws-exports.js file that gets generated when running amplify push is included in gitignore because it contains sensitive information. I believe AWS builds the Amplify credentials, etc. when deploying to their hosting platform, but I’d like to see if I can stick with Netlify for this project. I could just commit the aws-exports.js file, but hoping there’s a better solution that I haven’t come across yet. Thanks in advance!!

I’m not experienced with AWS Amplify, but an initial look makes it seem like a AWS-specific feature. I’m not sure if it’s even possible to integrate it with Netlify.