amazon-archives / aws-waf-sample

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 235 forks source link

waf-reputation-lists cloud formation stack fails on create #18

Open koldLight opened 7 years ago

koldLight commented 7 years ago

When importing the waf-reputation-lists template in cloud formation, it fails with the 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.

It seems the specified runtime version on the lambda function is deprecated (nodejs instead of nodejs4.3)

koldLight commented 7 years ago

Just checked that other templates fail because of the same error