Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc_source/nodejs-prog-mode-exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Again, when this Lambda function is invoked, it will notify AWS Lambda that func

```
{
"errorMessage": "Acccount is in use!",
"errorMessage": "Account is in use!",
"errorType": "Error",
"stackTrace": [
"exports.handler (/var/task/index.js:10:17)"
Expand Down Expand Up @@ -126,4 +126,4 @@ The name property of the `Error` object must match the `ErrorEquals` value\.

Custom error handling makes it easier to create [serverless](https://aws.amazon.com/serverless) applications\. This feature integrates with all the languages supported by the Lambda [Programming Model](programming-model-v2.md), allowing you to design your application in the programming languages of your choice, mixing and matching as you go\.

To learn more about creating your own serverless applications using AWS Step Functions and AWS Lambda, see [AWS Step Functions](https://aws.amazon.com/step-functions/)\.
To learn more about creating your own serverless applications using AWS Step Functions and AWS Lambda, see [AWS Step Functions](https://aws.amazon.com/step-functions/)\.