我正在尝试通过AWS lambda函数将configure test事件中的参数传递给启动实例。
{
"instances": "i-0f7399b4ca78fc948"
}
出现以下错误
"errorType": "ParamValidationError",
"errorMessage": "Parameter validation failed:\nInvalid type for parameter InstanceIds, value: i-0f7399b4ca78fc/948, type: <type 'unicode'>, valid types: <type 'list'>, <type 'tuple'>"