-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SQS wrapper and services for polling messages #5
Comments
Things I had to do:
Going to draw this up in a diagram, also, since I think that might be easier to visualize. Wiki pages: https://github.com/cfpb/sbl-filing-api-validations/wiki |
Extra stuff done to aggregator:
|
The wiki here documents which container is running what code. The sequence diagram explains the interaction of all that. Also, the do_sqs.sh is a good place to see what is getting built where and with what image. And the files in the helm directory in the PR (eventually moved to the regtech-deployments-internal repo once we decide on a direction) are also good to see what image/container is talking to what. |
Finally, everything is deployed and working in devpub under the release sqs-test. The sqs-poller containers I deployed individually with the helm values and the standard charts in regtech-deployment. I setup the cfpb-devpub-regtech-sbl-filing-main bucket at the upload level so any LEI will trigger the sqs stuff. And updated the configmap in the filing-api sqs-test release to use that bucket instead. Can access it via https://sqs-test-sbl-frontend-eks.dev-public.aws.cfpb.gov/ |
Create the SQS version of the lambda work Le did in #4
The text was updated successfully, but these errors were encountered: