Closed johnny-walt17 closed 1 year ago
Hello guys, after installing this plugin and adding the necessary serverless yml configs. Upon deploy i'm getting this error
I tried searching related WebBucket.Arn error into the docs and references but I found it in one of the code blocks inside https://github.com/smoketurner/serverless-vpc-plugin/blob/master/src/flow_logs.js at line 95 & 98.
WebBucket.Arn
I immediately thought that the code might needed to be changed here, this should've been LogBucket instead of the WebBucket; which causes the error.
LogBucket
Please let me know your thoughts!
Yes you are correct, it should be LogBucket
Fixed in https://github.com/smoketurner/serverless-vpc-plugin/commit/27e71e962e88cf7add693ce0be1a9e829e4fc1ad and published as v1.0.6
Hello guys, after installing this plugin and adding the necessary serverless yml configs. Upon deploy i'm getting this error
I tried searching related
WebBucket.Arn
error into the docs and references but I found it in one of the code blocks inside https://github.com/smoketurner/serverless-vpc-plugin/blob/master/src/flow_logs.js at line 95 & 98.I immediately thought that the code might needed to be changed here, this should've been
LogBucket
instead of the WebBucket; which causes the error.Please let me know your thoughts!