Skip to content

Appsync(API Key Authentication) + Lambda Resolver (Nodejs) + SAM

Notifications You must be signed in to change notification settings

haggarwal90/aws-sam-appsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SAM APPSYNC POC

References

Best Practices for Working with AWS Lambda Functions

-- https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html

How To Run

  1. Create S3 bucket and update same into Makefile AWS_BUCKET_NAME
  2. Execute make deploy-schema (Only first time or any new update in schema)
  3. Execute make package
  4. Excute make deploy

How To Test

  1. Goto AWS AppSync service from console.
  2. Execute below query
    query {
        allPosts {
            id
            author
            title
            content
            url
            ups
            downs
            relatedPosts {
                id
                title
            }
        }
    }

About

Appsync(API Key Authentication) + Lambda Resolver (Nodejs) + SAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published