amplify-category-api icon indicating copy to clipboard operation
amplify-category-api copied to clipboard

Allow more than one GraphQL API in a project

Open esteban-uo opened this issue 4 years ago • 12 comments

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.

esteban-uo avatar Dec 10 '20 16:12 esteban-uo