output "role" {
  description = "IAM role for lambda function."
  value       = aws_iam_role.lambda_role
}

output "policy_attachments" {
  description = "Policies attachments list."
  value       = aws_iam_role_policy_attachment.attachments
}
