Taegu Kangktg0210.hashnode.dev·Nov 15, 2022lambda execution role templateoutline Basic template for IAM role to execute lambda function IAM Role & STS { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "logs:CreateLogGroup", "Resource": "aws:lo...AWS
Jones Zachariah Noel NforThe Serverless Terminalblog.theserverlessterminal.com·Jul 31, 2022Allow only what your Lambda code needsWhile 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...88 readsAWS