Skip to content

v1.1.0-rc.39

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 17:52
· 274 commits to develop since this release
6d51efc

v1.1.0-rc.39 (2024-03-05)

Feature

  • feat: configurable subnet ids (#323)

What?

  • Allows users to specify the subnet IDs to be used for the database

Why?

  • Since we don't always get to create our own VPC, the subnets
    associated with it are not always one or the other type. We've had
    issues in the past with the private subnet type not being available in
    the VPC (PRIVATE_ISOLATED, PRIVATE_EGRESS, etc. This allows users to
    specify the subnet ids so we don't rely on a specific type.

Testing?

  • Deployed and manually checked that the database and the ingest lambdas
    were associated to the subnets provided (6d51efc)