Open
Description
I'm trying to adopt swift-lambda
to replace Fabian's process, but my lambda gets a runtime error:
START RequestId: b4ca0e88-b5f5-44c3-99ed-7ab83cf010b3 Version: $LATEST
/var/task/bootstrap: error while loading shared libraries: libicudataswift.so.65: cannot open shared object file: No such file or directory
END RequestId: b4ca0e88-b5f5-44c3-99ed-7ab83cf010b3
REPORT RequestId: b4ca0e88-b5f5-44c3-99ed-7ab83cf010b3 Duration: 80.48 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 6 MB
RequestId: b4ca0e88-b5f5-44c3-99ed-7ab83cf010b3 Error: Runtime exited with error: exit status 127
Runtime.ExitError
I'm afraid I won't have the opportunity to look more into this now, although I hope to be able to do so next week. But I'd appreciate any suggestions in the meantime... perhaps I'm missing something really obvious?