You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have removed any sensitive information from my code snippets and submission.
App Id
d14z3n2zfezi4a
AWS Region
us-east-1
Amplify Hosting feature
Not Applicable
Question
I have a Next.js app deployed on Amplify and I'd like to connect to DynamoDB from one API Route.
Is it possible to use the credentials provided by the service account instead of having to manage a set of AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY (plus having to rename them since the AWS_ environment variables are reserved)?
I tried adding the DynamoDB admin policy to the service role but it does not seem to work.
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Before opening, please confirm:
App Id
d14z3n2zfezi4a
AWS Region
us-east-1
Amplify Hosting feature
Not Applicable
Question
I have a Next.js app deployed on Amplify and I'd like to connect to DynamoDB from one API Route.
Is it possible to use the credentials provided by the service account instead of having to manage a set of AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY (plus having to rename them since the AWS_ environment variables are reserved)?
I tried adding the DynamoDB admin policy to the service role but it does not seem to work.
The text was updated successfully, but these errors were encountered: