Environment variables are undefined
I am attempting to use my AWS secret keys instead of my hardcoded values in my dynamo db and s3 files so I can push that code up to deploy my app, but the process.env
variables are undefined. I attempted to set them up in next.config.js, but it seems like this will make them publicly accessible which may be a security issue.