localStackUrl top-level constant

  1. @visibleForTesting
String const localStackUrl

Base URL of the API gateway, which every service is exposed through.

Implementation

@visibleForTesting
const localStackUrl = 'http://$localStackHost:$localStackPort';