Aws-sdk-js: Lambda.updateFunction(Configuration/Code) started throwing "InvalidParameterValueException: SubnetIds and SecurityIds must coexist or be both empty list."

Created on 10 Jan 2017  路  2Comments  路  Source: aws/aws-sdk-js

This just started happening today 2017-01-10 (someone else also posted in the AWS Developer Forums). No code has been changed and it was working yesterday.

Here is the response body from AWS:

{
    "message": "SubnetIds and SecurityIds must coexist or be both empty list.",
    "code": "InvalidParameterValueException",
    "time": "2017-01-10T11:07:59.046Z",
    "requestId": "0ac2f734-d725-11e6-a3f1-316b78af70c0",
    "statusCode": 400,
    "retryable": false,
    "retryDelay": 25.95228413119912
}
service-api

Most helpful comment

@jcready
Thanks for reporting this issue. This appears to be a service-side issue, so I'm forwarding this issue and the forums link to the Lambda team.

I'm closing this issue since we can't do anything to fix this from the SDK side, but leaving feedback on that forums thread would be helpful.

All 2 comments

@jcready
Thanks for reporting this issue. This appears to be a service-side issue, so I'm forwarding this issue and the forums link to the Lambda team.

I'm closing this issue since we can't do anything to fix this from the SDK side, but leaving feedback on that forums thread would be helpful.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

Was this page helpful?
0 / 5 - 0 ratings