Skip to content

Commit 4fc5430

Browse files
committed
Change https to http for unsupported event
1 parent 8ed68ea commit 4fc5430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ functions:
7373
memorySize: 128 # mb
7474
timeout: 5 # seconds
7575
events:
76-
- https:
76+
- http:
7777
path: students/{studentId}
7878
method: PUT
7979
iamRoleStatements:

0 commit comments

Comments
 (0)