Skip to content

Instantly share code, notes, and snippets.

AWSTemplateFormatVersion: "2010-09-09"
Description: "CloudFormation Stack with Lambda and IAM Role"
Resources:
MyLambdaRole:
Type: "AWS::IAM::Role"
Properties:
RoleName: "MyLambdaExecutionRole"
AssumeRolePolicyDocument:
Version: "2012-10-17"