actually I use AWS Lambda for fetching data cause I test the the backend with aws lambda and worker

actually I use AWS Lambda for fetching data cause I test the the backend with aws lambda and worker and found that server is close to database is better then server is close to user when you fetch database. the response time of aws lambda is two times faster than workers when fetching data from the database.
Was this page helpful?