spring-cloud-function Questions
4
Implemented Azure Function App with Spring Cloud Functions. App Insights instrumentation key configured in App Settings "APPINSIGHTS_INSTRUMENTATIONKEY": .
I'm using lombok annotation @Sl...
Ormond asked 27/5, 2021 at 22:32
4
I'm building the lambda on Ubuntu with the basic example.
It builds without any errors but if I upload and test it on aws in crashes with:
{
"errorMessage": "RequestId: 7f4d0aca-125...
Housebreaker asked 3/12, 2020 at 4:55
3
Solved
I am working on a distributed application project where there is need for rate limiting and authentication depending on the client consuming the service on an api gateway. I am wondering the best s...
Rock asked 8/6, 2022 at 14:16
0
Aurora Postgresql running on an AWS RDS has a token expiry time of 15 minutes. Unlike using a username and password to authenticate, if we use a token to authenticate as shown below, the Spring clo...
Geest asked 16/2, 2022 at 22:30
2
I have a service, which receives different structured messages from different message queues. Having @StreamListener conditions we can choose at every message type how that message should be handle...
Milissa asked 10/4, 2020 at 7:17
1
I am writing an AWS lambda in Java. This lambda acts as a handler for APIGatewayProxyRequestEvent.
API gateway endpoint is sending a file as a multipart/form-data in the body.
public class LambdaHa...
Aklog asked 20/10, 2020 at 14:54
1
Solved
Is it possible to have reactive SCS application using functional (spring.cloud.function) style with multiple, separate functions / bindings? All examples I have found always register only one funct...
Shoplifter asked 14/10, 2019 at 9:5
1
© 2022 - 2025 — McMap. All rights reserved.