Learn the amazing capabilities of AWS SAM that really enhances developers' productivity through AWS SAM CLI and SAM Template.
This video can be watched in two modes: Arm crossed mode or Hands On Mode
In Arm crossed mode, you can just watch the video and learn the amazin capabilities of AWS SAM
In hands-on mode, you can follow along with me and get your hands dirty little bit. If you want to do hands-on, you will need to setup developer's environment in your computer. Here are the steps
1. Install AWS CLI:
https://docs.aws.amazon.com/cli/latest/use...
2. Install AWS SAM CLI
https://docs.aws.amazon.com/serverless-app...
3. Install Docker
https://docs.docker.com/engine/install/
4. Install VS Code (or use IDE of your choice)
https://code.visualstudio.com/download
5. Create an AWS account (Free)
https://portal.aws.amazon.com/billing/sign...
6. Create IAM User with programmatic access
https://docs.aws.amazon.com/IAM/latest/Use...
7. Install Python
https://www.python.org/downloads/
8. Install Git
https://git-scm.com/downloads
9. Install git-remote-codecommit
https://docs.aws.amazon.com/codecommit/lat...
10. Configure AWS Account
https://docs.aws.amazon.com/cli/latest/use...
If you get stuck in any of the steps during environment setup or while following the lab, please let me know.
Github:
https://github.com/khanepal9/sam-app-demo