Results 3 comments of Rokas Zakarevicius

@FA-PengFei , I was able to deploy all sagemaker stuff using terraform successfully. Then I am trying to launch the NGWAF application stack on Docker on Mac OS, but I...

@duemaster , yes, I did. Here are my config files: waf-secrets.env: `# ML MODEL API ENDPOINT` `API_ENDPOINT="https://xyxyxyxyx.execute-api.ap-southeast-1.amazonaws.com/terraform_deploy"` `API_KEY="rboTda8ViXXXXXXXXXXXXXXXXXXXX6QqAFi%"` `# TELEGRAM CONFIG` `TELEGRAM_CHAT_ID="63XXXXXX93"` `TELEGRAM_TOKEN="AAFecw5hXXXXXXXXXLsbPXMKOeOrmdQcFw4"` waf-admin-secrets.env: `# ML MODEL API ENDPOINT` `API_ENDPOINT="https://xyxyxyxyx.execute-api.ap-southeast-1.amazonaws.com/terraform_deploy"`...

@FA-PengFei , @duemaster , do you have any update about the above? Are you still maintaining the project? Was anyone besides you successful in deploying and running it? Thanks a...