aws-samples / amazon-guardduty-to-slack

Demonstrates integrating Amazon GuardDuty with your Slack Channel
MIT No Attribution
132 stars 66 forks source link

Node 8.10 not supported with ZipFile in CloudFormation #10

Closed jasonabradley closed 4 years ago

jasonabradley commented 6 years ago

CloudFormation does not currently support the ZipFile (embedded code) method with Node8.10. Only Node, Node4 and Node6.10.

thamizarasu commented 5 years ago

It does support, make sure you are not exceeding the allowed 4096 characters. Maybe you can replace the number of whitespaces used for indentation to save some characters for your changes.

wes-novack commented 4 years ago

Code has been updated to nodejs12.x. I found no issues deploying this today via the Cloudformation template. Suggest closing this issue.