Announcing AWS CDK Mixins: Composable Abstractions for AWS Resources
AWS announced CDK Mixins, a new composable abstraction layer for the Cloud Development Kit that lets developers attach reusable capabilities to any construct—L1, L2, or custom—without rewriting libraries. Mixins decouple features from concrete implementations, enabling day‑one access to new AWS services while preserving low‑level CloudFormation control. The feature ships with aws-cdk-lib and includes built‑in mixins for S3, ECS, log delivery, and more, plus a preview package for 47 services. Developers can also create custom mixins that span multiple services, applying them selectively via the new cdk.Mixins API.

Ensure Code Integrity for AWS Lambda Functions with Automated Code Signing Using Terraform
The article walks through building an automated AWS Lambda code‑signing pipeline using Terraform. It leverages AWS Signer with the SHA384‑ECDSA algorithm, stores source and signed packages in a versioned S3 bucket, and enforces signature validation at runtime. The solution also...

Amazon Q Developer End-of-Support Announcement
Amazon announced the end of support for its Q Developer IDE plugins, with full deprecation scheduled for April 30, 2027. New Q Developer sign‑ups cease on May 15, 2026, and the Opus 4.6 model will be retired, while Opus 4.7 is available only on the new...