Skip to content

Instantly share code, notes, and snippets.

@thepalbi
thepalbi / template.yaml
Created April 5, 2022 16:14
Lambda + Cron CloudFormation template
Resources:
GrafanaTestFunctionServiceRoleDEDD1AAA:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Statement:
- Action: sts:AssumeRole
Effect: Allow
Principal:
Service: lambda.amazonaws.com