Hacker News new | ask | show | jobs
by jpetersonmn 3158 days ago
I've been using AWS Lambda for a few weeks now. Mostly for trivial things like tagging and infrastructure automation. I like it as it supports python. For what I'm doing I don't need any external libraries so it's pretty slick. No server to maintain, etc...

I'm struggling a bit to find event patterns that work in cloudwatch to trigger my lambda functions though. For instance when a volume becomes "available" I can't find an event pattern that triggers off of that, etc... If anyone has any tips or documentation you can point me to that would be awesome.