-
## WHY
ギガノトカップで inol を作る
## WHAT
最低限のゴールとストレッチゴールを決めていく
この issue を root issue として色々つなげていく
-
```
$amplify --version
1.7.1
```
Steps:
amplify add api
amplify add function
Select CRUD permissions to API
Description:
I'm trying to create a function that invokes an AppSync API fr…
-
***tl;dr*** Is it necessary to configure DataStore to include `owner` for syncing when using owner auth? If so, what's the syntax or can anyone point to a working example?
**Which Category is your …
-
I am follow [this guide](https://aws.amazon.com/getting-started/hands-on/build-android-app-amplify/module-four/?nc1=h_ls). I'm currently on module 4 (Add API CRUD Method to the Backend class).
Afte…
-
>**Note**: If your question is regarding the AWS Amplify Console service, please log it in the
[AWS Amplify Console repository](https://github.com/aws-amplify/amplify-console/issues)
**Which Cate…
-
I use DataStore with syncExpression
_.syncExpression( Message::class.java ) { Message.MEMBERS.contains( "XYZ" ) }_
where MEMBERS is implemented as Array.
**Current behavior**
- All Queri…
-
**Which Category is your question related to?**
Lambda, IAM, AppSync
**Amplify CLI Version**
4.13.1
**What AWS Services are you utilizing?**
Amplify, Lambda, AppSync
**Provide additio…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
I keep getting "Api no configured" when calling the API.
src/aws-exports.js looks like this:
`
```
const awsmobile = {
"aws_project_region": "eu-west-1",
"aws_appsync_graphqlEndpoi…
fadur updated
3 years ago
-
**Describe the bug**
I have a graphql appsync api set up with Cognito User Pools auth by default. I have a lambda function and I am trying to allow it to hit up the graphql api. In order to do this, …