Skip to content

Instantly share code, notes, and snippets.

View penguinbroker's full-sized avatar

Dave Lee penguinbroker

  • Geneva Technologies, Inc
  • New York, NY
View GitHub Profile
@penguinbroker
penguinbroker / cognito.yaml
Created January 18, 2019 00:47 — forked from singledigit/cognito.yaml
Create a Cognito Authentication Backend via CloudFormation
AWSTemplateFormatVersion: '2010-09-09'
Description: Cognito Stack
Parameters:
AuthName:
Type: String
Description: Unique Auth Name for Cognito Resources
Resources:
# Creates a role that allows Cognito to send SNS messages
SNSRole: