Reputation: 1
i am trying to build new AWS WAFv2 solution - aws-waf-security-automations - according the steps here:
*https://github.com/aws-solutions/aws-waf-security-automations/tree/main
*
I am on Windows and i have Debian wsl subsystem. I have done first 4 steps and now, trying to run command:
./build-s3-dist.sh $TEMPLATE_OUTPUT_BUCKET $DIST_OUTPUT_BUCKET $SOLUTION_NAME $VERSION
but i am getting errors:
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
./build-s3-dist.sh: line 103: cd: /root/aws-waf-security-automations/deployment/../source/log_parser/package: No such file or directory
Well, I'm not sure why. Requirements.txt file is not in the mentioned github repo - which i have downloaded. Does someone has any kind of experience with AWS WAFv2 and building the solution? Have you seen errors before?
Upvotes: 0
Views: 32