Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main > Using Liquid for building your application > Set up configuration per environment > SqsSns

Configure each SqsSns account used as Message Bus as the example bellow:

  "SqsSns": {
    "AwsAccessKeyId": " "
    "AwsSecretAccessKey": " "
  },
  "SqsSns_LEGACY": {
     "AwsAccessKeyId": " "
    "AwsSecretAccessKey": " "
  }, 

Where:

  • [SqsSnsAccount]: is the nickname for the SqsSns account. Use a suffix for each separate account used inside microservice for both receiving and sending messages.

Clone this wiki locally