Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appsync Intro

Walkthru Videos

Overview

1.

In our Appsync app, we are going to create the following resources:

img1



2.

We will create a Appsync GraphQL resource and attach some config resources to it, such as our schema and api key. Although we have only 1 schema, we will potentially have many resolvers and datasources

img2



3.

In our case, we are using DynamoDB as a datasource, and many resolvers which correspond to our schemas query and mutation definitions. img3



4.

Although we can have many datasources, in our example, we will be using 1 DynamoDB datasource, and defining multiple resolvers to act against it.

img4

Helpful Documentation

Intructions

  • sam build
  • sam deploy --guided

We will have to change the capabilities setting in our toml file to: capabilities = "CAPABILITY_NAMED_IAM"

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors