Closed corydorning53 closed 3 years ago
This would also allow the removal of the aws-sdk dependency.
@corydorning53 Could you please try the latest version?
It has been fixed in version 2.0.0
Happy to give this a go, but still need pr #19 and #30 for my use case.
Excellent work though. Glad to see this revived.
The fix is pretty straightforward and I'm happy to create a PR assuming it will be merged. Instead of using the
aws-sdk
to create theec2
instance, it should be done via the serverless aws-sdk.In
updateVpcConfig()
instead of having this:it should be this: