Tag: #configuration

Build and deploy to Amazon EKS with Amazon CodeCatalyst

October 2, 2023 By Mark Otto Off

Amazon CodeCatalyst is an integrated service for software development teams adopting continuous integration and deployment (CI/CD) practices into their software development process. CodeCatalyst puts all of the tools that development teams need in one place, allowing for a unified experience for collaborating on, building, and…

Deploying container application using Amazon CodeCatalyst and AWS App Runner

September 25, 2023 By Mark Otto Off

Introduction Amazon CodeCatalyst provides a collaboration space where developers easily build applications and streamline the deployment process. It integrates with container application services such as AWS App Runner, making containerized application deployments efficient and straightforward. Using CodeCatalyst’s native CI/CD workflow actions, development teams swiftly roll…

How to import existing resources into AWS CDK Stacks

September 22, 2023 By Mark Otto Off

Introduction Many customers have provisioned resources through the AWS Management Console or different Infrastructure as Code (IaC) tools, and then started using AWS Cloud Development Kit (AWS CDK) in a later stage. After introducing AWS CDK into the architecture, you might want to import some…

.env support coming to Node

August 29, 2023 By Mark Otto 0

👋 We’re back! Well, sort of.. If you didn’t get an issue of Node Weekly in the past few weeks, don’t worry, I was on vacation. I’m technically on vacation for a couple more days but didn’t want too many issues to pass by, so…

Create a CI/CD pipeline for .NET Lambda functions with AWS CDK Pipelines

April 21, 2023 By Mark Otto Off

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in familiar programming languages and provision it through AWS CloudFormation. In this blog post, we will explore the process of creating a Continuous Integration/Continuous Deployment (CI/CD) pipeline for…

Validating OpenTelemetry Configuration Files with the otel-config-validator

February 22, 2023 By Mark Otto 0

OpenTelemetry provides open source APIs, libraries, and agents to collect distributed traces and metrics for application monitoring. The AWS Distro for OpenTelemetry (ADOT) provides a secure production-ready distribution of OpenTelemetry (OTel) that allows for instrumentation and collecting of metrics and traces. The ADOT collector can…

Managing Dev Environments with Amazon CodeCatalyst

January 24, 2023 By Mark Otto Off

An Amazon CodeCatalyst Dev Environment is a cloud-based development environment that you can use in CodeCatalyst to quickly work on the code stored in the source repositories of your project. The project tools and application libraries included in your Dev Environment are defined by a…