I have created and associated a custom domain name to access my AppSync API using the web interface. When I run amplify pull and regenerate the aws-exports.js file the aws_appsync_graphqlEndpoint does not reflect the custom domain name. How can i make it refer to my custom domain without modifying it by hand?
AWS Amplify and AppSync custom domain
111 Views Asked by Martin Slater At
1
There are 1 best solutions below
Related Questions in AWS-AMPLIFY
- Expo Go crashing with on error message using Amplify Graphql to get an item
- How do I set custom attributes on a user who signs up via amplify's Authenticator?
- How to modify the prebuilt UI of authentication in aws amplify version 6 in React Native
- Configuring AWS Amplify in Next.js 14 App Router with no main layout.tsx
- How to use multiple user pools with AWS Amplify in React?
- Convert AWS Amplify's V6 getUrl() output to V5 Storage.get() presigned url string
- Integrating Sign in with Apple into React Native App with AWS Cognito Authentication
- Wondering if AWS Amplify sdk for SSR automatically verifies user identities or JWT?
- Cloud9 IDE can't find aws-amplify module, as per initial steps in the tutorial/walkthrough
- AWS Amplify Tutorial failure - cannot find aws-amplify, despite it being present
- can not import Auth from aws-amplify in Angular even though docs says I can
- Google signin for aws cognito using Amplify not working. | signInWithRedirect in amplify not working in React native
- Restoring a saved AWS Amplify Profile?
- Vue Router and AWS Amplify
- Attempted import error: 'useForm' is not exported from 'react-hook-form' (imported as 'useForm'). When using Next + amplify + react query
Related Questions in AWS-APPSYNC
- Use AWS AppSync as a target group for AWS Application Load Balancer
- I am working on aws appsync project where one of my resolver is not getting identity information in the context while others are getting
- Is there any way to get around the Exceptions of enhanced subscription filters of AppSync at the server side?
- Unable to auto-generate resolvers after updating schema in AWS Amplify
- aws appsync custom subscription resolver: connection failed, runtime error
- Global Secondary Indexes in AppSync Schemas (with DynamoDB)
- GraphQL query validation with schema which we fetch using get_introspection_schema method
- AWS AppSync XRay Tracing Context not sharing with Auth Lambda
- AWS - Make multiple HTTP requests in pipeline resolver function
- Appsync "Variable 'timestamp' has an invalid value."
- Why is my resolver query function not returning items from dynamodb that has an sk value above 9999
- Auto generated Amplify ManyToMany table - Unable to serialize `2023-06-12T01:48:00.288432` as a valid DateTime Object
- Follow-redirects setting for AWS appsync
- Is there any way to handle big responses in Graphql (Appsync)?
- Amplify AppSync Codegen Error - invalid WIN32 path characters
Related Questions in AWS-AMPLIFY-SDK-JS
- Getting [Error: Credential is missing] using @aws-sdk/client-verifiedpermissions with AWS Cognito for getting Permissions
- Amplify v6 IdentityPool IAM authentication
- How do I use custom memory storage using aws amplify v6 and also persist the session on page refresh-Reactjs
- Trouble with AWS Cognito, API Gateway, Amplify. Requests are always anonymous and return a 403
- Getting undefined word on the attributes of User in AWS Amplify in Readct
- Problem in configure method of AWS Amplify JavaScript library after upgrade to 5.3.7
- how to rectify this error "InvalidIdentityPoolConfigurationException"
- Error when adding mock to Amplify API in React Native project
- AWS Amplify and AppSync custom domain
- Using AWS Amplify allow access to an owner restricted model from a Lambda function using an API key
- Amplify UI login console could not be customized with single federated button
- How to use S3 on a react-native project without AWS Amplify
- AWS Amplify API (AppsSync / GrapthQL) Error "Not Authorized to access listXbiis on type Query"
- Amplify UI Angular authenticator translate don't work properly
- Unable to use aws-amplify with NextJS 13.4 api routes
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
AWS Support have said that this is currently not possible using the Amplify CLI