Can Auth0 consume AWS SQS messages for create/update users

We have a few microservices. Users are one of “shared domain” entities. Each service, which is interested in users, can subscribe SNS topic and do with user create/update message what’s needed. Services are decoupled and can live independent.

Is there any possibility to integrate AWS SQS in Auth0 for users (in specific connection) synchronization?

Hi @mxas

Welcome back to the Auth0 Community!

Thank you for posting your question! When using SQS messages, you should be able to Create or Update users using Auth0’s Management API by making use of their contents to pass in the necessary user data/metadata.

Unfortunately, Auth0 does not offer specific integrations or documentation at this time in order to manage user’s using SQS messages. Depending on your use case, the integration that you are looking for may need to be implemented on AWS’s end by making calls to our Management API or you may need to create an Action on your tenant which retrieves the information from your SQS in order to manage your users accordingly.

You can consult the AWS Documentation which I was able to find in order to investigate a possible integration for your specific use case. Please keep in mind that these seem to be generic instructions on using/implementing SQS and might not be applicable in your scenario.

If you have any further questions regarding the matter, feel free to reply to the post with additional questions/information!

Kind Regards,
Nik

So there are not why how to archive users synchronization via AWS SQS messages