-
Updated
Jul 8, 2021 - Python
#
dynamodb
Here are 1,917 public repositories matching this topic...
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
route53
aws
elasticsearch
lambda
machine-learning
cloud
cloudformation
ec2
serverless
aws-sdk
dynamodb
s3
cloudwatch
iam
ecs
kinesis
aws-cli
cloud-management
redshift
rds
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
nodejs
lambda
express
node
aws-lambda
serverless
api-gateway
dynamodb
expressjs
sam
node-js
alb
express-js
aws-serverless
serverless-applications
serverless-express
vendia
-
Updated
Jul 20, 2021 - JavaScript
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
javascript
aws
lambda
react-native
serverless
api-gateway
dynamodb
s3
cognito
mobile-hub
aws-amplify
aws-amplify-react-native
-
Updated
Jul 8, 2020 - JavaScript
Serverless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.
-
Updated
Jul 17, 2020 - HTML
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
-
Updated
Jul 8, 2021 - JavaScript
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
python
graphql
aws
cloudformation
typescript
serverless
dynamodb
lambda-functions
sqs
sns
cdk
stepfunctions
appsync
aws-cdk
eventbridge
lambda-destinations
-
Updated
Jun 5, 2021 - TypeScript
tbls is a CI-Friendly tool for document a database, written in Go.
mysql
markdown
bigquery
continuous-integration
sqlite
excel
dynamodb
postgresql
documentation-tool
snowflake
plantuml
mariadb
redshift
sqlserver
database-schema
spanner
er-diagram
database-document
-
Updated
Jul 20, 2021 - Go
Modularized AWS SDK for JavaScript.
-
Updated
Jul 22, 2021 - TypeScript
A simple set of tools for working with Amazon DynamoDB and the DocumentClient
-
Updated
Jul 5, 2021 - TypeScript
Jackychans
commented
Sep 29, 2020
Hi everyone,
I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).
I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.
Another scenario using API_Key as
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
react
javascript
aws
lambda
serverless
api-gateway
dynamodb
s3
cognito
mobile-hub
aws-amplify
aws-amplify-react
-
Updated
Jul 8, 2020 - JavaScript
DynamoDb GUI Client
aws
gui
vuejs
filter
dynamodb
logo
electron-app
dynamodb-local
appimage
element-ui
aws-dynamodb
dynamodb-client
dynamodb-gui-client
-
Updated
Apr 2, 2021 - Vue
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
-
Updated
Jun 30, 2021 - JavaScript
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
-
Updated
Jul 1, 2021 - JavaScript
Container auto-configurations for spring-boot based integration tests
docker
redis
kafka
spring-boot
mongodb
keycloak
neo4j
rabbitmq
vault
dynamodb
couchbase
oracle
mariadb
minio
voltdb
aerospike
testcontainers
memsql
google-pubsub
autoconfiguration
-
Updated
Jul 19, 2021 - Java
Source for the demo app API in Serverless-Stack.com
-
Updated
Jul 13, 2021 - JavaScript
Sample using AWS Amplify and AWS AppSync together for user login and authorization when making GraphQL queries and mutations. Also includes complex objects for uploading and downloading data to and from S3 with a React app.
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
-
Updated
Jun 21, 2021 - JavaScript
GraphQL starter progressive web application (PWA) with Realtime and Offline functionality using AWS AppSync
-
Updated
Jul 20, 2021 - TypeScript
Ruby ORM for Amazon's DynamoDB.
-
Updated
Jun 30, 2021 - Ruby
-
Updated
Mar 1, 2018 - JavaScript
Improve this page
Add a description, image, and links to the dynamodb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamodb topic, visit your repo's landing page and select "manage topics."
https://dynamoose.slack.com/archives/CG4B7RL8N/p1617113297037000
The Query documentation is pretty poor. The examples under
Model.query([filter])
are all invalid. You aren't able to query where a hashKey contains something. You must query where a hashKey = something.The examples should be accurate here. And it should be specifically called out that you must query where hashKey = something