Automating Knowledge Sharing at Cevo: Part one Revisited, Trading API Gateway for Lambda “Function URL”

In today’s article we are moving on from our recent series on CloudFormation (at least for the moment) and taking a look at AWS CodePipeline. CodePipeline is an AWS managed service focused on providing a continuous delivery mechanism to help automate your releases and deployments into your AWS environment.
Cevo Achieves AWS DevOps Competency Status

Cevo has achieved Amazon Web Services (AWS) DevOps Competency status. This designation recognises the deep expertise that Cevo possesses to help its customers implement continuous integration and continuous delivery practices, and help them automate infrastructure provisioning and management with configuration management tools on AWS.
Automating Knowledge Sharing at Cevo: Part one, problem statement and POC

In today’s article we are moving on from our recent series on CloudFormation (at least for the moment) and taking a look at AWS CodePipeline. CodePipeline is an AWS managed service focused on providing a continuous delivery mechanism to help automate your releases and deployments into your AWS environment.
How to “Build Once and Deploy Many” for React App in CI/CD

Aside from hitting all the buzzwords in the title, this is a short (?) exploration of setting up X-Ray to understand the behaviour and performance of a fully serverless integration application on AWS.
Encoding best practices with IAM policy conditions

Aside from hitting all the buzzwords in the title, this is a short (?) exploration of setting up X-Ray to understand the behaviour and performance of a fully serverless integration application on AWS.
Expose AWS Lambda functions to API consumers using Apigee Edge

Apigee Edge is an easy-to-use but powerful API administration platform with capabilities including analytics and operational automation, as well…
A Journey into X-Ray for Serverless Observability

Aside from hitting all the buzzwords in the title, this is a short (?) exploration of setting up X-Ray to understand the behaviour and performance of a fully serverless integration application on AWS.
Introduction to AWS CodePipeline
In today’s article we are moving on from our recent series on CloudFormation (at least for the moment) and taking a look at AWS CodePipeline. CodePipeline is an AWS managed service focused on providing a continuous delivery mechanism to help automate your releases and deployments into your AWS environment.
Getting Started With Amplify 2021: Part 3 – Development Environment Setup
In this article will will leverage the Amplify Console to configure a CI/CD pipeline that will be responsible for deploying our application. Having a Pipeline in place will greatly reduce the time it takes to get changes into our hosting environment.
CloudFormation MultiStack Strategies
In today’s article we’re going to take it a step further and see how we can better define our input parameters. We’ll also dive into the ideas behind splitting our workloads into multiple templates and how we can pass details between them.