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
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
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.
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.