ion
ion copied to clipboard
Permissions property doesn't work on Remix component
I've added a permissions property to a Remix component, like this:
When I deploy this I don't see these permissions being reflected on the lambda's execution role, and because of it trying to use this resources I get a AccessDeniedException from AWS. I've tried bringing the stage down and recreating, but no luck.
Thanks