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

feat(aws-lambda): allow placing Lambda in VPC #598

Merged
merged 15 commits into from
Sep 9, 2018
Merged

Commits on Aug 17, 2018

  1. feat(aws-lambda): allow placing Lambda in VPC

    Fixes #580.
    Rico Huijbers committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    6ba0614 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Reverse dependency edge between aws-sns and aws-ec2 packages

    This is because otherwise the new dependency of aws-lambda => aws-ec2
    would introduce the following cycle:
    
    Cycle: @aws-cdk/aws-ec2 => @aws-cdk/aws-sns => @aws-cdk/aws-lambda =>
    @aws-cdk/aws-ec2
    Rico Huijbers committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    cfefb7e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into huijbers/lambda-in-vpc

    Rico Huijbers committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    e807777 View commit details
    Browse the repository at this point in the history
  3. WIP

    Rico Huijbers committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    d4ef24c View commit details
    Browse the repository at this point in the history
  4. Add tests

    Rico Huijbers committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    5f9e0f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    66111d7 View commit details
    Browse the repository at this point in the history
  2. Revert "Reverse dependency edge between aws-sns and aws-ec2 packages"

    This reverts commit cfefb7e.
    Rico Huijbers committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d078fec View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    66900d3 View commit details
    Browse the repository at this point in the history
  2. Prohibit picking public subnets

    Rico Huijbers committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    5cf128f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. More explicit documentation

    Rico Huijbers committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    37bd186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe130f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    d11ffb0 View commit details
    Browse the repository at this point in the history
  2. Rename AWSManagedPolicy

    Rico Huijbers committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    305da53 View commit details
    Browse the repository at this point in the history
  3. Line length

    Rico Huijbers committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    30f78dc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. UPdate integ expectation

    Rico Huijbers committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    4eb363a View commit details
    Browse the repository at this point in the history