rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
271 stars 56 forks source link

Return empty arrays in VpcConfig instead of empty config #132

Closed ryandub closed 7 years ago

ryandub commented 7 years ago

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.