Skip to content

Commit e052c4b

Browse files
ArnisLielturksmnapoli
authored andcommitted
fix golang http-get-post sample
1 parent d75ac50 commit e052c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-golang-http-get-post/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ functions:
8585
handler: bin/postBin
8686
package:
8787
include:
88-
- ./bin/getQueryBin
88+
- ./bin/postBin
8989
events:
9090
- http:
9191
path: post

0 commit comments

Comments
 (0)