AWS Lambda deployment option?

Is it possible to deploy a Wappler app within AWS Lambda in one of the runtimes? I hate paying for and manually scaling apps.

The best option looks to be ASPNET but is it ASPNET or ASPNET Core and which version of Core? If it supported ASPNET Core, that would be awesome.

AWS Lambda supports the following runtime versions:

Node.js – v8.10, v6.10 or v4.3
Java – Java 8
Python – Python 3.6 and 2.7
.NET Core – .NET Core 1.0.1, .NET Core 2.0 and .NET Core 2.1
Go – Go 1.x

We are actually looking more to support nodejs as server side model as it is getting more and more common for regular web sites as well.

Also it is more natural to support is as our server side models are JavaScript based so it will be the easies to add.

3 Likes

Yeah, that would make perfect sense. That would work for me.

1 Like

Just curious was your answer to the deployment questions yes or no. Also if I set up a server what runtime is wappler?

Currently most used configuration for Wappler is the LAMP stack.

You can easily run it also on the AWS:

https://aws.amazon.com/getting-started/projects/launch-lamp-web-app/

Its been a couple of years on this Node is now fully implemented has anyone ever done this in the meantime?

Deploy a Wappler API to lambda as a node container?