In this chapter, you learned what the Serverless Framework is and how it will help us to build serverless applications. After configuring the framework, you have created a hello-world service, added endpoints, enabled CORS, and deployed it to be accessed through a public URL. You also learned how to add npm packages and access AWS resources.
In the next chapter, we will host the frontend following the serverless concept. This will be done using Amazon S3, and we will configure a CloudFront distribution to add a free TLS certificate to support HTTPS connections.
Â