sam-goodwin / punchcard

Type-safe AWS infrastructure.
Apache License 2.0
507 stars 20 forks source link

Decouple API G/W from the ExecutorService #71

Open sam-goodwin opened 4 years ago

sam-goodwin commented 4 years ago

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.

sam-goodwin commented 4 years ago

Related: https://github.com/punchcard/punchcard/issues/63