-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: place sql lambda handler explicitly in a private isolated network
BREAKING CHANGE: previously the default VPC strategy was used, but as a database should always be in an isolated subnet, this default makes a lot more sense. But will break code if your VPC does not have an isolated subnet, and for example only has egress only subnets. So provider now allows you to specify a vpcSubnet selection.
- Loading branch information
1 parent
ac1b9ef
commit 2791bb9
Showing
2 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters