简体   繁体   中英

Do AWS Lambdas share some state between runs?

The reason I'm asking that is that I have a lambda that doesn't do much except calling an API using python's requests library.
It runs fine every 15 minutes, but after some time(~1 day) it starts to get errors on every run. Every change to the code of lambda resets this cycle.

That made me curious. Do AWS Lambdas share some state between runs?

As jarmod answered in the comments. Lambdas do share some state between runs.
Here there is an article on the topic.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM