Skip to content

Antarctica1210/amazon-dynamodb-labs

 
 

Repository files navigation

Amazon DynamoDB Labs

Setup:

Install Hugo:

On a mac:

brew install hugo

On Linux:

Clone this repo:

From wherever you checkout repos: git clone git@github.com: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.

About

Hands on workshop and design scenarios for Amazon DynamoDB

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.0%
  • Shell 17.0%