Skip to content

Commit

Permalink
fix(ecs): update application caching agent to get appname from Moniker
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk committed Jun 4, 2021
1 parent 6726ee7 commit 98bca2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected List<Application> getItems(AmazonECS ecs, ProviderCache providerCache)
Map<String, Map<String, Collection<String>>> appRelationships = new HashMap<>();

for (Service service : services) {
String applicationKey = service.getApplicationName();
String applicationKey = service.getMoniker().getApp();
String serviceKey =
Keys.getServiceKey(service.getAccount(), service.getRegion(), service.getServiceName());

Expand Down

0 comments on commit 98bca2a

Please sign in to comment.