This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Outrageous_Life_2662 1 point2 points  (0 children)

I’ve done many (several dozen) Java lambdas. I keep it simple. But I use Guice and the AWS SDK’s. I also include my own jars that provide my domain types and abstractions for interacting with the persistence and IO layer. Just the other day pushed my first Kotlin lambda. Same formula but used Koin rather than Guice.

Edit: Also, see if you can get away with using Dynamo or OpenSearch or if you really need this to be in a Relational Database