Tag: Serverless
-
How to create a custom Alexa skill using AWS Lambda and Serverless framework
Posted on August 22, 2020, Level intermediate Resource Length medium
The world of artificial intelligence assistants is growing with such velocity that it doesn't surprise us anymore and it's about to be ubiquitous. Written by Maria Meheden.
Tags data-science serverless programming frameworks learning aws
-
How to use Azure Durable Entities to see who's the strongest Avenger
Posted on August 19, 2020, Level intermediate Resource Length short
In the movies, Thor keeps saying that he "is the strongest Avenger". Some people say that it's actually Hulk, but I guess it's a matter of perspective. How can we find a solution to this riddle? By using Azure Durable Entities of course! By Davide Guida.
Tags serverless cloud azure machine-learning
-
Replacing web server functionality with serverless services
Posted on July 29, 2020, Level intermediate Resource Length medium
Web servers bring together many useful services in traditional web development. Developers use servers like Apache and NGINX for many common tasks. Linux, Apache, MySQL, and PHP formed the LAMP stack to power a large percentage of the world's websites. Other variants, like the MEAN stack (MongoDB, Express.js, AngularJS, Node.js), have also been popular. By James Beswick.
Tags app-development infosec aws serverless
-
How to implement Azure serverless with Blazor WebAssembly
Posted on July 26, 2020, Level intermediate Resource Length long
In this article, we will learn how to implement Azure serverless with Blazor web assembly. And to do that, we will create an app that lists out some Frequently Asked Questions (FAQ) on Covid-19. By Ankit Sharma.
Tags web-development performance software serverless azure
-
How to reuse AWS S3 bucket for multiple serverless framework deployments
Posted on June 25, 2020, Level intermediate Resource Length medium
When using Serverless Framework, the default behaviour is the creation of a S3 bucket for each serverless.yml file, since they are treated as separated projects. By Eduardo Rabelo on serverlessguru.com.
Tags serverless functional-programming software-architecture cloud aws
-
Basic CI/CD pipeline for serverless apps
Posted on June 22, 2020, Level intermediate Resource Length long
For deploying her applications, Emily have a CI/CD pipeline that uses the AWS Serverless Application Model (SAM), GitHub, and CircleCI. In this post author will show you how to set it up. Many people get started with serverless by using the AWS console. By Emily Shea.
Tags serverless app-development cicd web-development
-
Using Netlify functions with GatsbyJs and Google Sheets API
Posted on April 22, 2020, Level intermediate Resource Length medium
Ivo Šiško has written this article about how to extend your JAMstack application with some dynamic functionality using serverless. He will guide you on his journey of implementation 2 dynamic features to static page.
Tags web-development frontend serverless javascript
-
The benefits and trade-offs of going serverless
Posted on April 9, 2020, Level beginner Resource Length long
Ovie Okeh is the author of this article on logrocket.com about a journey from monolithic apps running on a server to flexible units running on ephemeral instances. So why is the serverless popular? What does the term serverless mean?
Tags web-development serverless cio cicd apis
-
Serverless Service Mesh with Knative and Linkerd
Posted on March 29, 2020, Level intermediate Resource Length medium
Charles Pretzer wrote this piece about how to use Linkerd with Knative. Two of the most popular serverless platforms for Kubernetes are Knative and OpenFaaS, and there's a lot of existing content on using Linkerd and OpenFaaS together.
Tags serverless kubernetes devops gcp containers
-
AWS Lambda vs. Azure Functions: 10 major differences
Posted on February 24, 2020, Level intermediate Resource Length medium
Since 2014, the serverless model has taken off, and every major cloud provider has introduced its flavor of an FaaS service: Azure Functions, Google Cloud Functions, and IBM Cloud Functions, to name a few. By Mikhail Shilkov.
Tags aws azure serverless cloud
-
A serverless journey begins with several first steps, actually
Posted on February 15, 2020, Level beginner Resource Length short
AWS serverless expert explains what you need to know before launching a serverless pilot. By Joe McKendrick.
Tags serverless event-driven cio programming software-architecture
-
Cost matters! The serverless edition
Posted on January 18, 2020, Level beginner Resource Length medium
An article by by Leon Stigter about serverless development model and how that model works on AWS Fargate, which allows you to run containers without having to manage servers or clusters.
Tags serverless cio aws cloud