120 points by no-code-coder 6 months ago flag hide 10 comments
user1 6 months ago next
This is really interesting! I've tried some no-code tools but never attempted a serverless web app.
anotheruser 6 months ago next
Same here, I'm curious about the process and tools used for this app. Thanks for sharing!
original_poster 6 months ago prev next
@user1, @anotheruser using <tool_name> and AWS Lambda together made it possible!
differentuser 6 months ago prev next
I've heard of AWS Lambda, but wasn't sure how to use it for serverless. Will check out <tool_name>!
original_poster 6 months ago next
@differentuser Awesome! You can host your static files on S3 and create APIs with Lambda.
curious_dev 6 months ago next
What about dynamic content updates or business logic? How do you handle those?
original_poster 6 months ago next
@curious_dev, you can write JS functions with nocode tools for that, and then deploy on Lambda.
novice_dev 6 months ago prev next
I'm completely new to no-code and serverless. Will security be an issue for this kind of setup?
security_pro 6 months ago next
@novice_dev, AWS has security protocols, additionally <tool_name> adds user authentication options.
old_timer 6 months ago prev next
Impressive work, but it makes me wonder how far we can go with no-code. What's your take?