I'm getting this error on Windows, trying to build for Lambda in a container:
docker run -it --rm -v ~/.cargo/registry:/root/.cargo/registry:z -v .:/build:z lambda_builder
docker: Error response from daemon: create .;C: ".;C" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
Seeing a real example repository with a GitHub Action for continuous deployment would help a lot.
I'm getting this error on Windows, trying to build for Lambda in a container:
Seeing a real example repository with a GitHub Action for continuous deployment would help a lot.