-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
2f6fb5b
commit 39f2d66
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters