Webhooks for onprem installations
cd terraform/lambda/base_url = "<your internal url>/internal/v1alpha1/events/<type>" <<< the suffix internal/v1alpha1/events/<type> needs to be there name = "<name of the lambda>" tenant_id = "<reach out to unSkript for tenantID" vpc_security_group_ids = ["<list of SGs in the vpc where unskript is hosted"] vpc_subnet_ids = ["<list of private subnet ids in the above vpc"] role_name = "<name of the lambda role, which will get created, it doesnt need any AWS access, as its just doing relay"
Last updated
Was this helpful?