DesenvolvimentoDEV Community
S3 Bucket Regional Namespaces with CDK
Published on May 12, 2026By DEV Community
So you learned about the new S3 bucket account regional namespace feature and you're thinking "this is amazing, let me try in CDK." Well... This is where you'll learn that the L2 Bucket construct has not yet been updated to allow for this. Currently there are the following items which are tracking the long term fix. Issue aws/aws-cdk#37760 PR aws/aws-cdk#37386 You should give both of these a π to help them get prioritized and shipped. Workaround Good news there is a workaround! By using the L1
Read the full article: https://dev.to/aws/s3-bucket-regional-namespaces-with-cdk-3j86
Source: DEV Community