Force Discard AWS Lambda Container

前端 未结 2 1175
小蘑菇
小蘑菇 2020-12-19 02:02

How to manually forcefully discard a aws lambda function in the cluster using aws console or aws cli for development and testing purposes ?

2条回答
  •  别那么骄傲
    2020-12-19 02:41

    If you're using the UI, then a simple way to do this is to add or alter an environment variable on the function configuration page.

    When you click "Save" the function will be reloaded.

提交回复
热议问题