Skip to content

Instantly share code, notes, and snippets.

View rahulpnath's full-sized avatar
🏠
Working from home

Rahul Nath rahulpnath

🏠
Working from home
View GitHub Profile
@rahulpnath
rahulpnath / Program.cs
Created May 9, 2021 19:46
Connect to Local instance of DynamoDB
using System;
using System.Threading.Tasks;
using Amazon.DynamoDBv2;
using Amazon.DynamoDBv2.DataModel;
using Amazon.Runtime;
using ConsoleTables.Core;
namespace dynamodb_local_sample
{
class Program