Jett Black
Jett Black
@acusti Since "Resource" is an array, you can just add each of your user pool ARNs in that array. ```json [ { "Action": [ "cognito-idp:AdminAddUserToGroup", "cognito-idp:CreateGroup", "cognito-idp:GetGroup" ], "Resource": [...
I am experiencing the same issue with my NextJS app with SSR on AWS Amplify. 12 seconds TTFB for this site: https://getyourpiece.io Occasionally, I can get a sub 1 second...
I looked up the `x-amz-cf-pop` location codes that are in the response headers for my site using this: https://www.feitsui.com/en/article/3 The IAD50-C2 location is Washington Dulles; that makes sense. The DWF56-P1...
@tyfuji I was only able to resolve this issue by moving my frontend to Vercel. It builds and deploys in under 3 minutes, and the backend lives happily in Amplify....
### **Another thing to look out for when configuring outbound internet for an App Runner instance residing in a VPC:** When creating your VPC using the **_VPC and more_** wizard,...
I updated to the following versions and am still seeing the same issues: Android Studio: Ladybug Feature Drop | 2024.2.2 Patch 1 Android Gradle Plugin: 8.8.1 Gradle: 8.10.2 Gradle JDK:...
I am experiencing the same issue on iOS 17.4 & 17.4 on certain devices. See the attached error mesage. Any suggestions @nazli-stripe ? `Error Domain=com.stripe-terminal Code=3910 "Unable to prepare the...
To expand on the solution @ezeev presented, see the following snippet for an example `auth/user-pool-group-precedence.json` file. ```json [ { "groupName": "SuperAdmins", "precedence": 1, "customPolicies": [ { "PolicyName": "pinpoint-put", "PolicyDocument": {...