Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active November 7, 2022 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/ad7ced219e3f9224866de30a6bbb347d to your computer and use it in GitHub Desktop.
Save AdamBien/ad7ced219e3f9224866de30a6bbb347d to your computer and use it in GitHub Desktop.
104thAirhacksQ&A.md
@roamingthings
Copy link

roamingthings commented Nov 5, 2022

Do you use the AWS SDK clients, models etc. when you want to access AWS services like S3, DynamoDB etc?
If not, how do you create the requests (JASON) and how do you do the authentication?
Alex
👍

@AdamBien
Copy link
Author

AdamBien commented Nov 7, 2022

The Airhacks Time Machine: 4th episode, July 3rd:

Are vanilla Java EE applications actually viable?

What about exposing DB objects via REST directly?

A lot of classes that are shared between JEE and non-JEE applications, so a lot of those classes are in "util" Maven module that is shared between applications. Is this OK or do you have a better solution? (...)

(...)
4th Airhacks Q&A Live: The Questions

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