I'm trying to invoke a lambda function from my AWS CLI in windows 10. I've done previously a configuration of my client thru AWS configure.
The command used is:
aws lambda invoke \
--function-name arn:aws:lambda:us-east-1:111111111:function:xxx \
--invocation-type RequestResponse
but my system is returning an error aws: error: too few arguments
, as shown below:
Could you guys guide me to succeed in this execution?
thanks