Suganya209
Results
1
issues of
Suganya209
Serverless.yml configuration: functions: test: handler: test.php events: - httpApi: method: POST path: /test I have started the server using the command, vendor/bin/bref-dev-server  I have called the endpoint by this...