Jett Black

Results 5 comments of 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,...