LoginSignup
0
0

More than 1 year has passed since last update.

CloudFormationの更新なしでLambdaをデプロイする

Last updated at Posted at 2021-09-29

特にCIでのテストをスムーズにするのに使いたいですね。

Serverless Flamework

serverless deploy function -f Lambda名
https://dev.classmethod.jp/articles/serverless-deploy-aws-whats-going-on/
https://www.serverless.com/framework/docs/providers/aws/cli-reference/deploy

CDK

cdk deploy --hotswap
https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/README.md

Zappa

zappa update

ほかは見つけたら随時更新

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0