Anyone have any suggestions on dealing with `Valid...
# aws
s
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
couple of options: - did you check the console/cloudformation for any error indication? - have you tried eliminating parameters one by one?
s
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