How to send and receive intake forms

0

Wondering if S3/Lamda/API Gateway can accomplish this task. I need to be able to send patients forms, have them fill out the forms, and submit the same form. I've seen an article on creating a 'Contact form' on a static website. Only these forms are about 8 pages. Does anyone, have an idea to accomplish this? Also, if there's a better architecture/solution let me know. Thanks

1 Answer
0

Short answer: Yes, you can absolutely do this using the tools you've mentioned - but you will need some sort of database/storage to keep a record of the forms; and in this case DynamoDB might be the right answer.

That said: This is a complex topic; there are many ways to do what you need to do and the "right" way is going to depend on a lot of things, including your comfort level with the technology.

I'd strongly recommend that you reach out to your local AWS Solutions Architect - it's a much better way of determining how to build your solution.

profile pictureAWS
EXPERT
answered 2 years ago
  • Thanks. Who's a local AWS Solutions Architect? Do you mean from AWS or just about any certified Solutions Architect. Anyways, I'll will play around it, and see how it goes.

  • I can't tell which region you're in; I'd recommend looking in LinkedIn for a local contact.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions