Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native VPC support - Simple setup #6673

Open
pmuens opened this issue Sep 12, 2019 · 0 comments
Open

Native VPC support - Simple setup #6673

pmuens opened this issue Sep 12, 2019 · 0 comments

Comments

@pmuens
Copy link
Contributor

pmuens commented Sep 12, 2019

Native VPC support via vpc: true config:

service: vpc-test

vpc: true

It should create:

  1. A VPC
  2. Public and private subnets (1 public, 1 private)
  3. InternetGateway to enable internet access for public subnets
  4. A security group for the Lambda functions.

Furthermore it should export the VPC setup so that it can be used across stacks.

Shoutouts to @alexdebrie who came up with the spec.

@pmuens pmuens added this to the 1.53.0 milestone Sep 12, 2019
@pmuens pmuens self-assigned this Sep 12, 2019
@pmuens pmuens changed the title Native VPC support Native VPC support - Simple setup Sep 12, 2019
@medikoo medikoo modified the milestones: 1.53.0, 1.54.0 Sep 25, 2019
@medikoo medikoo removed this from the 1.54.0 milestone Oct 9, 2019
@pmuens pmuens removed their assignment Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants