Ionic + Serverless + AWS Lambda

I’ve deployed several Angular apps to AWS Lambda using Serverless (@ng-toolkit).

Is it possible to deploy an Ionic web app in the same manner?

I would like to maintain one codebase for iOS, Android, and web…but deploy the web version to AWS Lambda using Serverless.

Thanks!

That seems like it should work fine.

For your Angular app you basically built the application and then upload the build folder as assets and return the html documents using something like express? Is that right?

If that’s the case Ionic build can work very similar for you. It ultimately produces an index.html along with other assets, but not rocket science!