aws-appsync
Here are 119 public repositories matching this topic...
-
Updated
May 28, 2021
Hi everyone,
I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).
I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.
Another scenario using API_Key as
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
On most of my React-Native screens that contain more than one Query, only the first one ever gets loaded and rest are stuck on loading forever. I can confirm from AppSync logs that no network requests are ever made for those queries. They also never return an error and are simply stuck. Using the A
-
Updated
Jan 7, 2021
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jul 1, 2018 - JavaScript
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
Jun 23, 2019
-
Updated
May 27, 2021 - CSS
-
Updated
Jul 6, 2020
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Jan 23, 2021 - Swift
-
Updated
May 27, 2021 - JavaScript
-
Updated
Apr 19, 2021 - Java
-
Updated
May 27, 2021 - JavaScript
-
Updated
Mar 1, 2018 - JavaScript
-
Updated
Jul 24, 2018 - JavaScript
-
Updated
Dec 7, 2018 - JavaScript
-
Updated
Dec 6, 2019 - CSS
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 29, 2021 - JavaScript
-
Updated
Oct 30, 2019
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Jan 7, 2020 - JavaScript
-
Updated
May 27, 2021 - JavaScript
-
Updated
Dec 12, 2019 - JavaScript
Improve this page
Add a description, image, and links to the aws-appsync topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-appsync topic, visit your repo's landing page and select "manage topics."
Which Category is your question related to?
API
Amplify CLI Version
4.39.0
What AWS Services are you utilizing?
API, Auth, Function
Provide additional details e.g. code snippets
I'm trying to configure an HTTP resolver to call a step function. The url needs the correct aws region. I know you can pass the environment like so
${env}
but I couldn't find anything in t