Lambda python error
Hi, I am trying to invoke lambda with code like response=connect_client.start_task_contact( instanceid =instance id, contactflowid=contact Flowid, Attributes={ "Customer Name ": fullname, "Customer email ": contactemail }
But when we add the below line ScheduledTime=datetime(2015,1,1) as mentioned in boto3 documentation there is an error appears
[Error]ParamaterValidationError: Parameter Validation Failed:
" Unknow Parameter in input : "Scheduled time ", must be one of instanceid,PreviousContactID,ContactFlowId, Attributes.
Doc link below. Please suggest how to resolve the error
Regards Jo
Boto3 is a rapidly changing library. It's highly possible that the boto3 library packaged with Lambda is not the latest version or a version which contains the support that you need.
We strongly recommend that you package your requirements so that the library support required is available to your function.
Relevant questions
Handler error python lambda function
asked 3 months agoUnable to grant invoke lambda in MySQL workbench (5.6.mysql_aurora.1.22.2)
asked 9 months agoAWS IoT unable to invoke lambda function
Accepted Answerasked a month agoAWS Lambda, Python : Call Shell script from Lambda or Linux command
Accepted Answerasked 3 years agoHTTP API - Invoke lambda alias
Accepted Answerasked 5 months agoLambda error code
asked 2 years agoinvoke permission error on lambda ALB target group
asked 3 years agoFind the Lambda endpoints using Python Boto3 SDK
asked 4 months agoLambda python error
Accepted Answerasked 3 months agoAurora Postgres Invoke Lambda with aws_commons.create_lambda_function_arn
asked a year ago