All Projects → kaihendry → go-web-dynamo-starter

kaihendry / go-web-dynamo-starter

Licence: MIT license
Aims to be a starting point for dynamodb based serverless fun

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to go-web-dynamo-starter

ddes
JS/TypeScript framework for Distributed Event Sourcing & CQRS
Stars: ✭ 28 (+115.38%)
Mutual labels:  dynamodb
toi
A TypeScript validation library capable of inferring types
Stars: ✭ 25 (+92.31%)
Mutual labels:  dynamodb
AspNetCore.Identity.DynamoDB
DynamoDB Data Store Adaptor for ASP.NET Core Identity
Stars: ✭ 31 (+138.46%)
Mutual labels:  dynamodb
dynobase
Dynobase - Professional GUI Client for DynamoDB (releases / issues / roadmap repository) https://dynobase.dev
Stars: ✭ 66 (+407.69%)
Mutual labels:  dynamodb
DynamodbToCSV4j
Dump DynamoDB data into a CSV file using java
Stars: ✭ 18 (+38.46%)
Mutual labels:  dynamodb
nestjs-dynamoose
Dynamoose module for Nest
Stars: ✭ 84 (+546.15%)
Mutual labels:  dynamodb
redimo.go
Use the power of DynamoDB with the ease of the Redis API
Stars: ✭ 29 (+123.08%)
Mutual labels:  dynamodb
thunder
REST API application that manages user databases
Stars: ✭ 22 (+69.23%)
Mutual labels:  dynamodb
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+607.69%)
Mutual labels:  dynamodb
jest-dynalite
Jest preset to run Dynalite (DynamoDB local) per test runner
Stars: ✭ 125 (+861.54%)
Mutual labels:  dynamodb
dynamoit
A simple AWS DynamoDB viewer
Stars: ✭ 32 (+146.15%)
Mutual labels:  dynamodb
go-localstack
Go Wrapper for using localstack
Stars: ✭ 56 (+330.77%)
Mutual labels:  dynamodb
cognito-to-dynamodb-lambda
Copy newly-confirmed users from Cognito to DynamoDB
Stars: ✭ 68 (+423.08%)
Mutual labels:  dynamodb
react-native-appsync-s3
React Native app for image uploads to S3 and storing their records in Amazon DynamoDB using AWS Amplify and AppSync SDK
Stars: ✭ 18 (+38.46%)
Mutual labels:  dynamodb
serverless-go-graphql
Serverless Framework template with Golang, GraphQL and DynamoDB
Stars: ✭ 28 (+115.38%)
Mutual labels:  dynamodb
meteor
https://d2a4u.github.io/meteor/
Stars: ✭ 17 (+30.77%)
Mutual labels:  dynamodb
ops
A Docker based local development environment. Focused on PHP projects.
Stars: ✭ 13 (+0%)
Mutual labels:  localdevelopment
service
Service for storing and computing BundleWatch data
Stars: ✭ 17 (+30.77%)
Mutual labels:  dynamodb
simple-subscribe
Collect emails with a subscription box you can add to any page and build your own independent subscriber base.
Stars: ✭ 67 (+415.38%)
Mutual labels:  dynamodb
Hello-AWS-Data-Services
Sample code for AWS data service and ML courses on LinkedIn Learning
Stars: ✭ 144 (+1007.69%)
Mutual labels:  dynamodb

Goal: Develop a AWS dynamodb Web application locally

Runs under an AWS_PROFILE called "mine", you will have to change that to yours when deploying to your AWS account.

Start dynamodb server

./scripts/local-dynamodb.sh
./scripts/create-table.sh

Start Go Web server

./scripts/start-local-server.sh

If you like this, check out https://github.com/kaihendry/local-audio which builds on this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].