copilot-cli
copilot-cli copied to clipboard
fix(FIFO): worker service manifest with fifo subscriptions
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.