Most voted "api-gateway" questions
None
Learn more…4 questions
Sort by count of
-
3
votes2
answers220
viewsAWS Lambda Function ( versioning and integration with API Gateway )
Problems with lambda versioning: I have a lambda function where I use environment variables. This function is executed by an endpoint through the Gateway API ( aws ) I have 3 stages of the same…
-
2
votes0
answers50
viewsProcessing Data rs232
good afternoon! I need a help that would be another explanation in a certain way. I am doing homologation of an equipment that send data via rs232 however the equipment does not have a protocol that…
-
0
votes1
answer164
viewsJSON to String API GATEWAY ( AWS )
I need to receive a JSON in my API GATEWAY and pass to my LAMBDA ( GOLANG ) a STRING, The Structure Apigatewayproxyrequest the body is String type, when I try to call the lambda passing the json the…
-
0
votes0
answers36
viewsAPI Gateway + Aggregator Pattern
Hello, I’m developing a gateway API on a micro service architecture in a Kubernetes environment. The idea is to have not only a routing Gateway but also an aggregator that aggregates response from…