Skip to content

Instantly share code, notes, and snippets.

View imdkbj's full-sized avatar
🎯
Focusing

Deepak Bhardwaj imdkbj

🎯
Focusing
  • 13:42 (UTC +05:30)
View GitHub Profile
@singledigit
singledigit / cognito.yaml
Last active June 4, 2024 05:19
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:
@martpet
martpet / template.json
Created July 20, 2022 14:29
Cfn template
{
"Resources": {
"ZoneHostedZoneB23BB523": {
"Type": "AWS::Route53::HostedZone",
"Properties": {
"Name": "martin.dev.trip.pictures."
},
"Metadata": {
"aws:cdk:path": "TripPics/Zone/HostedZone/Resource"
}