Edward Foyle

Results 47 comments of Edward Foyle

There's an initial DX for this outlined here: https://github.com/aws-amplify/docs/pull/7029 But it still needs more work to be a production-ready solution

Hi @bishoym what is the error you are seeing when you try to deploy your backend? One thing that I notice is it looks like the CDK Domain construct has...

@festusyuma is this timeout occurring when trying to deploy using Amplify hosting or when running `sandbox` locally?

Thanks for the additional logs. I see ``` CREATE_FAILED  | Custom::AmplifyDynamoDBTable | data/amplifyData/Teacher/TeacherTable/Default/Default (TeacherTable) Received response status [FAILED] from custom resource. Message returned: TimeoutError: {"state":"TIMEOUT","reason":"Waiter has timed out"} ```...

Hi @blinkdaffer, was this a transient failure or is it happening consistently?

Thanks for the extra info! I'm going to transfer this to the api repo. They should be able to help more with this issue.

Hey @RandomEngy what auth issue are you running into with the SDK?

Hi @thomasoehri, this could also be caused by a region mismatch. Is the `AWS_REGION` or `AWS_DEFAULT_REGION` environment variable set? If so, this will override the region in the config file.

Hi @MarlonJD, sorry for the delay here. While this PR is on the right track in terms of implementation, we are concerned about the implications when deploying using the Amplify...

Hi @antennix, you can grant a function access to the Data API by following these docs: https://docs.amplify.aws/react/build-a-backend/data/customize-authz/grant-lambda-function-access-to-api/ We are also actively investigating making the experience of configuring the data client...