dgraph-lambda
dgraph-lambda copied to clipboard
## Problem ## We are pushing amd and arm images using docker's buildx plugin which is nice and clean. However, we use manifests to push dgraph and dgraph:standalone images in...
1.2.2
this allows passing exposing environment variables to scripts. Environment variables have to be prefixed with `EXPOSE_` to access them in a script. This is mainly useful for providing credentials to...
some libraries depend on CryptoKey in global scope as they do instanceof checks against it
this fixes an issue where `new TextEncoder().encode("test") instanceof Uint8Array` is false when it's expected to be true
Earlier, dgraph lambda used to use a predefined lambda script from the file. This poses few limitations on how `lambda` are handled in multi-tenant environment. This change makes `dgraph-lambda` accept...