Skip to main content

Deploy to AWS

Last updated on
  1. Run the build using the following function:

    sam build --use-container

    You can find more detailed information about Building Your Application in AWS's Documentation.

  2. Deploy the application to the AWS Cloud using the following function:

    sam deploy --guided

    Follow the on-screen prompts. You can find more detailed information about Deploying to the AWS Cloud in AWS's Documentation.