Hello,
I'm following the instruction on aws to create an event source. I wrote this code:
$ aws lambda create-event-source-mapping
--region eu-west-1
--function-name ProcessDynamoDBStream
--event-source DynamoDB-stream-arn
--batch-size 100
--starting-position TRIM_HORIZON
--profile adminuser
but some commands are not recognized:
Unknown options: eu-west-1, ProcessDynamoDBStream, 100, --starting-position, TRIM_HORIZON, --profile, adminuser, --region
Is there someone that can explain me why?