Deploy Generic Angular to Google Cloud Function or AWS Lambda

While experimenting with Angular 2, I came to see Angular Universal. This server-side rendering for Angular 2 applications is the same as in ReactJs. There is also a guide to getting started with one piece of code here .

I'm trying to figure out if this is something we can deploy in a serverless environment like Google Cloud Function or AWS Lambda. Documents from both services indicate that nodejs is supported. I am very new to both Angular2 and serverless server.

+7
source share
2 answers

. , angular2 + webpack, , node version = > 5. AWS lambda 4.3.2.

google.

+3

Source: https://habr.com/ru/post/1676613/


All Articles