most-father-39313
07/27/2021, 6:12 PMaws:lambda:Function (docsHandlerFunc):
error: 1 error occurred:
* error creating Lambda Function (1): ValidationException:
status code: 400, request id: 27d225ae-0642-4798-af1f-b8b86ae640d5
Some googling around indicates this happens, for example, if you provide an id rather than a proper arm for the role but that's not the case here. Is there reason to believe this documentation is wrong/incorrect?TF_LOG=TRACE pulumi up --logtostderr -v=9
gives me a ton of stuff to comb through...{
"Code": {
"ZipFile": "UEsFBgAAAAAAAAAAAAAAAAAAAAAAAA=="
},
"Description": "",
"FunctionName": "docsHandlerFunc-dfeb6fb",
"Handler": "",
"MemorySize": 128,
"PackageType": "Zip",
"Publish": false,
"Role": "arn:aws:iam::XXXXXXXX:role/docsHandlerRole-87ca993",
"Runtime": "nodejs12.x",
"Timeout": 3
}