This message was deleted.
# aws
s
This message was deleted.
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