Simon Walker
Simon Walker
@sharmadhiraj86 I had started a branch over on [my fork](https://github.com/mindriot101/localstack/compare/master...mindriot101:localstack:feat/enforce-lambda-envar-size-limit) but I am happy if you want to take this issue? I should have announced that I was working on...
I was thinking something like `lab env list` which would present a summary. There may be flags to hide or show information. Perhaps something like `lab env history ` or...
Hi, the fix for this issue has landed in master and a new container image is being created. For those who are affected by this issue, can you please pull...
I have a different workaround for this, though it's conceptually similar to the workaround posted above: ```rust fn integer_edit_field(ui: &mut egui::Ui, value: &mut u16) -> egui::Response { let mut tmp_value...
Thanks for reporting @Arvind644 and @agn-7. Unfortunately I cannot reproduce this issue locally. Would you be able to share the logs from the LocalStack container: `docker logs localstack_main` after you...
@agn-7 thanks for the output, but can you include the lines at the beginning that look like: ``` LocalStack version: 2.3.3.dev20231003195604 LocalStack Docker container id: c9a769bbffdd LocalStack build date: 2023-10-04...
Ok great, thanks. That looks like a very recent image. You can try updating it but I can't see any changes since that git hash that would have broken something....
Capturing the true error: ``` 2023-10-04T11:45:52.617 ERROR --- [ asgi_gw_5] localstack.utils.functions : error calling function on_before_start Traceback (most recent call last): File "/opt/code/localstack/localstack/packages/api.py", line 91, in install self._install(target) File "/opt/code/localstack/localstack/services/stepfunctions/packages.py",...
I'm happy to work on this issue if it's still wanted? I'm guessing something like the attached image (sorry for the poor quality, I'm not a designer!) breaking down the...