@aptsketch/aws-serverless-cli
v1.1.5
Published
CLI tool for serverless project
Readme
CLI tool for the AWS Serverless Project
Tool to support building nodejs and golang runtime for lambdas
aws-serverless-lambda deploy build deploy and publish the lambda
aws-serverless-lambda update-runtime to update the runtime for the current lambda
aws-serverless-lambda update-alias create or update a new alias to point to another reference alias
aws-serverless-lambda canary-create create a canary for a base alias and targeted alias
aws-serverless-lambda canary-update update the canary weight
aws-serverless-lambda canary-promote promote the canary base alias to the targeted alias
aws-serverless-lambda canary-rollback rollback the canary to the base version
aws-serverless-gateway assemble assemble all the api.json and output to the console for viewing
aws-serverless-gateway deploy run the assemble script and also deploy/create the API gateway
aws-serverless-gateway update-stage create or update an API Gateway stage to point to another reference stage
aws-serverless-gateway canary-create create a canary for a base stage and a targeted stage
aws-serverless-gateway canary-update update the canary weight,
aws-serverless-gateway canary-promote promote the canary base stage to the targeted stage
aws-serverless-gateway canary-rollback rollback the canary to the base stage
aws-serverless-updater cli update and commands in package.json
