This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Releases: smoketurner/serverless-vpc-plugin
Releases · smoketurner/serverless-vpc-plugin
Release list
Bug fix release
Fixed #483 - thanks for reporting @PetroccoCo!
v1.0.0
BREAKING CHANGES
- Renamed
LambdaExecutionSecurityGrouptoAppSecurityGroup - The
AppSecurityGrouponly allows HTTPS ingress and egress by default- If an S3 VPC Endpoint is created,
AppSecurityGroupalso allows HTTP egress just to S3
- If an S3 VPC Endpoint is created,
- The VPC default security group's egress rule is modified to only permit outbound access to itself (see Remove Default Rule)
- Removed the
LambdaEndpointSecurityGroupsecurity group in favor of using theAppSecurityGroupfor VPC Interface Endpoints
NEW FEATURES
- Ability to create SSM parameters by specifying
createParameters: truein thecustom.vpcConfigoptions (see example usage) - A
DHCPOptionsSetis now created and attached to the VPC
OTHER CHANGES
- Replaced usages of
Fn::JoinwithFn::Subto make the generated CloudFormation template more readable
Bug fix release
Fixed #243 - only output subnet groups if more than one subnet
v0.9.6
Fix public route issue
Fixes #147 (Thanks @homes2001 for reporting and @solsglasses for the fix!)