Skip to content

Commit e4875a9

Browse files
committed
Merge branch 'master' of github.com:sbstjn/appsync-router
2 parents f12ea65 + b30b89e commit e4875a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
func resolverA() (interface{}, error) {
28-
return nil, fmt.Errorf("Nothing here in resolver A: %s", args.Foo)
28+
return nil, fmt.Errorf("Nothing here in resolver")
2929
}
3030

3131
func resolverB(args struct {
@@ -98,4 +98,4 @@ To make sure you have a pleasant experience, please read the [code of conduct](C
9898
9999
[appsync-resolvers-example]: https://github.com/sbstjn/appsync-resolvers-example
100100
[Serverless Application Model]: https://github.com/awslabs/serverless-application-model
101-
[AWS setup]: https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-lambda-resolvers.html
101+
[AWS setup]: https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-lambda-resolvers.html

0 commit comments

Comments
 (0)