Hi.
I have a document signing application process:
Any ideas?
Thank you!
Amit.
I have a document signing application process:
- Web Server :: A user is filling out a form
- Web Server :: The form is converted into a PDF.
- AWS SQS :: A record is added to a queue.
- Sign Server :: Looking for and fetching records in an SQS queue.
- Sign Server :: Adding a signature and saving to an AWS S3 bucket.
- AWS S3 :: Servicing a user request to download the signed document.
Any ideas?
Thank you!
Amit.