All Projects → aws-samples → amazon-dynamodb-labs

aws-samples / amazon-dynamodb-labs

Licence: Apache-2.0 License
Hands on workshop and design scenarios for Amazon DynamoDB

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to amazon-dynamodb-labs

document-processing-pipeline-for-regulated-industries
A boilerplate solution for processing image and PDF documents for regulated industries, with lineage and pipeline operations metadata services.
Stars: ✭ 36 (-65.38%)
Mutual labels:  amazon-dynamodb
aws-serverless-using-aws-cdk
This repository provides the basic patterns of AWS Serverless using AWS CDK.
Stars: ✭ 40 (-61.54%)
Mutual labels:  amazon-dynamodb
Dynamoose
Dynamoose is a modeling tool for Amazon's DynamoDB
Stars: ✭ 1,730 (+1563.46%)
Mutual labels:  amazon-dynamodb
amazon-eventbridge-cdk-audit-service-sample
Sample of a decoupled audit service using Amazon EventBridge and AWS Step Functions. Provisioned with AWS CDK.
Stars: ✭ 25 (-75.96%)
Mutual labels:  amazon-dynamodb

Amazon DynamoDB Labs

Setup:

Install Hugo:

On a mac:

brew install hugo

On Linux:

Clone this repo:

From wherever you checkout repos: git clone [email protected]:aws-samples/amazon-dynamodb-labs.git (or your fork)

Clone the theme submodule:

cd amazon-dynamodb-labs

git submodule init; git submodule update

Run Hugo locally:

To run hugo in development: hugo serve -D

hugo will build your content locally and output to ./public/

View Hugo locally:

Visit http://localhost:1313/ to see the site.

Making Edits:

As you save edits to a page, the site will live-reload to show your changes.

Auto deploy:

Within minutes of a commit to the master branch, a build and deploy using the default hugo grav learn theme will kick off. You can review your change at the following address.

https://master.amazon-dynamodb-labs.com

License

This project is licensed under the Apache-2.0 License.

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].