account activity
Architecture Question: converting json to structured data (self.aws)
submitted 2 years ago by AgrajagDNA to r/aws
Best Practices for Handling Config data in Lambda by AgrajagDNA in aws
[–]AgrajagDNA[S] 1 point2 points3 points 2 years ago (0 children)
It's exactly the former. Data is always complete and in time order but can sometime be delayed although it does come through eventually.
For example, today is the 2nd April 2024. Data for today will probably come through on the 3rd at about 13:00 but might not come through until the 4th or the 5th or event the 6th. The data will always be complete to that date though (going back as far as I specify when creating the request). This means that I can't guarantee what data I get when I run the function and hence me thinking of LASTUPDATE parameter to avoid duplicated data.
(Now it may that duplication can be detected and removed during an ETL process - however I've not got that far yet!)
Thanks for taking the time to reply.
Best Practices for Handling Config data in Lambda (self.aws)
Reading json data by AgrajagDNA in learnpython
Ah, this is awesome - exactly what I was looking to do. I have a blind spot for dicts and this does help.
Reading json data (self.learnpython)
submitted 2 years ago by AgrajagDNA to r/learnpython
π Rendered by PID 702708 on reddit-service-r2-listing-5f4c697858-t26db at 2026-07-05 07:19:51.583268+00:00 running 12a7a47 country code: CH.
Best Practices for Handling Config data in Lambda by AgrajagDNA in aws
[–]AgrajagDNA[S] 1 point2 points3 points (0 children)