Hacker News new | ask | show | jobs
by nathants 1465 days ago
i find managing aws from a lambda with an aws sdk to be a good in between.

trigger the lambda on events and/or a schedule.

lock around dynamodb to ensure a single lambda at a time is mutating aws.

example:

https://github.com/nathants/libaws/tree/master/examples/comp...

knowledge and intuition about aws primitives is definitely a transferable skill.