Setting up DynamoDB
In this time, I would like to explain how to create DynamoDB table in AWS.
You can read about the DynamoDB in following url:
Requirement
You need to log in with AWS account and choose the available region.
In this time, I will choose “us-east-1” as Region.
After login, please go to DynamoDB service from
Menu > Services > Database > DynamoDB
![](https://static.wixstatic.com/media/e37c27_4c8d9a341f6f46f78f0b12d724c6705d~mv2.png/v1/fill/w_980,h_483,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/e37c27_4c8d9a341f6f46f78f0b12d724c6705d~mv2.png)
You will see the following screen.
![](https://static.wixstatic.com/media/e37c27_517e482e45ad4c6fafe8b690a205226b~mv2.png/v1/fill/w_980,h_466,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/e37c27_517e482e45ad4c6fafe8b690a205226b~mv2.png)
Create table named “data-list” with partition key as “id”.
![](https://static.wixstatic.com/media/e37c27_541acfe186c249e2a1d1c16c90d35fc7~mv2.png/v1/fill/w_980,h_224,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/e37c27_541acfe186c249e2a1d1c16c90d35fc7~mv2.png)
Then insert or create the sample item.
![](https://static.wixstatic.com/media/e37c27_8c4c669dcf904deb811e446891ffc5c4~mv2.png/v1/fill/w_980,h_472,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/e37c27_8c4c669dcf904deb811e446891ffc5c4~mv2.png)
Finished !!
Easy and Simple, right? :P
Comments