-
Notifications
You must be signed in to change notification settings - Fork 0
2. Create a DynamoDB Table
Vikas Rathod edited this page Feb 20, 2021
·
1 revision
- Login into your AWS Management Console.
- Make sure your in
Canada (Central) ca-central-1
regian - Go to
Services
, and openDynamoDb
under Database section. - Click on
Create Table
- enter
serverless
as Table name - enter
id
as Primary Key - Drop down value should be
string
- enter
- Click on
Add tags
.- Enter
Function
as key andPractice
as Value.
- Enter
- Click on
Create
- It will take some time (15-30 sec to setting up your bucket)
Now Click on
serverless
table and copyAmazon Resource Name (ARN)
from Table details. This is yourserverless
table ARN. You'll need this ARN to create a IAM role. So paste it in notes.