aws-samples / aws-last-mile-delivery-hyperlocal

AWS Last Mile Delivery Hyperlocal
Other
42 stars 11 forks source link

Split `parameterStoreKeys` in infra config by main components #143

Open sperka opened 2 years ago

sperka commented 2 years ago

Similarly to #142 split the config for parameterStoreKeys. Also make the values structured

parameterStoreKeys:
  locationService:
    geoTrackingApiUrl: /Hyperlocal/LocationService/Api/GeoTracking/Url
                                                             ^^
  instantDelivery:
    xxx: yyy

  sameDayDirectPudo:
    ...
    hubsTableName: /HyperLocal/SameDayDirectPudo/Ddb/Hubs/TableName
    ...