Source Control and deployment for AWS Lambda

后端 未结 3 966
傲寒
傲寒 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:53

    You can try Serverless Framework for this. Current beta looks very promising.

    Serverless Framework allow you to build entire application without any servers. It combines AWS API Gateway with AWS Lambda functions and supports auto-deployment.

    Beta v1 release supports NodeJS only, but they plan to support for all languages.

    Project Docs: http://docs.serverless.com/v0.5.0/docs

提交回复
热议问题