Five Minute Cloud Lambda Function

Serverless computing is pretty cool. 

You need something done in the cloud. It might be storing a GPS location. Or pulling some from a DB based on a few query parameters. But building a complete server instance would be overkill. You just need an API endpoint to accept a query and spit back a result.

CategoriesUncategorized