Company
Date Published
Author
Maciej Treder
Word count
2877
Language
English
Hacker News points
None

Summary

Today we have successfully developed and deployed an Angular 7 application on AWS Lambda. You learned how to introduce routing, modules, and services in Angular 7 with server-side rendering for SEO optimization purposes. These techniques enable you to deploy your Angular application on the web in a way that's accessible to search engines while minimizing operational costs. With AWS Lambda, you pay only for the compute time required to serve visitor requests instead of paying for each minute the server is online. You can find all the code up to this point in a GitHub repository which you can clone: git clone -b tutorial1_step4 https://github.com/maciejtreder/angular-seo.git angularSeo cd angularSeo/ npm install npm run build:serverless:deploy