Now that we have the artifact uploaded to an S3 bucket and the packaged.yaml file generated as well, let's run the sam deploy command to deploy the Hello World serverless app that we built in this chapter.
The following is a screenshot of the command:
By running the sam deploy command, your serverless application is created using AWS CloudFormation.
You can look at the resources SAM CLI created for you through the AWS Console. In this case, it should ...