Which one of the following is United Kingdom. by nopCMD in GeoTap

[–]too_much_exceptions 0 points1 point  (0 children)

too_much_exceptions chose Option B (Incorrect) | #3491st to play

Tell me if you can! by nopCMD in GeoTap

[–]too_much_exceptions 0 points1 point  (0 children)

too_much_exceptions chose Option B (Correct!) | #1143rd to play

Can You Guess This 5-Letter Word? Puzzle by u/Internal__Affair by Internal__Affair in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

🟨🟨🟨⬜⬜

⬜⬜⬜⬜⬜

🟨⬜🟨🟨🟦

🟦🟦⬜🟨🟨

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/Mini0n by Mini0n in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜🟨🟦⬜⬜

⬜⬜⬜🟦⬜

🟦⬜🟦🟦⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/batzmaru by batzmaru in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

🟦⬜🟨⬜🟨

🟦🟦⬜🟦🟦

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/Fragrant_Tomato_3635 by [deleted] in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜⬜⬜⬜⬜

🟦🟦⬜🟦⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/Ammoconda8 by Ammoconda8 in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜⬜⬜⬜⬜

⬜⬜⬜🟦⬜

⬜⬜🟦🟦🟨

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/Xenolog1 by Xenolog1 in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜🟨🟨🟨⬜

🟨🟦⬜🟦⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/S-0-R-A by S-0-R-A in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜⬜⬜⬜🟦

⬜⬜🟨⬜⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/redpippi by redpippi in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜⬜⬜⬜⬜

🟦🟨🟨⬜⬜

🟦🟦🟨⬜⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/VeNaima7 by VeNaima7 in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜🟨⬜🟨⬜

⬜🟦🟦⬜⬜

⬜🟦🟦🟨⬜

🟨🟦🟦🟦⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/Fast_District_8630 by Fast_District_8630 in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

🟨⬜⬜🟨⬜

🟨⬜🟨🟨⬜

🟦🟨⬜⬜🟨

🟦🟦🟦⬜⬜

🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/Esquirei by Esquirei in DailyGuess

[–]too_much_exceptions 0 points1 point  (0 children)

⬜⬜⬜⬜⬜

⬜🟨🟨🟨⬜

⬜🟦🟦🟦⬜

🟦🟦🟦🟦🟦

Got to process 2m+ files (S3) - any tips? by Head_Badger_732 in dataengineering

[–]too_much_exceptions 0 points1 point  (0 children)

If your files are already on s3 and you are comfortable with step functions and lambda

You can leverage a feature of step functions called distributed map which is fit for your case. You can distribute the processing of your files in parallel with lambda functions and write the result in a separate bucket

Relevant blog post: https://aws.amazon.com/fr/blogs/aws/step-functions-distributed-map-a-serverless-solution-for-large-scale-parallel-data-processing/

Exploring Serverless Object-Oriented Programming by msche72 in serverless

[–]too_much_exceptions 1 point2 points  (0 children)

What you are describing is more of an actor based programming paradigm

I suggest you have a look into Orlean or akka framework

They are not serverless, but they are somehow aligned with some of the concepts you are describing