Skip to content

Commit

Permalink
Merge pull request #4903 from oztimpower/tp/amazon-lambda-fix
Browse files Browse the repository at this point in the history
Minor text edit - add space after text "single" and Lambda ResourceHander (..single[ ]com.amazonaws...)
  • Loading branch information
geoand authored Oct 27, 2019
2 parents fccd696 + b03a542 commit 10a26f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void chooseHandlerClass(List<Class<? extends RequestHandler<?, ?>>> uname
}
} else if (unamedHandlerClasses.size() > 1) {
throw new RuntimeException(
"Multiple handler classes, either specify the quarkus.lambda.handler property, or make sure there is only a single"
"Multiple handler classes, either specify the quarkus.lambda.handler property, or make sure there is only a single "
+ RequestHandler.class.getName() + " implementation in the deployment");
} else {
handlerClass = unamedHandlerClasses.get(0);
Expand Down

0 comments on commit 10a26f9

Please sign in to comment.