Per AWS, it appears that a regression was introduced to the Lambda API that is causing (intermittent?) upload failures if VpcConfig is {}. The workaround suggested by AWS is to use empty arrays instead of just an empty config. This should fix the problem until AWS fixes the API issue.
Fixes #130
Per AWS, it appears that a regression was introduced to the Lambda API that is causing (intermittent?) upload failures if
VpcConfig
is{}
. The workaround suggested by AWS is to use empty arrays instead of just an empty config. This should fix the problem until AWS fixes the API issue.