Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -38,7 +38,7 @@ Where ``command`` is one of: | ... | @@ -38,7 +38,7 @@ Where ``command`` is one of: |
38 | * deploy - deploy the CloudFormation template containing the IAM roles and zip the function and upload it to AWS Lambda | 38 | * deploy - deploy the CloudFormation template containing the IAM roles and zip the function and upload it to AWS Lambda |
39 | * test - send test data to the new Lambda function | 39 | * test - send test data to the new Lambda function |
40 | * tail - display the most recent log events for the function (remember that it can take several minutes before log events are available from CloudWatch) | 40 | * tail - display the most recent log events for the function (remember that it can take several minutes before log events are available from CloudWatch) |
41 | -* add-event-source - hook up an event source to your Lambda function | 41 | +* add-event-sources - hook up an event source to your Lambda function |
42 | * delete - delete the CloudFormation stack containing the IAM roles and delete the Lambda function | 42 | * delete - delete the CloudFormation stack containing the IAM roles and delete the Lambda function |
43 | 43 | ||
44 | The ``config file`` is a YAML format file containing all of the information | 44 | The ``config file`` is a YAML format file containing all of the information | ... | ... |
-
Please register or login to post a comment