aws-samples / aws-lambda-fanout

A sample AWS Lambda function that accepts messages from an Amazon Kinesis Stream and transfers the messages to another data transport.
Apache License 2.0
288 stars 60 forks source link

documentation: replaced "./fanout create" with "./fanout register" #41

Closed mchimirev closed 4 years ago

mchimirev commented 4 years ago

some examples in documentation had ./fanout create where, I think, it should be ./fanout register