Soldato
Hi Guys,
I have an idea but I am not massively familiar with modern web design techniques and technologies. I would like to create a website which allows a user to fill out some forms to define a project (Think excel workbook with multiple sheets). Enter this information into a database and have a function that would use the provided parameters to create a YAML file. It would also be good to have validation on the entries (Min, Max characters, Regex, that sort of thing).
How hard would this be to achieve? Possible using a Static site with AWS S3 and DynamoDB, possibly with Lambda for the YAML?
I am keen to learn some techniques to do this but I am struggling to get started, any pointers in the right direction are most welcome!
Thanks
I have an idea but I am not massively familiar with modern web design techniques and technologies. I would like to create a website which allows a user to fill out some forms to define a project (Think excel workbook with multiple sheets). Enter this information into a database and have a function that would use the provided parameters to create a YAML file. It would also be good to have validation on the entries (Min, Max characters, Regex, that sort of thing).
How hard would this be to achieve? Possible using a Static site with AWS S3 and DynamoDB, possibly with Lambda for the YAML?
I am keen to learn some techniques to do this but I am struggling to get started, any pointers in the right direction are most welcome!
Thanks