basti-app / basti

✨ Securely connect to RDS, Elasticache, and other AWS resources in VPCs with no idle cost
https://www.basti.app
MIT License
333 stars 17 forks source link

chore(basti-cdk): use PascalCase in construct IDs #70

Closed BohdanPetryshyn closed 1 year ago

BohdanPetryshyn commented 1 year ago

Proposed Changes

This makes basti-cdk use PascalCase for internal construct IDs. AWS uses PascalCase in its docs and most of the CDK popular libraries use PascalCase as well. It's better to change the ID convention right now before v1.0.0 is released.

Related Issue

48

Checklist

cc @bobveringa