Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created May 7, 2024 17:50
Show Gist options
  • Save AdamBien/0909ac2cbae6781b868d3e1c00ac4e4c to your computer and use it in GitHub Desktop.
Save AdamBien/0909ac2cbae6781b868d3e1c00ac4e4c to your computer and use it in GitHub Desktop.
123rdAirhacksQ&A.md
@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2024

Hey, we are migrating our REST micro services to AWS Lambda. Each endpoint has become one unique Lambda.

What should we do for cross micro services communications ?

  1. Lambda -> API gateway -> Lambda
  2. Lambda -> Lambda
  3. Rework our Lambda and combine them with Step Function
  4. other

from: https://discord.gg/airhacks

@AdamBien
Copy link
Author

AdamBien commented Jun 3, 2024

The time machine (22rd airhacks.tv):

News from Java EE 8, and particularly from : (RESTful) Management JSR-372, JCache Integration JSR-107 and MVC JSR-371
Is it possible to change persistence unit parameters at runtime?
Post production microservice management
WildFly vs JBoss in production
Properties injection and configuration in Java EE
Where to put "reasonable" interfaces in BCE?
Should a WAR also contain HTML 5 assets?
Short example of security in JAX-RS
Saving images in a DB (or not)?
How to setup up Apache for Payara / Wildfly
How to implement SSO via HTTP exclusively?

https://www.adam-bien.com/roller/abien/entry/java_ee_8_news_wildfly

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