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. Back in the Dim And Distant Past of 2003 I even co-led an open source project that brought some at-the-time interesting innovations to this area. First up some background / terminology.

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. Back in the Dim And Distant Past of 2003 I even co-led an open source project that brought some at-the-time interesting innovations to this area. First up some background / terminology.

Insiders

Sign Up for our Newsletter

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

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

Announcing Stackery’s AWS DevOps Competency - Professional Workflow & Tooling For Building On AWS Serverless

Stackery

Meanwhile, AWS Lambda and a growing set of services offer the scale and cost advantages of AWS, while alleviating traditional headaches of maintaining and scaling the operating system and underlying infrastructure. And with open source tools, you can even build some automated deploy tools. Stackery Serverless Canvas.

article thumbnail

Cloud Computing Trends and Innovations

Apiumhub

As serverless frameworks mature, they are becoming integral components of cloud ecosystems, enabling developers to focus on code rather than infrastructure management. Implementation: Deploying functions using AWS Lambda, triggered by events, eliminating the need for managing servers and allowing developers to focus on writing code.

Trends 52
article thumbnail

Serverless vs containers: Which is best for your application?

CircleCI

The leading offerings are AWS Lambda , Azure Functions , and Google Cloud Functions , each with many integrations within the associated ecosystems. Kubernetes, an open-source orchestration system, can horizontally scale containers in seconds. They are ideal for providing API endpoints or microservices.

article thumbnail

Serverless Meetup Recap — AWS CloudFormation with Yves Gurcan

Stackery

He explained that in a serverless sense, AWS CloudFormation is built for those who are tired of zipping Lambda functions by hand every time they want to deploy to production. CloudFormation lets you deploy and connect cloud resources that are organized as stacks using continuous integration/development. You can view them here.