简体   繁体   中英

Access Creation date for Dynamo DB table using golang SDK

I need to access the creation date field for the dynamo db table as part of the golang SDK. Does anyone have any idea how to do this?

It is possible to get the Table creation date using DescribeTable API. Please refer AWS Doc for more information .

Go SDK has API to DescribeTable .

Use the "CreationDateTime" property in the output.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM