-
>**Note**: If your issue/bug is regarding the AWS Amplify Console service, please log it in the
[Amplify Console GitHub Issue Tracker](https://github.com/aws-amplify/amplify-console/issues)
**Des…
-
Hi
Below is the code base for using analytics in module way .
But we are getting error :
**[Error: No credentials, applicationId or region](url
)**
Below is the code for the same :
import…
-
Do you want to request a feature or report a bug?
Feature
-
**Describe the bug**
I am using AWS Amplify API with GraphQL and Appsync within an Angular 8 application.
After creating a new type in my schema.graphql file, my Amplify files (e.g. API.service.ts…
-
**Describe the bug**
Having worked on a project for a while, the ability to add new lambda resolvers is suddenly broken.
I add the lambda as follows:
```
amplify add function …
-
I am trying to upload a user's private file to AWS storage and I am facing 2 issues,
a. Storage.put throws a `Uncaught (in promise) No plugin found in Storage for the provider` on my local machine
…
-
cdk project fails to run with the following error:
`
❌ MainStack failed: Error: The stack named MainStack failed to deploy: CREATE_FAILED (Deployment failed)
at Object.waitForStackDeploy (/…
-
**Describe the bug**
Using DataStore with Angular by testing with multiple clients (different browsers): when I create an Item on browser 1 I can see the result in DynamoDB and receive an update via …
-
**Describe the bug**
Automatically generating `createdAt `and `updatedAt `along with every type, I am using Lambda,appsync,amplify,angular
This is my original schema
```
type MasterCrop @model {…
-
**Describe the bug**
I manually deployed 3 different react app with
- graphql api dynamodb
- cognito auth with email
- everything default with `create-react-app` settings
- using typescript with…