Securing serverless applications with the right IAM permissions
In this video I will show you how to secure correctly your AWS functions with the right IAM permissions.
In this video I will show you how to secure correctly your AWS functions with the right IAM permissions. We will also learn the basics about IAM permissions and we will learn how to give the right privileges to our serverless framework functions using a plugin.
Links mentioned in the video:
🔸Ory Segal interview about security: https://youtu.be/OjrhZG0p25I
🔸DynamoDB iam permission actions: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/api-permissions-reference.html
🔸Original code repo: https://github.com/mavi888/serverless-dynamo-basic-operations
🔸Serverless framework plugin: https://github.com/functionalone/serverless-iam-roles-per-function
🔸Video about serverless plugins: https://youtu.be/ZYSYvDohQv4
🔸Visual studio code extension for testing rest - human.rest-client by Huachao Mao
🔸Final code repo: https://github.com/mavi888/permissions-per-function