Hi,
Thanks for this code!
I didn't get a chance to run it yet, but it seems like the script should always fail due to
|
if (!event.lastknownips || event.lastknownips.length < 2) throw new Error('lastknownips from event') |
as first run event will not have the proper params, and also if it did, why the enforcment for min of 2 ips?
Hi,
Thanks for this code!
I didn't get a chance to run it yet, but it seems like the script should always fail due to
lambda-sync-private-elb-ips/index.js
Line 57 in 30bbacb
as first run event will not have the proper params, and also if it did, why the enforcment for min of 2 ips?