Skip to content

Instantly share code, notes, and snippets.

View imdkbj's full-sized avatar
🎯
Focusing

Deepak Bhardwaj imdkbj

🎯
Focusing
  • 12:37 (UTC +05:30)
View GitHub Profile
@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"
}
@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: