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

VpcConfig support #64

Merged
merged 2 commits into from
Apr 8, 2016
Merged

VpcConfig support #64

merged 2 commits into from
Apr 8, 2016

Commits on Mar 25, 2016

  1. VpcConfig support:

    - http://docs.aws.amazon.com/lambda/latest/dg/API_VpcConfig.html
    - http://docs.aws.amazon.com/lambda/latest/dg/vpc.html
    This allows users to place their Lambda functions in specific subnets with specific security groups.
    DeviaVir committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    5ea4782 View commit details
    Browse the repository at this point in the history
  2. Use AWS API 2015-03-31:

    - Check if the function exists, if it does update else create new
    - This API provides compatibility with VpcConfig
    DeviaVir committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    a8e27ca View commit details
    Browse the repository at this point in the history