aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.31k stars 241 forks source link

Capability of configuring service endpoint to use custom domain etc. #2943

Open HuiSF opened 1 year ago

HuiSF commented 1 year ago

Description

As I developer, I want to be able to configure Amplify provided plugins to use custom endpoint to connect my AWS backend.

Amplify JS, Amplify Swift and Amplify Android provide a way to configure custom endpoint. Taking the auth plugin

Similarly, a developer can use custom domain with API GraphQL (applicable to DataStore as well) by modified the Amplify configuration file.

Can we provide a consistent method cross Amplify categories?

Categories

Steps to Reproduce

No response

Screenshots

No response

Platforms

Flutter Version

3.3

Amplify Flutter Version

1.0.0

Deployment Method

Amplify CLI

Schema

No response

abdallahshaban557 commented 1 year ago

related issues https://github.com/aws-amplify/amplify-cli/issues/1880 and https://github.com/aws-amplify/amplify-cli/issues/8126