This repository contains example scripts and sets of rules for the AWS WAF service. Please be aware that the applicability of these examples to specific workloads may vary.
MIT No Attribution
512
stars
225
forks
source link
Error in CloudFormation stack Creation of waf-reputation-lists #20
The runtime parameter of nodejs is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs4.3) while creating or updating functions.
I think,
update to index.js file , changing code in line number 255 to 258 is required
For support of Node.js runtime v4.3
I am getting following error -->
The runtime parameter of nodejs is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs4.3) while creating or updating functions.
I think, update to index.js file , changing code in line number 255 to 258 is required For support of Node.js runtime v4.3