article thumbnail

CI/CD for Cloud-Native Applications

Dzone - DevOps

Continuous integration (CI) and continuous delivery (CD) are crucial parts of developing and maintaining any cloud-native application. This is an article from DZone's 2022 DevOps Trend Report. For more: Read the Report. Cloud native (or cloud based) simply means that an application utilizes cloud services.

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. What are the AWS Continuous Integration / Continuous Delivery tools? CodeBuild is what is typically referred to as a Continuous Integration / CI tool.

Insiders

Sign Up for our Newsletter

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

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. What are the AWS Continuous Integration / Continuous Delivery tools? CodeBuild is what is typically referred to as a Continuous Integration / CI tool.

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

Automatically scale self-hosted runners in AWS to meet demand

CircleCI

This example implementation demonstrates how you can scale self-hosted runners using AWS Auto Scaling functionality to increase and decrease the number of available self-hosted runners based on demand. The example repository includes a basic Node.js For example, if you are developing and testing a Node.js

AWS 98
article thumbnail

Cloud Computing Trends and Innovations

Apiumhub

Technical Example : Edge Computing in IoT Scenario: In an IoT deployment, edge computing processes sensor data locally on edge devices, reducing latency and bandwidth usage. Technical Example : Quantum Cloud Computing Scenario: Quantum cloud services leverage quantum processors to solve complex problems like factorization or optimization.

Trends 52
article thumbnail

How to Track Multiple Git Branches in AWS CodePipeline

Modus Create

CodePipeline is Amazon Web Services’s (AWS’s) Continuous Integration / Continuous Deployment (CI/CD) pipeline service. If you are using AWS CodeCommit , you will have to create a Lambda trigger that creates a new pipeline for each branch. stack-name example-s3. stack-name example-codepipeline.

AWS 41