13
Views
3
Comments
[Amazon DynamoDB Connector] [Amazon DynamoDB Connector] How to create DynamoDB table and items with OutSystems
amazon-dynamodb-connector
Service icon
Forge asset by Guilherme Pereira
Application Type
Mobile, Reactive

Hello Everyone..!

I need to create a table and items in DynamoDB from our OutSystems Application via the form. I'm using this Forge component named Amazon DynamoDB Connector. Can anyone please help me do that? If you can share any reference oml for this, that's really appreciated!

Thanks in advance

2023-12-16 19-57-03
Sanjay Kushwah

Hi @Chiranjeevi Balaji,

In AmazonDynamoDB Extension you action Table_Create, please use it here you have to simply pass your Keys and Table name as parameter.


Kind regards,

Sanjay Kushwah

UserImage.jpg
Chiranjeevi Balaji

Hi @Sanjay Kushwah

Thanks for replying. I already configured those key details in the Service Center. But still, I can't able to create a table in DynamoDB. Also, I'm getting this error while creating a table.

2023-12-16 19-57-03
Sanjay Kushwah

Hello @Chiranjeevi Balaji,

table name can only contain at least 3 characters letters, numbers, underscores, hyphens 

check with simple name like "Employee" also need to pass Access and secret key while calling the action.

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.