lambda execution role template
outline
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...
ktg0210.hashnode.dev1 min read