Source Control and deployment for AWS Lambda

后端 未结 3 1004
傲寒
傲寒 2021-02-02 10:29

Has anybody come up with a good solution to source control and deploy code to AWS Lambda? I really hate that I have to zip the files all the time and upload them. Is there a bet

3条回答
  •  青春惊慌失措
    2021-02-02 10:49

    If you use Eclipse, you can utilize AWS Toolkit for Eclipse: link. This allows you to use any source control you want and deploy your code to AWS with two clicks.

提交回复
热议问题