I'm trying to invoke a lambda function from my AWS CLI. I've have connected AWS CLI to my account through 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. Any solution?