Skip to content

Commit a3a753b

Browse files
authored
DynamoDB Visualizer - RH's old static website (#126)
* Fixing robs changes * reverting URL changes..... * RH visualizer * fixing weird merge issue * cleanup
1 parent ba4946e commit a3a753b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+12900
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
3030
- name: S3SyncStaticWeb
3131
run: aws s3 sync ./global-serverless/web/ s3://amazon-dynamodb-labs-static/static/global-serverless-application/web/
32+
- name: StaticYearReplacer
33+
run: sed -i "s/<<PRESENTYEAR>>/$(date +%Y)/" ./static/files/visualizer/index.html
34+
- name: S3SyncVisualizer
35+
run: aws s3 sync ./static/files/visualizer/ s3://amazon-dynamodb-labs-static/static/visualizer/
3236
- name: Pull preview build
3337
run: aws s3 sync s3://amazon-dynamodb-labs-static/build/ . && chmod +x preview_build
3438
- name: Build Assets

static/files/visualizer/LICENSE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2025 Amazon Web Services, Inc. or its Affiliates.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

static/files/visualizer/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## The Visualizer
2+
3+
🚀 [Launch the visualizer!](http://amazondynamodblabs.com/static/visualizer/index.html) 🚀
4+
5+
This is the source code from the DynamoDB visualizer original deployed to this [S3 bucket website](https://rh-web-bucket.s3.amazonaws.com/index.html). By using this code, you agree to the license found in [LICENSE.txt](LICENSE.txt)
6+
7+
8+
![Sample screenshot](https://amazondynamodblabs.com/static/visualizer/img/model.png)
9+
10+
11+
## Deployment and development
12+
13+
On merge to the main branch, this code is auto deployed to [the Amazon DynamoDB Labs website](http://amazondynamodblabs.com/static/visualizer/index.html). Local development can be done in a simple web browser with a basic IDE.
14+
15+
## Authorship
16+
17+
The original author was Rick Houlihan, during his time at AWS - [X.com](https://x.com/houlihan_rick)

0 commit comments

Comments
 (0)