Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active May 5, 2024 17:18
Show Gist options
  • Save AdamBien/39f104488136a52d16221a310f4581d1 to your computer and use it in GitHub Desktop.
Save AdamBien/39f104488136a52d16221a310f4581d1 to your computer and use it in GitHub Desktop.
122ndAirhacksQ&A.md
@senleft
Copy link

senleft commented May 3, 2024

Hi Adam, AFAIK, you are avoiding usage of reactive frameworks in your projects. How do you approach scenarios with calling several external services in AWS lambda, e.g., when you need to return data from several Dynamo DB tables?
DynamoDbAsyncClient + CompletableFuture.allOf(…).join()?

Or when you need to return data from several http (rest) services?

@AdamBien
Copy link
Author

AdamBien commented May 5, 2024

What is the purpose of java.io.Serializable? youtube comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment