vault/physical/dynamodb
Matthew Surabian 39f2d66eb7 DynamoDB Deprecation Fixes (#4534)
* Use the AWS SDK's UnmarshalMap method for dynamodb backend, not the deprecated ConvertFromMap method

* Use the AWS SDK's MarshalMap method for dynamodb backend, not the deprecated ConvertToMap method

* Use the AWS SDK's session.NewSession method for dynamodb backend, not the deprecated session.New method

* Fix variable name awserr that colides with imported package in dynamodb backend
2018-05-10 08:25:51 -04:00
..
dynamodb.go DynamoDB Deprecation Fixes (#4534) 2018-05-10 08:25:51 -04:00
dynamodb_test.go DynamoDB Deprecation Fixes (#4534) 2018-05-10 08:25:51 -04:00