Skip to content

Backend for Taplist mobile application. The backend is built with a GraphQL API and using AWS Lambda functions for the serverless backend. Data is stored in AWS DynamoDB. User authentication is a one-time sign-in via text confirmation using the Twilio API

Notifications You must be signed in to change notification settings

nmclear/taplist_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My TapList Backend

Serverless backend for My TapList Mobile App built with GraphQL, AWS Lambda, and DynamoDB.

Built with

  • GraphQL - API query langauge and runtime to fulfill queries.
  • Apollo Server Lambda - AWS Lambda integration of GraphQL Server.
  • GraphQL Tools - Opinionated structure to build GraphQL schema and resolvers.
  • Serverless - Toolkit for building serverless applications.
  • AWS SDK - JavaScript AWS SDK to create DynamoDB document client.
  • Merge GraphQL Schemas - Combine multiple GraphQL types, resolvers, and schemas to form a single API.
  • Twilio - Twilio helper library to send user text message or text authentication.
  • UUID - RFC4122 UUID generator for unique database ID.

Author

About

Backend for Taplist mobile application. The backend is built with a GraphQL API and using AWS Lambda functions for the serverless backend. Data is stored in AWS DynamoDB. User authentication is a one-time sign-in via text confirmation using the Twilio API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published