Restarting AWS lambda function to clear cache

后端 未结 7 1726
你的背包
你的背包 2021-01-08 00:38

I have a AWS Lambda function that creates an object from a s3 call in cold start. I then hold the object in the cache while the function is warm to keep load times down. W

7条回答
  •  既然无缘
    2021-01-08 01:03

    Easiest way I found was changing something in Basic Settings like timeout:

    I've upped+1 by a second, saved, and the function got refreshed

提交回复
热议问题