Skip to content

Commit f4d2b11

Browse files
committed
Rob's changes
1 parent a720b6a commit f4d2b11

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

content/relational-migration/index.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ Developer challenge: Tour various SQL data modeling techniques, then combine the
5656
Developer challenge: Write a new set of data access functions that point to DynamoDB.
5757

5858

59+
60+
### Technical Depth
61+
This workshop is a L300 level workshop. Having SQL, Python, and Bash skills will help but are not required.
62+
### Code Project
63+
Attendees will use scripts and tools from the /workshops/relational-migration folder of the
64+
[github.com/aws-samples/aws-dynamodb-examples](https://github.com/aws-samples/aws-dynamodb-examples/) repository.

content/relational-migration/setup/index1.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd aws-dynamodb-examples/workshops/relational-migration
3333
4. Next, run this to install three components: Boto3 (AWS SDK for Python), Chalice, and the MySQL connector for Python.
3434

3535
```bash
36-
pip3 install --user chalice mysql-connector-python
36+
sudo pip3 install chalice mysql-connector-python
3737
```
3838

3939
5. From the left navigation panel, locate our project folder by

content/relational-migration/summary/index.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ and gained hands-on experience with the components of an end-to-end custom migra
99

1010
If you are running this event in your own account, be sure to terminate the Cloudformation stack
1111
that launched the workshop, to avoid any unexpected charges.
12+
13+
You used scripts and tools from the /workshops/relational-migration folder in the
14+
[github.com/aws-samples/aws-dynamodb-examples](https://github.com/aws-samples/aws-dynamodb-examples/) repository.

0 commit comments

Comments
 (0)