Hello! Is there any documentation on attaching a l...
# aws
p
Hello! Is there any documentation on attaching a lambda to an existing vpc via
CallbackFunction
?
m
Something like this in your args:
Copy code
vpcConfig: {
    securityGroupIds: [appSecurityGroup.id, vpc.defaultSecurityGroupId],
    subnetIds: privateSubnetIds,
  },
p
ah, it’s the same as the
Function
call? thanks 🙂
m
yes