Skip to content

Commit

Permalink
Merge branch 'hotfix/docs_update'
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Sonne committed Jun 26, 2017
2 parents cd28a93 + 95d783f commit c358048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Create a Python class
return [NonCompliantEvaluation(
Annotation="This failed because it is only a demo."
)]
lambda_handler = MyConfigRule.handler
~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -56,7 +57,7 @@ Setup AWS Lambda handler
>>> import boto3
>>> boto3.client('lambda').create_function(
Handler = "my_lambda_code.MyConfigRule.handler'
Handler = "my_lambda_code.handler'
)
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c358048

Please sign in to comment.