TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Lambda now supports Synchronous Invoke for scalable mobile back ends

2 pointsby gigqabout 10 years ago

1 comment

gigqabout 10 years ago
It&#x27;s kinda buried in all the announcements today but before this AWS Lambda could only be used for asynchronous calls. So if you were developing a mobile backend you could only process events asynchronously and had no way other than out of band push notifications to send data back to the client.<p>Now with Synchronous Invoke you can have a backend for a mobile app live fully on AWS Lambda. The benefit being you pay by the millisecond for compute time used vs having to keep EC2 nodes up and paying for underutilized instances.