Skip to content

Instantly share code, notes, and snippets.

@zsolt-halo
zsolt-halo / appsync-cdk-stack.ts
Created January 30, 2021 06:13 — forked from dabit3/appsync-cdk-stack.ts
Todo app AppSync API with CDK
import * as cdk from '@aws-cdk/core';
import { CfnApiKey, PrimaryKey, Values, GraphQLApi, MappingTemplate, FieldLogLevel, AttributeValues } from '@aws-cdk/aws-appsync'
import { AttributeType, BillingMode, Table } from '@aws-cdk/aws-dynamodb';
import * as lambda from '@aws-cdk/aws-lambda'
import { join } from 'path';
export class AppsyncCdkStack extends cdk.Stack {
constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
super(scope, id, props);
### Keybase proof
I hereby claim:
* I am zsolt-halo on github.
* I am zhal (https://keybase.io/zhal) on keybase.
* I have a public key ASBCInT9RH1TZD7M0vdXkf54XLd0_BRSexR94yg3tduD2go
To claim this, I am signing this object: