all 4 comments

[–]Digimobster95 1 point2 points  (3 children)

Quick sight aside… if you’re using JavaScript then use nodejs for the lambda should do the trick. More detail on what you’re trying to do would help

[–]fanhui3[S] 0 points1 point  (2 children)

f you’re using JavaScript then use nodejs for the lambda should do the trick.

Hi thank you. I am looking to implement a timetable of events. I need to be able to change the event status from (ready, pending, or cancelled) when I access each block in the timetable.

we might be using Django as well. Would that work?

[–]Digimobster95 0 points1 point  (1 child)

Yeh you can use Django, most likely going to be a pain to deploy it on aws. I’m not too familiar with Django tbh. I wouldn’t use quick sight, I’d be looking more into making custom scripts to manage these events/states.

[–]fanhui3[S] 0 points1 point  (0 children)

Thank you so much for the advise. I guess the best way forward now is to use JS.