FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Aurora PostgreSQL Serverless (Express configuration) with CDK and Drizzle
How-ToDevOps

Aurora PostgreSQL Serverless (Express configuration) with CDK and Drizzle

via Dev.toJohannes Konings19h ago

Introduction This post documents a setup for Aurora PostgreSQL express configuration with: AWS CDK deployment an AWS SDK-based custom resource (because CloudFormation support is not available yet) Drizzle Kit and Drizzle Studio for schema and data verification The setup is not production-ready, but it can be used as a starting point for further development. AWS launch post: Announcing Amazon Aurora PostgreSQL Serverless database creation in seconds CDK Custom Resource Aurora express configuration currently requires calling the RDS API directly. In this setup, CDK uses AwsCustomResource with CreateDBCluster and cleanup calls. API reference: CreateDBClusterCommand import { Names , Stack } from " aws-cdk-lib " ; import { Effect , PolicyStatement } from " aws-cdk-lib/aws-iam " ; import { AwsCustomResource , AwsCustomResourcePolicy , PhysicalResourceId , } from " aws-cdk-lib/custom-resources " ; import { NagSuppressions } from " cdk-nag " ; import { Construct } from " constructs " ; export

Continue reading on Dev.to

Opens in a new tab

Read Full Article
9 views

Related Articles

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 20h ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 22h ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 22h ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 22h ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 23h ago

Discover More Articles