Bryson M

Results 6 comments of Bryson M

that does appear to work. As stated above, I'm running ubuntu on WSL 2. Running `export CGO_ENABLED=0` before running `amplify push` did fix the issue.

Personally, I do some development in Rust because the DX, packaging, and stability are great. it would be nice to write some of the lambda functions in Rust for specific...

On the Amplify Studio, it should ` UPDATE_FAILED` for my GraphQL api ``` API: cloudFormation User: arn:aws:sts::XXX:assumed-role/us-east-1_WjM1TuhLB_Full-access/amplifyadmin is not authorized to perform: cloudformation:RollbackStack on resource: arn:aws:cloudformation:us-east-1:XXX:stack/amplify-tmtamplifyapp-main-183644-apitmtamplifyapp-1OB0VC3EYWXXH/44e74640-c1f1-11ed-b081-0aaebdb172df because no identity-based policy...

I attempted to manually refresh the stack because I thought that the IAM role with amplify doesn't have enough permisions. That did allow me to run `amplify push` again, but...

i recently updated my graphql schema to ``` type GroupClass @model @auth(rules: [{allow: public, operations: [read]}, {allow: groups, groups: ["admins"], operations: [read, create, update, delete]}]) { id: ID! title: String!...

That worked well to add the network limiter! But I think that just because I'm on linux, this worked, but it wouldn't be a good solution for Mac or PC.