B4J Question Using B4J for AWS Lambda? - Alessandro71    May 12, 2025   (1 reaction) 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?... B4J Question [RESOLVED I think] java version for AWS Lambda - JackKirk    Jan 27, 2024 Lambda (https://docs.aws.amazon.com/lambda/latest/dg/welcome.html)
There seem to be a range of java runtimes that can be used (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) including... B4J Question aws lambda - Pablo Torres (first post)    Mar 2, 2022 choosed VPS in all my projects before and that works great, but I need to implement AWS lambda...In fact,
@Pablo Torres , time to rethink your strategy. aws is one of many options you may... B4J Question AWS Lambda can run b4j webapp? - juvanum (first post)    Dec 21, 2017 Sure, it is a 13 parts tutorial with step-to-step explaining and screenshots by Ed Brown: https://ww... B4J Question Problem with jOKHttpUtils2 3.0 - aeric (first post)    Jun 28, 2022 I assume the code you posted is a "server" app, even though aws lambda should be a serverless service.
My question is how do you call or trigger this service?
or in other words, how do... B4A Question Need guidance for an upcoming new project - Indic Software (first post)    Aug 25, 2018 not heard about AWS Lambda so will need to look it up closely. Once again thanks for the info...Hello, Thanks for the info. But after studying AWS services I have come to the conclusion that is not that usable. Like for example SQS does not guarantee delivery of message and at times will deliver same message twice. I asked AWS support whether they will count extra/duplicate deliver of message or not but still they have not responded. I am currently looking into AWS SNS to see if it fits... B4A Code Snippet Using Java 8+ lambdas with inline Java code - Erel    Apr 17, 2024   (8 reactions) 1. Download attached library and put in additional libraries folder.
2. Add to main module:
#AdditionalJar: core-lambda-stubs.jar, ReferenceOnly
Example:
'in B4XPage
#if java
import java... B4J Question [SOLVED] How to create JPEG output stream - OliverA (first post)    Sep 13, 2017   (1 reaction) .
Resize Images on the Fly with Amazon S3, AWS Lambda, and Amazon API Gateway...images arriving via FTP in AWS S3 buckets as JPEGs
adjust the jpeg quality and hence reduce file... resizing various JPEGs, I just wanted to point out another method, using the Lambda and API services provided by Amazon/AWS. This may not fit your project, but could be a way to off-load some processing... B4J Question ABMaterial, ws.UpgradeRequest.RemoteAddress does not work behind an AWS EC2 application load balancer - JackKirk    Dec 14, 2025   (3 reactions) . When running inside AWS EC2, this often shows the internal IP of the EC2 instance or the load... AWS, traffic is routed through a load balancer or NAT gateway, so the peer is the EC2 private IP or.... - Ensure your AWS ALB/ELB or reverse proxy (NGINX/Apache) is configured to forward X-Forwarded-For... are not resent after upgrade. - Only trust X-Forwarded-For if all traffic comes through your AWS... this and it works: 'First try X-Forwarded-For header (used by AWS ALB/ELB, NGINX, Apache... B4J Question [Server] AWS Elastic Beanstalk - Alessandro71    Sep 24, 2025 I'm planning deploying a server application on a cloud provider. I will need load balancing for high availability and scalability, monitoring and all the usual stuff for a business service. Looking at the AWS catalog, it looks like Elastic Beanstalk can provide all this. Is there anyone already using that with success?... Page: 1   2   3   4   |