Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: smoketurner/serverless-vpc-plugin

Bug fix release

18 Jan 16:21
15b21b3
Compare
Choose a tag to compare

Fixed #483 - thanks for reporting @PetroccoCo!

v1.0.0

02 Jul 03:28
c7a1333
Compare
Choose a tag to compare

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

Bug fix release

09 May 14:54
237cb11
Compare
Choose a tag to compare

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

v0.9.6

09 Apr 12:00
bbd5ba9
Compare
Choose a tag to compare

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

Fix public route issue

25 Jan 14:58
da4f229
Compare
Choose a tag to compare

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

v0.9.4

24 Nov 18:39
d36716d
Compare
Choose a tag to compare
  • Update example to use Aurora Serverless #158
  • Update dependencies

v0.9.2

22 Jul 14:59
fba2e2b
Compare
Choose a tag to compare

Fixes #92

v0.9.1

22 Jul 13:29
16751b8
Compare
Choose a tag to compare

Fixes a reference issue in v0.9.0.

v0.9.0

22 Jul 12:58
de9684f
Compare
Choose a tag to compare

Thank you for the contributions @roni-frantchi!

v0.8.0

04 Jun 12:51
2bf3bd8
Compare
Choose a tag to compare

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