Serverless Vpc Plugin Versions Save

Serverless Plugin to create a VPC

v1.0.2

3 years ago

Fixed #483 - thanks for reporting @PetroccoCo!

v1.0.0

3 years ago

BREAKING CHANGES

  • Renamed LambdaExecutionSecurityGroup to AppSecurityGroup
  • The AppSecurityGroup only allows HTTPS ingress and egress by default
    • If an S3 VPC Endpoint is created, AppSecurityGroup also allows HTTP egress just to S3
  • The VPC default security group's egress rule is modified to only permit outbound access to itself (see Remove Default Rule)
  • Removed the LambdaEndpointSecurityGroup security group in favor of using the AppSecurityGroup for VPC Interface Endpoints

NEW FEATURES

  • Ability to create SSM parameters by specifying createParameters: true in the custom.vpcConfig options (see example usage)
  • A DHCPOptionsSet is now created and attached to the VPC

OTHER CHANGES

  • Replaced usages of Fn::Join with Fn::Sub to make the generated CloudFormation template more readable

v0.10.0

4 years ago

Fixed #243 - only output subnet groups if more than one subnet

v0.9.6

4 years ago

@dangreaves fixed an issue with the outputs (#226). Thank you for the contribution!

v0.9.5

4 years ago

Fixes #147 (Thanks @homes2001 for reporting and @solsglasses for the fix!)

v0.9.4

4 years ago
  • Update example to use Aurora Serverless #158
  • Update dependencies

v0.9.1

4 years ago

v0.8.0

5 years ago

Added the ability to control which Subnet Groups are provisioned (#65). Thanks @geoseong!