Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat: hardcode autopush_rs's AWS creds in local dynamodb mode #1214

Merged
merged 1 commit into from
May 7, 2018

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented May 4, 2018

and kill now unneeded automock / boto.cfg files and the old
Dockerfile.automock that nobody uses any more

Closes #1201

and kill now unneeded automock / boto.cfg files and the old
Dockerfile.automock that nobody uses any more

Closes #1201
@codecov-io
Copy link

codecov-io commented May 5, 2018

Codecov Report

Merging #1214 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1214   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          60      60           
  Lines       10194   10194           
======================================
  Hits        10194   10194

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8dca54...6865ded. Read the comment docs.

Copy link
Member

@bbangert bbangert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why'd it have to go in the Box?

@bbangert bbangert merged commit a520338 into master May 7, 2018
@bbangert bbangert deleted the feat/1201 branch May 7, 2018 00:07
@pjenvey
Copy link
Member Author

pjenvey commented May 7, 2018

Why'd it have to go in the Box?

The if else block causes the DynamoDbClient struct to be different enough (its associated types) that we have to refer to it via its trait now (DynamoDb). So without impl trait we have to box it to return it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants