amplify-category-api
amplify-category-api copied to clipboard
Allow more than one GraphQL API in a project
Reopening as it was closed without an answer https://github.com/aws-amplify/amplify-cli/issues/335
Is your feature request related to a problem? Please describe. Currently it is not possible to add more than one GraphQL endpoint in a project. There are use cases where multiple GraphQL endpoints are required, for security isolation, for code maintenance, or for multiple backend microservices.
Describe the solution you'd like To allow multiple GraphQL endpoints in an Amplify project. To share Amplify CLI created resources (e.g. DynamoDB, User Pool) between these endpoints in a project.