ENP SQS Send Message Pre-Process Asynchronously #154
Labels
Dev Reviewed
Reviewed by Tech Lead
Notify
Board trigger
PM Reviewed
Reviewed by Product Manager
QA Reviewed
Reviewed by Quality Assurance
QA
Issue requires QA collaboration
User Story - Business Need
When we receive an identifier to our POST notification endpoint we want to use all the previously identified Celery tasks necessary and chain them together using aiobotocore. This combined with the deliver_sms work will allow 100% of SMS requests to bypass the notification-api ECS service.
User Story(ies)
As a backend engineer
I want to prepare an envelope for the identified Celery tasks from the API
So that we can work on implementing the sms route in the ENP repo
Additional Info and Resources
Acceptance Criteria
lookup_va_profile_id
,lookup_contact_info
, anddeliver_sms
chain works as expectedlookup_contact_info
, anddeliver_sms
chain works as expectedQA Considerations
This should result in the same output as the notification-api.
Potential Dependencies
Determine Celery tasks necessary based on incoming request.
Out of Scope
Replacing any functionality of the Celery tasks.
The text was updated successfully, but these errors were encountered: