What are the steps to using the AWS CLI to launch a templatized serverless application?

September 18, 2021 by Admin

What are the steps to using the AWS CLI to launch a templatized serverless application?

  • Use AWS CloudFormation get-template then CloudFormation execute-change-set.
  • Use AWS CloudFormation validate-template then CloudFormation create-change-set.
  • Use AWS CloudFormation package then CloudFormation deploy.
  • Use AWS CloudFormation create-stack then CloudFormation update-stack.

Leave a Reply