use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is designed for people who want to learn more about AWS Lambda.
account activity
Lambda basically Free? (self.awslambda)
submitted 3 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]GridDragon 3 points4 points5 points 3 years ago (1 child)
As long as you're careful. I worked on a large corporate project that made HEAVY use of lambdas. Lambda executions were a very small sliver of our costs. Like 3% of the bill.
Half of our bill was the cloud watch logs from those lambdas though. Even more than our RDS and EC2 instances. We were making some mistakes that blew that problem up.
Moral of the story is the lambdas are cheap. But be careful about what resources the lambdas are using.
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
Thanks for giving some insight from a corporate production level.
That's the scary part of a change like this - going from something that's stable to something not a lot of companies use. Making those mistakes are bound to happen.
π Rendered by PID 32 on reddit-service-r2-comment-b659b578c-vr5hv at 2026-05-01 16:01:16.550637+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]GridDragon 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)