fsprojects / FSharp.AWS.DynamoDB

F# wrapper API for AWS DynamoDB
MIT License
58 stars 18 forks source link

Yield TableDescription from Table Create/Update #53

Closed bartelink closed 2 years ago

bartelink commented 2 years ago

Surfaces TableDescription results in order to enable extraction of Streams and/or Table ARNs

bartelink commented 2 years ago

Not the craziest idea; it didn't enter my head as I think of the validation/provisioning as a completely decoupled thing (I realise the not universally useful result is definitely not a pretty API design overall...)