We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a schema defined in amplify gen2, all tables are named with the format [Model]-[AppSyncId]-[Environment] e.g:
Mytable-abcdefghijklmnop0123456789-NONE
It would be great if NONE could be changed to something based on config/environment e.g. the sandbox name, or TEST, PROD etc.
Reached out for help on Amplify Gen2 discord, and suggestion from amplify staff member was to create a feature request here
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature you'd like to request
With a schema defined in amplify gen2, all tables are named with the format [Model]-[AppSyncId]-[Environment] e.g:
Mytable-abcdefghijklmnop0123456789-NONE
Describe the solution you'd like
It would be great if NONE could be changed to something based on config/environment e.g. the sandbox name, or TEST, PROD etc.
Describe alternatives you've considered
Reached out for help on Amplify Gen2 discord, and suggestion from amplify staff member was to create a feature request here
Additional context
No response
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: