Skip to content

Instantly share code, notes, and snippets.

@lolgolflol
Created August 22, 2018 04:52
Show Gist options
  • Save lolgolflol/9cad42e44060f7f5f0367804072c9542 to your computer and use it in GitHub Desktop.
Save lolgolflol/9cad42e44060f7f5f0367804072c9542 to your computer and use it in GitHub Desktop.
stack user-api-v1
user-api -> aaa.aws.com/prod
- /account/create
- /account/verify/email
- /account
-> changes
- /create
- /verify/email
- /
stack wallet-api-v1
wallet-api -> bbb.aws.com/prod
- /wallet/balance
- /wallet/send
-> changes
- /balance
- /send
stack user-api-v2
user-api -> ccc.aws.com/prod
- /account/create
- /account/verify/email
- /account
-> changes
- /create
- /verify/email
- /
stack wallet-api-v2
wallet-api -> ddd.aws.com/prod
- /wallet/balance
- /wallet/send
-> changes
- /balance
- /send
dns
api.six.th/v1/account -> mapping aaa.aws.com/prod
api.six.th/v1/wallet -> mapping bbb.aws.com/prod
api.six.th/v2/account -> mapping ccc.aws.com/prod
api.six.th/v2/wallet -> mapping ddd.aws.com/prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment