Skip to content

Instantly share code, notes, and snippets.

View nippe's full-sized avatar
:octocat:
Cruzin'

Niklas Nihlén nippe

:octocat:
Cruzin'
View GitHub Profile
@adrianhall
adrianhall / AppSync-Example.yaml
Created April 13, 2018 16:01
An example CloudFormation template for AWS AppSync
---
Description: AWSAppSync DynamoDB Example
Resources:
GraphQLApi:
Type: "AWS::AppSync::GraphQLApi"
Properties:
Name: AWSAppSync DynamoDB Example
AuthenticationType: AWS_IAM
PostDynamoDBTableDataSource: