Skip to content

Commit

Permalink
Docs: Fix typo in Lambda docstring (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
xofbd authored Nov 19, 2024
1 parent 40c305c commit 397867d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/services/lambda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lambda

Invoking a Function with PackageType=Image is not yet supported.

Invoking a Funcation against Lambda without docker now supports customised responses, the default being `Simple Lambda happy path OK`.
Invoking a Function against Lambda without docker now supports customised responses, the default being `Simple Lambda happy path OK`.
You can use a dedicated API to override this, by configuring a queue of expected results.

A request to `invoke` will take the first result from that queue.
Expand Down
2 changes: 1 addition & 1 deletion moto/awslambda/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2389,7 +2389,7 @@ def invoke(
"""
Invoking a Function with PackageType=Image is not yet supported.
Invoking a Funcation against Lambda without docker now supports customised responses, the default being `Simple Lambda happy path OK`.
Invoking a Function against Lambda without docker now supports customised responses, the default being `Simple Lambda happy path OK`.
You can use a dedicated API to override this, by configuring a queue of expected results.
A request to `invoke` will take the first result from that queue.
Expand Down

0 comments on commit 397867d

Please sign in to comment.