Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 4 Universal on AWS Lambda

There is a way to implement Universal to run on Lambda?, I want to deploy my APP using Cloudfront without needing a server and Lambda looks nice to it. Did anyone made a try?

like image 732
Cristian Sepulveda Avatar asked May 07 '17 20:05

Cristian Sepulveda


1 Answers

Hello You can check out my boiler plate for that:

https://github.com/maciejtreder/angular-universal-serverless

Or, you can make a use of the ng-toolkit:

ng add @ng-toolkit/serverless

Like in this article:

https://www.twilio.com/blog/angular-universal-javascript-node-js-aws-lambda

like image 156
Maciej Treder Avatar answered Oct 04 '22 06:10

Maciej Treder