sam-goodwin / punchcard

Type-safe AWS infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decouple API G/W from the ExecutorService

sam-goodwin opened this issue · comments

commented

The apiIntegration method on the ExecutorService is an odd ball and feels like tight coupling. We should develop a cleaner way of setting up an API without requiring a coupled method on a generic factory class.

commented

Related: #63