copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

fix(FIFO): worker service manifest with fifo subscriptions

Open paragbhingre opened this issue 3 years ago • 0 comments

This PR fix the following scenario for FIFO SNS and SQS. Initiate a new worker service and select FIFO topic for the subscriptions from the listed items and manifest gets populated with for example -

subscribe:
  topics:
    - name: orders.fifo
      service: api

Whereas in this scenario manifest should be -

subscribe:
  topics:
    - name: orders
      service: api
  queue:
    fifo: true

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

paragbhingre avatar Oct 03 '22 23:10 paragbhingre