Thomas Oehri

Results 20 comments of Thomas Oehri

I have found the issue (at least for me). I've had credentials for another AWS account stored in `~/.aws/credentials` and it seems `ampx sandbox` took those instead of the SSO...

> Thank you, yes we will look into adding this there. Can you share the snippet of your Obfuscated credentials file on how it looked? I'm guessing if the same...

@robokozo You should be able to give the SSO profile a different name from the profile in `~/.aws/credentials`. So when running `aws configure sso` choose a different profile name: ```...

My first instinct was also to add the allow.resource authorization rule directly to my model's authorization rules, but then i realized that i could only give my function access to...

Having the ability to add a sort key to relationships like .hasMany would be great. I'm having the same use-case where i want to have all results for the .hasMany...

This is a blocker for me since my custom list & search queries need to return my model's items but without being able to return a nextToken they're kind of...

Hello all, I have also reached this limit and i am not able to add anything else (but i need to). `Caused By: The stack named amplify-xxx-xxx-sandbox-xxx failed to deploy:...

> @andrew-clark-dev Hey, that works! Didn't know you could do that. Thanks! > > ```ts > backend.sharpFunction.resources.cfnResources.cfnFunction.environment = { > variables: { > TODO_TABLE: backend.data.resources.tables["Todo"].tableName, > }, > }; >...