Minh Tran
Minh Tran
Any solution here guys? I'm facing the same problem. The header in Image acting really weird on Android, but on IOS everything is still smooth
> I was teaching a University unit when I posted the issue. The workaround we had to go with was to send a regular GET request with the headers to...
Jeez, I'm facing the same issue, I change the code inside the layer folder but the push command does not recognize the changes
` resources.policies["/chart"].groups['AdminUser'].policyDocument = { "Statement": [{ "Effect": "Allow", "Action": "execute-api:Invoke", "Resource": [ `arn:aws:execute-api:ap-southeast-1:accountId:${resources.restApi.attrRestApiId}/${amplifyProjectInfo.envName}/*/chart` ] }] } } ` this is how I configure override the policy for each environment