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 Using AWS IoT Core MQTT Broker with B4X - Ralph Parkhurst (first post)    Mar 7, 2025 I was unable to find a solution in time, so I abandoned use of AWS IoT Core and instead used the cloud based MQTT broker provided by EMQX with Username/Password credentials.
Let's hope someone... B4A Question Android and AWS - Nickelgrass    Mar 7, 2025 Hello, I read here https://www.b4x.com/android/forum/threads/using-aws-iot-core-mqtt-broker-with-b4x.161905/ that AWS is not possible on Android. I need to make an app that connects to a device using AWS. Any info if this works?... Page: 1   2   3   4   |