
Amazon Lambda – Go Serverless
One of the hot topics in software development these days is serverless applications. As with so many other areas, Amazon has a service for that. The Lambda offering is a full-featured way to get started with serverless. Better yet, they include a large number of tutorials and a repository of serverless apps to help you move from zero to guru in no time. Free Tier Eligible The lambda service includes 1,000,000 free requests per month. Even better, this does not expire after twelve months. All AWS subscribers get this free offering. The pricing for Lambda does include some other details so check out this page for the latest details. There are also pricing alert options for lambda that you might want to... Read more