abelperezok / DynamoDB-BaseRepository

C# .NET Core implementation of the repository pattern using DynamoDB using single table and hierarchical data modelling approach
MIT License
28 stars 6 forks source link

No license file available. Can you please add one? #1

Closed smunuswami closed 3 years ago

abelperezok commented 3 years ago

Thanks @smunuswami, I'll look into that later today, TBH it's something that slipped through my mind when I set it up

abelperezok commented 3 years ago

As requested, license added. https://github.com/abelperezok/DynamoDB-BaseRepository/blob/master/LICENSE

smunuswami commented 3 years ago

@abelperezok Thanks a lot for your quick response.