课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
AWS SAM
- [Instructor] In a previous video, you already learned that building serverless applications directly on the AWS console is still used and prone to errors. Usually this is not the way that you want to build production applications. For production applications, you want to have a process that can be maintained over time and replicated in different environments such as testing, development, and production. When building serverless applications for production, it is recommended to use infrastructure as code. You can implement infrastructure as code practices in different ways when building serverless application. One way is to code the infrastructure directly and package the scripts and deploy them to the cloud. Another way is to use a framework that already has some tools to assist you in developing and deploying the application. In this course, you will use AWS SAM. AWS SAM stands for Serverless Application Model. It's…