Sometimes Lambda doesn’t cut it when you’re trying to create a custom
resource.
Tag: Lambda
I was curious what would happen with a time.Ticker
running in an AWS Lambda function.
It was pretty obvious that the ticker wouldn’t tick while the container was hibernating, but what about when it woke up? Would a bunch of ticks happen if the container had been hibernating for a long time? Would you get a tick at all?