# CDK

Published articles for CDK.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## CloudFront Functions Unified Logging

DevFeed: [CloudFront Functions Unified Logging](<https://devfeed.tech/articles/cloudfront-functions-unified-logging-49871.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/networking-and-content-delivery/cloudfront-functions-unified-logging/>)

Author: Joe Viggiano

Published: 2026-08-24T18:02:46Z

Content type: release

Language: en

Sources: [Networking & Content Delivery](<https://devfeed.tech/sources/networking-content-delivery.md>)

Topics: [function](<https://devfeed.tech/topics/function.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>)

Tags: [amazon-cloudwatch-logs](<https://devfeed.tech/tags/amazon-cloudwatch-logs.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws-cloudformation](<https://devfeed.tech/tags/aws-cloudformation.md>), [cdk](<https://devfeed.tech/tags/cdk.md>), [cloudfront](<https://devfeed.tech/tags/cloudfront.md>), [code](<https://devfeed.tech/tags/code.md>), [functions](<https://devfeed.tech/tags/functions.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [realtime](<https://devfeed.tech/tags/realtime.md>)

### AI overview

AWS introduces unified logging for CloudFront Functions, allowing custom data from viewer request and response functions to be written directly to CloudFront real-time and standard access logs. The post explains the new log fields, data limits, configuration options, and integration with CloudFormation and CDK.

### Source excerpt

CloudFront Functions (CF2) lets you run lightweight code inside Amazon CloudFront Points-of-Presences (POPs) to analyze and manipulate viewer requests and responses at scale. Until now, gaining visibility into the decisions your functions made such as the result of a token validation or logging a header returned from origin required collecting the header from CloudFront Realtime [...]

## From clickops to governed IaC: CloudFormation drift detection in practice

DevFeed: [From clickops to governed IaC: CloudFormation drift detection in practice](<https://devfeed.tech/articles/from-clickops-to-governed-iac-cloudformation-drift-detection-in-practice-49937.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/devops/from-clickops-to-governed-iac-cloudformation-drift-detection-in-practice/>)

Author: Leen Alattas

Published: 2026-08-21T10:48:22Z

Content type: tutorial

Language: en

Sources: [AWS DevOps & Developer Productivity Blog](<https://devfeed.tech/sources/aws-devops-developer-productivity-blog.md>)

Topics: [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS Management Console](<https://devfeed.tech/topics/aws-management-console.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon VPC](<https://devfeed.tech/topics/amazon-vpc.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [amazon-vpc](<https://devfeed.tech/tags/amazon-vpc.md>), [automate](<https://devfeed.tech/tags/automate.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cli](<https://devfeed.tech/tags/aws-cli.md>), [aws-cloudformation](<https://devfeed.tech/tags/aws-cloudformation.md>), [aws-identity-and-access-management-iam](<https://devfeed.tech/tags/aws-identity-and-access-management-iam.md>), [aws-management-console](<https://devfeed.tech/tags/aws-management-console.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cdk](<https://devfeed.tech/tags/cdk.md>), [cicd](<https://devfeed.tech/tags/cicd.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudformation](<https://devfeed.tech/tags/cloudformation.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [devops](<https://devfeed.tech/tags/devops.md>), [iac](<https://devfeed.tech/tags/iac.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [infrastructure-as-code-iac](<https://devfeed.tech/tags/infrastructure-as-code-iac.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This practical article explains how AWS teams can move infrastructure created through console, CLI, or SDK-based ClickOps into governed Infrastructure as Code. It describes CloudFormation's IaC Generator, which scans existing resources and produces templates, then outlines the review and operational decisions needed for long-term governance and automation.

### Source excerpt

AWS environments that have grown organically over time often share a common characteristic: infrastructure provisioned through the AWS Management Console, SDKs, or CLI without corresponding Infrastructure as Code (IaC) templates. This practice is commonly referred to as "ClickOps," a term describing any infrastructure change made outside of a codified, version-controlled workflow. Whether changes happen through [...]

## How Company 3 Streamlines Studio Image Management with EC2 Image Builder and AWS CDK

DevFeed: [How Company 3 Streamlines Studio Image Management with EC2 Image Builder and AWS CDK](<https://devfeed.tech/articles/how-company-3-streamlines-studio-image-management-with-ec2-image-builder-and-aws-cdk-49939.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/devops/how-company-3-streamlines-studio-image-management-with-ec2-image-builder-and-aws-cdk/>)

Author: Natalie White

Published: 2026-07-29T12:34:47Z

Content type: article

Language: en

Sources: [AWS DevOps & Developer Productivity Blog](<https://devfeed.tech/sources/aws-devops-developer-productivity-blog.md>)

Topics: [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [software-development](<https://devfeed.tech/topics/software-development.md>), [container images](<https://devfeed.tech/topics/container-images.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-cdk](<https://devfeed.tech/tags/aws-cdk.md>), [aws-cloud-development-kit](<https://devfeed.tech/tags/aws-cloud-development-kit.md>), [cdk](<https://devfeed.tech/tags/cdk.md>), [cloudformation](<https://devfeed.tech/tags/cloudformation.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [development](<https://devfeed.tech/tags/development.md>), [devops](<https://devfeed.tech/tags/devops.md>), [ec2-image-builder](<https://devfeed.tech/tags/ec2-image-builder.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [media-entertainment](<https://devfeed.tech/tags/media-entertainment.md>)

### AI overview

This article describes how Company 3 uses Amazon EC2 Image Builder and AWS CDK to manage Amazon Machine Images and container images for studio compute environments. It discusses versioning challenges in infrastructure as code and the use of auto-versioning and CDK L2 constructs to simplify image pipelines.

### Source excerpt

Guest post in collaboration with Company 3 Director of New Technology, Phil Wortas, and Senior New Technology Engineer, Matthew Galloway Introduction Company 3 provides specialized services for the entertainment industry, including post-production services, visual effects, and color grading for feature films, commercials, and television content. Their teams collaborate globally to Increase workflow efficiency and expand [...]

## Streamlining Amazon Sidewalk Device Fleet Management with AWS IoT Core's New Bulk Operations

DevFeed: [Streamlining Amazon Sidewalk Device Fleet Management with AWS IoT Core's New Bulk Operations](<https://devfeed.tech/articles/streamlining-amazon-sidewalk-device-fleet-management-with-aws-iot-core-s-new-bulk-operations-49962.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/iot/streamlining-amazon-sidewalk-device-fleet-management-with-aws-iot-cores-new-bulk-operations/>)

Author: Ben Cooke

Published: 2025-12-23T19:28:51Z

Content type: release

Language: en

Sources: [The Internet of Things on AWS](<https://devfeed.tech/sources/the-internet-of-things-on-aws-official-blog.md>)

Topics: [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [Amazon CloudWatch](<https://devfeed.tech/topics/amazon-cloudwatch.md>), [JSON](<https://devfeed.tech/topics/json.md>), [API](<https://devfeed.tech/topics/api.md>), [Error Handling](<https://devfeed.tech/topics/error-handling.md>), [retry](<https://devfeed.tech/topics/retry.md>)

Tags: [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudformation](<https://devfeed.tech/tags/aws-cloudformation.md>), [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [cdk](<https://devfeed.tech/tags/cdk.md>), [cloudformation](<https://devfeed.tech/tags/cloudformation.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [configuration-management](<https://devfeed.tech/tags/configuration-management.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [internet-of-things](<https://devfeed.tech/tags/internet-of-things.md>), [iot](<https://devfeed.tech/tags/iot.md>), [launch](<https://devfeed.tech/tags/launch.md>), [network](<https://devfeed.tech/tags/network.md>), [news](<https://devfeed.tech/tags/news.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This AWS announcement describes bulk management capabilities for AWS IoT Core for Amazon Sidewalk device fleets. The CDK-based solution uses JSON files to onboard batches, update configurations, report operations, respect API rate limits, and provide CloudWatch visibility.

### Source excerpt

Amazon Sidewalk is a shared, community-sourced network that leverages existing Amazon Echo and Ring devices as gateways to provide secure, low-power connectivity for IoT devices--enabling applications ranging from asset tracking and smart home security to remote diagnostics for appliances and tools. AWS IoT Core for Amazon Sidewalk device management is evolving to meet the needs [...]