Tag: Serverless
-
Deploy serverless machine learning microservice with scikit-learn
Posted on February 18, 2018, Level intermediate Resource Length medium
Patrick Michelberger created this tutorial in which we deploy a machine learning microservice using AWS Lambda, AWS API Gateway and scikit-learn.
Tags machine-learning aws serverless python
-
Lambda architecture in Microsoft Azure
Posted on February 9, 2018, Level intermediate Resource Length medium
Josh Lane interesting article on lambda architecture in Azure. His article focuses mainly on IoT specifics, but this design requires only a few minor tweaks to accommodate other non-IoT contexts. The concepts behind lambda architecture are straightforward and uncomplicated on their own.
Tags software-architecture cloud azure serverless
-
Shareloc: share your location with friends using the cloud
Posted on January 3, 2018, Level intermediate Resource Length long
Gerrit Grunwald wrote pos about how easy it is to use Java SE and JavaFX to create mobile applications that run on iOS and Android devices in the cloud -- without the need to learn a lot of different platforms.
Tags cloud app-development serverless
-
Automating CI/CD workflow for serverless apps with CircleCI
Posted on January 1, 2018, Level intermediate Resource Length long
Rupak Ganguly wrote neat post about the process of continuous integration and deployment (CI/CD) of serverless application -- which can be really challenging. In this post, author takes a deep look at the end-to-end workflow of automating a CI/CD process for a serverless application via CircleCI.
Tags cicd aws containers serverless
-
Managing AWS Lambda function concurrency
Posted on December 17, 2017, Level intermediate Resource Length long
Chris Munns long article diving straight to the point of AWS Lambda concurrency. In AWS Lambda, which is the core of the serverless platform at AWS, the unit of scale is a concurrent execution. This refers to the number of executions of your function code that are happening at any given time.
Tags serverless nodejs aws
-
How to host Hugo static website generator on AWS Lambda
Posted on November 25, 2017, Level intermediate Resource Length medium
Ilya Bezdelev wrote tutorial how to create a static website publishing platform hosted in the cloud using several AWS services. It will run static website generator Hugo on AWS Lambda, store files in AWS S3 and serve them from AWS CloudFront. This is older (2015) but still very good article.
Tags web-development serverless aws docker
-
Writing event-driven serverless app plus local development
Posted on November 16, 2017, Level intermediate Resource Length long
Rupak Ganguly lengthy article on developing and event-driven serverless application. The application has a simple frontend using curl that calls into a couple of backend services: a users service and an email service. It relies on the serverless framework, and app is then deployed to AWS Lambda.
Tags cloud serverless microservices aws
-
Getting Started With Serverless PHP
Posted on September 3, 2017, Level intermediate Resource Length short
Rob Alen short article in which he takes a look at how to build a simple serverless PHP function. He is interested in Apache OpenWhisk and this article focuses on PHP runtime with IBM OpenWhisk.
Tags php serverless ibm
-
Exposing OpenWhisk RESTful APIs with API Gateway
Posted on May 2, 2017, Level beginner Resource Length short
Andrew Trice's short blog post describing IBM's API Gateway - the incredibly powerful, scalable, event-driven programming model for building actions (functions) using serverless computing.
Tags serverless javascript IBM
-
Hands-on: Create Your First Serverless Application in Apache OpenWhisk
Posted on February 3, 2017, Level beginner Resource Length medium
Janakiram MSV article about an open source serverless platform from IBM, OpenWhisk. OpenWhisk is available in two modes, hosted and on-premises. Developers can easily get started with it for implementing event-driven, loosely coupled functions.
Tags devops serverless
-
A Crash Course in Amazon Serverless Architecture
Posted on January 27, 2017, Level intermediate Resource Length long
Chandan Patra excellent article provides detailed look at the components of AWS Serverless Architecture and how anyone can make the most of it.
Tags cloud serverless