aws-samples / aws-samples/aws-sdk-unity-samples

How to Load the table Dynamically

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
163
Forks
107
PR merge metrics
No merged PRs in 30d

Description

I am new to DynamoDB.I am using Unity 2019. I am loading the table (HighLevelTableExample.cs)
through this method.

DynamoDBTable("mydynamodbtablename")]
public class HighLevelTableExample : DynamoDbBaseExample
{
public string S_tablefieldset;

.... }

Actually i have to dynamically Load a table . That means

DynamoDBTabl(MyDesiredTable)]

Instead of hotcode the table name. When i pass the table name in arguments. The table should load . How can i do it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.