Skip to content

Instantly share code, notes, and snippets.

View thomgre's full-sized avatar
:octocat:

Thomas thomgre

:octocat:
View GitHub Profile
@andrewmatveychuk
andrewmatveychuk / azure-pipelines.yml
Created December 18, 2019 16:58
Sample YAML pipeline to deploy linked ARM templates from a private repository
# Pipeline to validate and deploy ARM templates
trigger:
branches:
include:
- master
paths:
exclude:
- README.md
@singledigit
singledigit / cognito.yaml
Last active September 20, 2025 17:27
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: