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

Releases: smoketurner/serverless-vpc-plugin

Bug fix release

Choose a tag to compare

@jplock jplock released this 18 Jan 16:21
15b21b3

Fixed #483 - thanks for reporting @PetroccoCo!

v1.0.0

Choose a tag to compare

@jplock jplock released this 02 Jul 03:28
c7a1333

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

Choose a tag to compare

@jplock jplock released this 09 May 14:54
237cb11

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

v0.9.6

Choose a tag to compare

@jplock jplock released this 09 Apr 12:00
bbd5ba9

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

Fix public route issue

Choose a tag to compare

@jplock jplock released this 25 Jan 14:58
da4f229

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

v0.9.4

Choose a tag to compare

@jplock jplock released this 24 Nov 18:39
d36716d
  • Update example to use Aurora Serverless #158
  • Update dependencies

v0.9.2

Choose a tag to compare

@jplock jplock released this 22 Jul 14:59
fba2e2b

Fixes #92

v0.9.1

Choose a tag to compare

@jplock jplock released this 22 Jul 13:29
16751b8

Fixes a reference issue in v0.9.0.

v0.9.0

Choose a tag to compare

@jplock jplock released this 22 Jul 12:58
de9684f

Thank you for the contributions @roni-frantchi!

v0.8.0

Choose a tag to compare

@jplock jplock released this 04 Jun 12:51
2bf3bd8

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