Deploy this lambda function for labeling PRs based on the CI status using serverless framework
./deploy_lambda.sh
serverless.yml within the customDomain section specify the domain name you would like to use.basePath and the stage (this correlates to your API Gateway function) i.e. dev and dev stage.Make sure to create the certificate in us-east-1 N. Virginia
npm install serverless-domain-manager --save-dev.serverless create_domain (process may take some time and is meant to only run once)serverless deploy -v