Allow only what your Lambda code needs
While executing AWS Lambda functions would need IAM permissions to access either for READ or WRITE actions. For this you need to map an IAM Role with an associated IAM Policy. As a best practice, we would follow least privilege permission but often t...
Jul 31, 20223 min read104


