LYN-4831: AWCore code cleanup pass, fixing issues with ResolvePath (#4538)

Signed-off-by: rppotter <rppotter@amazon.com>
This commit is contained in:
Pip Potter
2021-10-08 11:20:09 -07:00
committed by GitHub
parent 396edd22fb
commit 960edf857d
40 changed files with 91 additions and 102 deletions
@@ -71,7 +71,7 @@ namespace AWSCore
[](DynamoDBGetItemRequestJob* job) // OnSuccess handler
{
auto item = job->result.GetItem();
if (item.size() > 0)
if (!item.empty())
{
DynamoDBAttributeValueMap result;
for (const auto& itermPair : item)