Skip to content

Commit bc01458

Browse files
authored
rename the website and lbed (#112)
* rename lbed * Renaming the whole website * updating authors * Updating readme too * micro edit to authors
1 parent c3cd2ac commit bc01458

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Amazon DynamoDB Labs
1+
# Amazon DynamoDB Labs / Amazon DynamoDB Immersion Day
22
The repo for https://catalog.workshops.aws/dynamodb-labs/en-US , formerly https://amazon-dynamodb-labs.com
33

44
### Dev:

content/authors.en.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Contributors to Amazon DynamoDB Labs"
2+
title: "Contributors to the Immersion Day"
33
hidden: false
44
chapter: true
55
description: "Our editors and hall of fame."
@@ -13,8 +13,13 @@ weight: 100
1313
1. Sean Shriver ([switch180](https://github.com/switch180)) - Ported the whole lab to amazon-dynamodb-labs.com with a custom Hugo theme. Made the "bullet-proof" CloudFormation template for the lab. Updated the hands on lab to Python3
1414
1. Daniel Yoder ([danielsyoder](https://github.com/danielsyoder)) - The brains behind amazon-dynamodb-labs.com and the co-creator of the design scenarios
1515

16-
### 2023 additions
16+
### 2024 additions
17+
The Generative AI workshop LBED was released in 2024:
18+
1. John Terhune - ([@terhunej](https://github.com/terhunej)) - Primary author
19+
1. Zhang Xin - ([@SEZ9](https://github.com/SEZ9)) - Content contributor and original author of a lab that John used as the basis of LBED
20+
1. Sean Shriver - ([@switch180](https://github.com/switch180)) - Editor, tech reviewer, and merger
1721

22+
### 2023 additions
1823
The serverless event driven architecture lab was added in 2023:
1924

2025
1. Lucas Rettenmeier ([@rettenls](https://github.com/rettenls)) - Workshop creator for re\:Invent 2021

content/dynamodb-opensearch-zetl/index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "LBED: DynamoDB GenAI with Amazon Bedrock & Zero-ETL to OpenSearch Integration"
2+
title: "LBED: Generative AI with DynamoDB zero-ETL to OpenSearch integration and Amazon Bedrock"
33
date: 2024-02-23T00:00:00-00:00
44
weight: 20
55
chapter: true
6-
description: "In this module you will have a hands on experience setting up DynamoDB zero-ETL integration with Amazon OpenSearch Service."
6+
description: "In this workshop you will have a hands on experience setting up DynamoDB zero-ETL integration with Amazon OpenSearch Service."
77
---
88

9-
In this module you will have a hands on experience setting up DynamoDB zero-ETL integration with Amazon OpenSearch Service. You will create a pipeline from a DynamoDB table to OpenSearch Service, create an Amazon Bedrock Connector in OpenSearch Service, and query Bedrock leveraging OpenSearch Service as a vector store.
9+
In this workshop you will have a hands on experience setting up DynamoDB zero-ETL integration with Amazon OpenSearch Service to faciliate a natural language query of a product catalog. You will create a pipeline from a DynamoDB table to OpenSearch Service, create an Amazon Bedrock Connector in OpenSearch Service, and query Bedrock leveraging OpenSearch Service as a vector store.
1010
At the end of this lesson, you should feel confident in your ability to integrate DynamoDB with OpenSearch Service to support context aware reasoning applications.
1111

1212
Pairing Amazon DynamoDB with Amazon OpenSearch Service is a common architecture pattern for applications that need to combine the high scalability and performance of DynamoDB for transactional workloads with the powerful search and analytics capabilities of OpenSearch.
1313

1414
DynamoDB is a NoSQL database designed for high availability, performance, and scalability and focused on key/value operations. OpenSearch Service provides advanced search features such as full-text search, faceted search, and complex querying capabilities. Combined, these two services can satisfy a wide variety of application use cases.
1515

16-
This module will allow you to set up one such use case. DynamoDB will be the source of truth for product catalog information and OpenSearch will provide vector search capabilities to enable Amazon Bedrock (a generative AI service) to make product recommendations.
16+
This workshop will allow you to set up one such use case. DynamoDB will be the source of truth for product catalog information and OpenSearch will provide vector search capabilities to enable Amazon Bedrock (a generative AI service) to make product recommendations.
1717

1818
::alert[_This lab creates OpenSearch Service, DynamoDB, and Secrets Manager resources. If running in you own account, these resources will incur charges of approximately $30 a month. Remember to delete the CloudFormation Stack after completing the lab._]{type="warning"}
1919

content/index.en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
#TODO swap this for variable
33
#ref https://learn.netlify.com/en/
4-
title: "Amazon DynamoDB Labs"
4+
title: "Amazon DynamoDB Immersion Day"
55
chapter: true
66
weight: 1
77
---
@@ -10,11 +10,15 @@ weight: 1
1010

1111
Welcome to the AWS Workshop and Lab Content Portal for [Amazon DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html), a key-value and document database that delivers single-digit millisecond performance at any scale. Here you will find a collection of workshops and hands-on content aimed at helping you gain an understanding of DynamoDB features and NoSQL data modeling best practices.
1212

13-
The 200-level hands on labs include exercises designed to familarize you with DynamoDB using the CLI and the AWS Management Console. This site also includes a workshop ("Advanced Design Patterns for DynamoDB") that is a collection of easy-to-follow instructions, scripts, and tutorial data. In addition the site includes a collection of data model design challenge scenarios to help you understand the decisions and tradeoffs made while building efficient data models.
13+
The 200-level hands on labs (LHOL) include exercises designed to familarize you with DynamoDB using the CLI and the AWS Management Console. This site also includes a workshop (LADV) that is a collection of easy-to-follow instructions, scripts, and tutorial data. In addition the site includes a collection of data model design challenge scenarios (LDC) to help you understand the decisions and tradeoffs made while building efficient data models. If you're already comfortable with these topics and you would like to learn more about DynamoDB global tables, the site includes a multi-region workshop with a fun video-streaming use case (LMR).
1414

1515
Prior expertise with AWS and NoSQL databases is beneficial but not required to complete this workshop.
1616
If you're brand new to DynamoDB with no experience, you may want to begin with *Hands-on Labs for Amazon DynamoDB*. If you want to learn the design patterns for DynamoDB, check out *Advanced Design Patterns for DynamoDB* and the *Design Challenges* scenarios.
1717

18+
### Looking for a larger challenge?
19+
The DynamoDB Immersion Day has a series of workshops designed to cover advanced topics. If you want to dig deep into streaming aggregations with AWS Lambda and DynamoDB Streams, consider LEDA. Or if you want an easier introduction CDC you can consider LCDC.
20+
Do you want to integrate Generative AI to create a context-aware reasoning application? If so consider LBED, a lab that takes a product catalog from DynamoDB and contiously indexes it into OpenSearch Service for natural language queries supported by Amazon Bedrock.
21+
1822
Dive into the content:
1923
::children{depth=1}
2024

0 commit comments

Comments
 (0)