article thumbnail

Implementing a Serverless DevOps Pipeline With AWS Lambda and CodePipeline

Dzone - DevOps

AWS Lambda is a popular serverless platform that allows developers to run code without provisioning or managing servers. In this article, we will discuss how to implement a serverless DevOps pipeline using AWS Lambda and CodePipeline. What Is AWS Lambda?

Lambda 93
article thumbnail

Life of a C# Developer: How to build and test an AWS Lambda locally

Xebia

Today Serverless is a thing. Although everyone can write a blog post about how Serverless run on servers, I share the same visions as Mathias Verraes: If you want to tweet or blog about how serverless actually runs on servers, let me save you some time: Nobody thinks that serverless doesn't run on servers.

Lambda 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

DZone Repost: Testing Serverless Functions

OpenCredo

Serverless computing, or functions-as-a-service, has picked up a lot of attention and speed due to its cost-effective pay-as-you-go price offering, multi-language/runtime support, as well as its easy learning curve without any need to provide the infrastructure layer. Writing serverless functions should also adhere to these same practices.

article thumbnail

Lambda Layers & Runtime API: More Modular, Flexible Functions

Stacks on Stacks

Lambda layers and runtime API are two new feature of AWS Lambda which open up fun possibilities for customizing the Lambda runtime and enable decreased duplication of code across Lambda functions. Layers is aimed at a common pain point teams hit as the number of Lambdas in their application grows.

Lambda 40
article thumbnail

The Serverless 12-Factor App

Stackery

Deployments- They become easier and therefore do continuous delivery better. Why does this matter for Serverless? Serverless means you worry about less arbitrary ops stuff and everyone will see benefits if they adopt it. Not all of them apply to serverless. Which 5 don’t really apply to Serverless?

article thumbnail

Continuous Integration / Continuous Delivery on AWS

Mike Roberts

Continuous Integration and Continuous Delivery (CI/CD) are techniques that I’ve had a passion about for a long time. we help people create a Continuous Deployment pipeline before they start getting into the nitty-gritty of Serverless Architecture. What are the AWS Continuous Integration / Continuous Delivery tools?

article thumbnail

Continuous Integration / Continuous Delivery on AWS

Mike Roberts

Continuous Integration and Continuous Delivery (CI/CD) are techniques that I’ve had a passion about for a long time. we help people create a Continuous Deployment pipeline before they start getting into the nitty-gritty of Serverless Architecture. What are the AWS Continuous Integration / Continuous Delivery tools?