Questions tagged [micronaut-aws]

Projects using the specific Micronaut integration with Amazon Web Services (AWS)

Projects using the specific Micronaut integration with Amazon Web Services (AWS). The project source is available at Github.

48 questions
0
votes
1 answer

Micronauts AWS Request Stream Handler not injecting service

I've a simple Micronaut AWS lambda request handled using the micronaut-function-aws functionality. The service that I inject doesn't seem to be created when it's run in AWS. If I do the whole groovy script function handler and use @Field…
0
votes
1 answer

Micronaut Lambda with proxy can't unmarshal object from json body io.micronaut.web.router.exceptions.UnsatisfiedRouteException

In a Micronaut Lambda with proxy integration I have a controller that should unmarshal JSON content into a Ping object: @Controller("/ping") class PingController { private val logger = LoggerFactory.getLogger(javaClass) @Get("/") fun…
codependent
  • 23,193
  • 31
  • 166
  • 308
-1
votes
1 answer

AWS lambda connecting to multiple database instances

I have a java/micronaut aws lambda that connects to one database, and its all working okay. I need to now connect to multiple databases for some specific business reasons. I looked into using the following method micronaut-data : multiple data…
user1555190
  • 2,803
  • 8
  • 47
  • 80
1 2 3
4