TSURU
Results
2
comments of
TSURU
Adding the following code solved the problem. What about the idea of temporarily disabling smooth scrolling? Beginning of resize() function ``` const html = document.querySelector('html'); html.style.scrollBehavior = "auto"; ``` End...
I understand that AWS Lambda has a 10-second cold start limit, so the startup time must remain within this constraint. I am using the `ap-northeast-1` region, where the Init Duration...