Skip to content

Instantly share code, notes, and snippets.

View rossgeesman's full-sized avatar

Ross Geesman rossgeesman

  • cars.com
  • United States
View GitHub Profile
@singledigit
singledigit / cognito.yaml
Last active April 28, 2024 15:12
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: