"DeployLambda": {
  "Type" : "AWS::Lambda::Function",
  "Properties" : {
    "VpcConfig": {
      "SubnetIds": [
        "subnet-93c9b6e5",
        "subnet-c29eb9a6",
        "subnet-ec1ea1b4"
      ],
      "VpcId": { "Ref": "VPC" },
      "SecurityGroupIds": [
        "sg-4504e03c",
        "sg-7604e00f"
      ]
    },
    "Role": "arn:aws:iam::739775050607:role/lambda_deploy",
    "Timeout": 3,
    "Handler": "index.handler",
    "Runtime": "nodejs4.3"
  }
},
