https://pulumi.com logo
Title
s

shy-sunset-67287

03/10/2021, 1:22 PM
Anyone have any suggestions on dealing with
ValidationException
when creating Lambda functions in python? I’m already running with
pulumi up --logtostderr -v=9 2> out.txt
but I can’t find in the logs any detail about the AWS call that fails and why. This has had me stumped for a couple days now, so any help would be very much appreciated 😄
this is the function
The layer is https://github.com/aws-samples/aws-lambda-layer-awscli to run aws commands in the lambda function
at the moment I really have no idea what part of this is causing issue
b

billowy-army-68599

03/10/2021, 2:24 PM
couple of options: - did you check the console/cloudformation for any error indication? - have you tried eliminating parameters one by one?
s

shy-sunset-67287

03/10/2021, 3:02 PM
I’ve tried eliminating parameters, my fear is that maybe it’s multiple parameters that are invalid or a required parameter 😄
I’ve tried Cloudwatch for the request-id, but no dice. Not sure where to find those logs in the AWS Console. Could you elaborate on that? My Cloudformation doesn’t show anything