Top "Endpoint" questions

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario.

AWS Lambda: 504 error when returning large data set

I have a Lambda function that takes several arrays (~6) and returns all possible combinations. When there are a few hundred …

amazon-web-services amazon-cloudfront endpoint aws-lambda
REST API entry point and endpoint

What is a REST API entry point and how is it different from an endpoint? I have searched for various …

rest endpoint
How to unit test file upload with Supertest -and- send a token?

How can I test a file upload with a token being sent? I'm getting back "0" instead of a confirmation of …

unit-testing mocha.js endpoint chai supertest
Constant "System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at <Service URL>" errors

I have a number of WCF services, running on IIS on a dedicated server. These services have their clients. All …

wcf endpoint wcf-endpoint
Publish and stop endpoint web service in Java

I am trying to start/stop an Endpoint web service in a separate thread from my main program with the …

java eclipse webserver endpoint
Spring Boot 2 Custom Actuator Endpoints

Spring Noob: OK. I start with a STS Spring Starter Project / Maven / Java 8 / Spring Boot 2.0, and select the Web and …

java spring spring-boot endpoint actuator
Get current endpoint on WCF Services?

I have a WCF service communicating with client over TCP. Is there anyway to gather information about the current connect …

c# .net wcf server-side endpoint