Command option Sample:aws lambda list-event-source-mappings

Search command sample in the internet.It is the result.

Returns a list of event source mappings you created using the "create-event-source-mapping" (see create-event-source-mapping ).Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lambda/list-event-source-mappings.html

aws lambda list-event-source-mappings \
    Pause/Resume AWS Lambda Reading Kinesis Stream - Alestic.com : http://alestic.com/2015/11/aws-lambda-kinesis-pause-resume/
aws lambda list-event-source-mappings --function-name foo
aws lambda list-event-source-mappings \ --region us-east-1 \ --function-name ProcessDynamoDBStream \ --event-source DynamoDB-stream-arn \ --profile adminuser The list returns all the event source mappings you created
    AWS Lambda. Developer Guide - PDF : http://docplayer.net/9350291-Aws-lambda-developer-guide.html
aws lambda list-event-source-mappings \
    Step 3: Add an Event Source (Create a DynamoDB Stream and Associate It with Your Lambda Function) - AWS Lambda  : http://docs.aws.amazon.com/lambda/latest/dg/with-ddb-configure-ddb.html
aws lambda list-event-source-mappings \
    aws-lambda-developer-guide/with-kinesis-example-configure-event-source.md at master 揃 awsdocs/aws-lambda-developer-guide 揃 GitHub : http://github.com/awsdocs/aws-lambda-developer-guide/blob/master/doc_source/with-kinesis-example-configure-event-source.md
aws lambda list-event-source-mappings \
    Using Lambda as Kinesis events processor : http://www.polyglotdeveloper.com/lambda/2017-07-05-Using-Lambda-as-Kinesis-events-processor/

aws のオプション一覧