https://github.com/simalexan/appsync-graphql-crud-dynamodb
Deploy instantly on Serverless Application Repository
https://github.com/simalexan/appsync-graphql-crud-dynamodb
appsync appsync-graphql-api dynamodb resolvers serverless
Last synced: 8 months ago
JSON representation
Deploy instantly on Serverless Application Repository
- Host: GitHub
- URL: https://github.com/simalexan/appsync-graphql-crud-dynamodb
- Owner: simalexan
- Created: 2018-11-17T21:38:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T00:16:45.000Z (about 7 years ago)
- Last Synced: 2025-02-16T09:41:17.729Z (10 months ago)
- Topics: appsync, appsync-graphql-api, dynamodb, resolvers, serverless
- Homepage: https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:375983427419:applications~appsync-graphql-crud-dynamodb
- Size: 2.93 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppSync GraphQL API -> Resolvers -> DynamoDB
## Description
This is a serverless component consisting of:
- an AppSync GraphQL API with CRUD operations and a single item schema
- CRUD resolvers to save, delete, get one, get all items from a DynamoDB Table
- a DynamoDB table, where all your data is stored.
Aside from this main functionality, its important features are:
- Access is provided with an API Key
- No language runtime, everything done through the resolves
- Easily composable into your other app components by adding triggers to its DynamoDB table
It's a Nuts & Bolts application component for AWS Serverless Application Repository.
## Latest Release - 1.0.0
Initial release.
## Roadmap - Upcoming changes
Here are the upcoming changes that I'll add to this serverless component:
- ESLint
- Tests
- Conditional DynamoDB table creation