Skip to content

Instantly share code, notes, and snippets.

@dabit3
Last active September 29, 2020 18:37
Show Gist options
  • Save dabit3/3f3868e3152f6bc583fa82ee75473526 to your computer and use it in GitHub Desktop.
Save dabit3/3f3868e3152f6bc583fa82ee75473526 to your computer and use it in GitHub Desktop.
CDK Imports
import * as cdk from '@aws-cdk/core';
import { UserPool, VerificationEmailStyle, UserPoolClient, AccountRecovery } from '@aws-cdk/aws-cognito';
import { GraphqlApi, AuthorizationType, FieldLogLevel, MappingTemplate, Schema } from '@aws-cdk/aws-appsync';
import { AttributeType, BillingMode, Table } from '@aws-cdk/aws-dynamodb';
import { Role, ServicePrincipal, Effect, PolicyStatement } from '@aws-cdk/aws-iam';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment