Arya
Arya
Good Job 🍾
I'm also +1 on this! It would be great to see MSSQL support for ARM64 processors.
We are also facing the same issue, is there any fix?
Hi @joe4dev We are using the latest image to try to create and invoke a Lambda function. The creation was successful, but the invocation fails. I have attached the complete...
Hi @joe4dev Thanks for the replay, I've configured LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT=30, but unfortunately, it hasn't resolved my issue. I'm still encountering the same error.
@joe4dev! The lambda function is quite straightforward, as it solely entails the printing of a log message. The problem is specific to my computer, and when I make the same...
Hey @joe4dev , I attempted to use LAMBDA_IGNORE_ARCHITECTURE=1, but it didn't seem to work for me. I'm using Rancher Desktop for container management. Interestingly, when I set PROVIDER_OVERRIDE_LAMBDA=legacy, the invocation...
@joe4dev The lambda function is a simple function with minimal code; the issue is with only the invoke command; all other commands operate well. Even after removing the hostname from...
@joe4dev Sorry for the delay in responding; I'm still having problems despite having tried all you said above. I've attached my docker-compose file for your reference. In addition to the...
@joe4dev Your interpretations are correct. Running LocalStack with other containers through a combined docker-compose fails on ARM with the Lambda function invocation. Create command and other get commands are working...