Joel Scheuner
Joel Scheuner
> Then it brings us on to the 2nd issue and the bit that is the real show stopper at the moment. The hot reload kicks out the debugger listener...
```yml serverlessIfElse: - If: '"${env:LAMBDA_DEBUG_MODE,0}" == "1"' Set: functions.httpHandler.environment: NODE_OPTIONS: --inspect=0.0.0.0:19891 functions.webSocketHandler.environment: NODE_OPTIONS: --inspect=0.0.0.0:19892 ``` We understand that this workaround for Node.js debugging is not ideal 🤔 @fridaystreet What's your...
> Essentially the lambda functions get the NODE_OPTIONS flag with --inspect set which loads the lambda function with inspect running. Due to this you obviously can't run more than one...
Hi @reece-backhouse 👋 Can you double-check the Docker file sharing permissions on macOS according to our docs: https://docs.localstack.cloud/user-guide/lambda-tools/hot-reloading/ > File sharing permissions with Docker Desktop on macOS: If using Docker...
Hi @reece-backhouse > The repo is in a subdirectory of the /Users directory which i think should be shared by default? Correct. Here's how my Docker configuration looks like: Under...
@reece-backhouse Do you get any more insights from the Lambda container logs when adjusting the [LocalStack Lambda Runtime Interface Emulator (RIE)](https://docs.localstack.cloud/user-guide/aws/lambda/#localstack-lambda-runtime-interface-emulator-rie) log level using `LAMBDA_DOCKER_FLAGS=-e LOCALSTACK_INIT_LOG_LEVEL=debug`?
@reece-backhouse This issue seems related to https://github.com/localstack/localstack/issues/11415#issuecomment-2312605725 and might be caused by different Docker versions. What version are you using? Example: I can confirm that hot reloading works on my...
@reece-backhouse Thanks for sharing the Docker versions The certificate error is unrelated to Lambda hot reloading and an unfortunate side-effect of a current [incident](https://localstack.statuspage.io/incidents/lpwmzs8x47y8). Please update to the latest image...
> We are missing the new service dependency definition for ecs in `localstack-core/localstack/utils/bootstrap.py:API_DEPENDENCIES_OPTIONAL` for test selection. > > Otherwise, lgtm. Update: Looking at the Lambda example and how service dependencies...
Hi @srriverisland, the `resourcegroupstaggingapi` is currently limited to basic mocking and does not integrate with LocalStack-native services. We're looking into creating a dedicated documentation page to clarify this limitation.