B4J Question Using B4J for AWS Lambda?

Alessandro71

Well-Known Member
Licensed User
Longtime User
I have a very big B4X codebase actually used in a Android and iOS app.
I’m considering migrating some computation from the client side, to the server side, to be accessed via web API calls.
The most straightforward way would be using B4J with the server template.
I was asked about the feasibility of using AWS lambda instead of a monolithic Java server, so I was wondering if there’s any way of using an already existing B4X code to create lambda functions.
Anyone has experience about this?
 

walterf25

Expert
Licensed User
Longtime User
I have a very big B4X codebase actually used in a Android and iOS app.
I’m considering migrating some computation from the client side, to the server side, to be accessed via web API calls.
The most straightforward way would be using B4J with the server template.
I was asked about the feasibility of using AWS lambda instead of a monolithic Java server, so I was wondering if there’s any way of using an already existing B4X code to create lambda functions.
Anyone has experience about this?
I'm not familiar with AWS, however I have used FireBase functions, personally I feel it's way easier to deploy functions with FireBase than in AWS, but that's just my personal opinion.

Walter
 
Upvote 0
Top