Amending AWS Amplify Lambda permissions with a custom Cloudformation template
If you want to extend the permissions that one of your AWS Amplify lambda functions has, then read on!
First create a new folder in amplify/backend/ called perms.
Add a subfolder with the name of lambdaPermissions.
Within the lambdaPermissions folde...
serverlessstartup.hashnode.dev3 min read
Andrew Brown
AWS Community Hero
I was wondering how to do that. Thanks