-
Feb 9, 2024
AWS CodePipeline adds support for Branch-based development and Monorepos
AWS CodePipeline is a managed continuous delivery service that automates your release pipelines for application and infrastructure updates. Today, CodePipeline adds triggers and new execution modes to...
-
Feb 5, 2024
Generative AI Meets AWS Security
A Case Study Presented by CodeWhisperer Customizations Amazon CodeWhisperer is an AI-powered coding assistant that is trained on a wide variety of data, including Amazon and open-source code. With the...
-
Feb 2, 2024
Import entire applications into AWS CloudFormation
AWS Infrastructure as Code (IaC) enables customers to manage, model, and provision infrastructure at scale. You can declare your infrastructure as code in YAML or JSON by using AWS CloudFormation, in...
-
Feb 2, 2024
Announcing CDK Migrate: A single command to migrate to the AWS CDK
Today we’re excited to announce the general availability of CDK Migrate, a component of the AWS Cloud Development Kit (CDK). This feature enables users to migrate AWS CloudFormation templates,...
-
Jan 31, 2024
A new and improved AWS CDK construct for Amazon DynamoDB tables
Recently, we launched a new AWS Cloud Development Kit (CDK) construct for Amazon DynamoDB tables, known as TableV2. This construct provides a number of new features in addition to what the original...
-
Jan 31, 2024
Announcing Generative AI CDK Constructs
Announced by Werner Vogels in his 2023 re:Invent Keynote, Generative AI CDK Constructs, an open-source extension of the AWS Cloud Development Kit (AWS CDK), provides well-architected multi-service...
-
Jan 18, 2024
Deploy CloudFormation Hooks to an Organization with service-managed StackSets
This post demonstrates using AWS CloudFormation StackSets to deploy CloudFormation Hooks from a centralized delegated administrator account to all accounts within an Organization Unit(OU). It provides...
-
Jan 8, 2024
Looking beyond code coverage with Amazon CodeWhisperer
Code coverage is a code quality metric leveraging unit tests. Coming up with test cases with every combination of parameters requires developer’s time, which is already scarce. Developers’ focus is...
-
Jan 4, 2024
re:Invent 2023 DevOps and Developer Productivity Playlist
The dust has settled after another re:Invent. I once again had the privilege of organizing the DevOps and Developer Productivity (DOP) track along with Jessie VanderVeen, Anubhav Rao and countless...
-
Jan 4, 2024
The most visited AWS DevOps blog posts in 2023
As we kick off 2024, I wanted to take a moment to highlight the top posts from 2023. Without further ado, here are the top 10 AWS DevOps blog posts of 2023. Unit Testing AWS Lambda with Python and...
-
Jan 3, 2024
Best Practices for Prompt Engineering with Amazon CodeWhisperer
Generative AI coding tools are changing the way developers accomplish day-to-day development tasks. From generating functions to creating unit tests, these tools have helped customers accelerate...
-
Jan 3, 2024
Best practices for scaling AWS CDK adoption within your organization
Enterprises are constantly seeking ways to accelerate their journey to the cloud. Infrastructure as code (IaC) is crucial for automating and managing cloud resources efficiently. The AWS Cloud...
-
Dec 15, 2023
Getting started with Projen and AWS CDK
In the modern world of cloud computing, Infrastructure as Code (IaC) has become a vital practice for deploying and managing cloud resources. AWS Cloud Development Kit (AWS CDK) is a popular...
-
Dec 11, 2023
Blue/Green Deployments with Amazon ECS using Amazon CodeCatalyst
Amazon CodeCatalyst is a modern software development service that empowers teams to deliver software on AWS easily and quickly. Amazon CodeCatalyst provides one place where you can plan, code, and...
-
Nov 26, 2023
Automate safe AWS CloudFormation deployments from GitHub
AWS CloudFormation, an Infrastructure as Code (IaC) service that lets you model, provision, and manage AWS and third-party resources, now supports using Git sync to automatically trigger a deployment...
-
Nov 21, 2023
Your DevOps and Developer Productivity guide to re:Invent 2023
Your DevOps and Developer Productivity guide to re:Invent 2023 ICYMI – AWS re:Invent is less than a week away! We can’t wait to join thousands of builders in person and virtually for another exciting...
-
Nov 20, 2023
Introducing Amazon CodeWhisperer for command line
The command line is used by over thirty million engineers to write, build, run, debug, and deploy software. However, despite how critical it is to the software development process, the command line is...
-
Nov 17, 2023
Using Amazon CodeCatalyst with Amazon Virtual Private Cloud
Amazon CodeCatalyst is an integrated service for software development teams adopting continuous integration and deployment practices into their software development process. CodeCatalyst puts the...
-
Nov 9, 2023
AWS CodeBuild adds support for AWS Lambda compute mode
AWS CodeBuild recently announced that it supports running projects on AWS Lambda. AWS CodeBuild is a fully managed continuous integration (CI) service that allows you to build and test your code...
-
Oct 27, 2023
How to use Amazon CodeWhisperer using Okta as an external IdP
Customers using Amazon CodeWhisperer often want to enable their developers to sign in using existing identity providers (IdP), such as Okta. CodeWhisperer provides support for authentication either...