datashaman
datashaman
Emit a last_modified header linked to a property on the resource (and hence to a db column in the back-end). Then there's no need to manage a cache in your...
Using the search services without security is not simply a case of changing client config, the services need to be configured as well. This makes using Opensearch and Elasticsearch without...
Calling prefix() independently of nameWithPrefix() results in a function prefix which has spaces in it, which is not valid for a Lambda function name.
Hi there, Thanks for a great package! I'm still feeling my way around the way that _AWS X-Ray_ tracing works, so apologies if this is a naive request. AWS Lambda...
I tried to use the docker build and found some issues with using it. Chiefly the fact that its build state is ephemeral, so when you shut it down, you...
Copying the users' SSH keys into the Docker image is a security risk. Rather mount a volume when running the container: ``` docker run -it --rm -v $HOME/.ssh:/root/.ssh infinigen /bin/bash...
This file is invalid JSON because of a trailing comma.
This code should not check whether the directory exists. With parallel tests running in the same code area, you have a race condition between these two points: * does the...
- Set _distPath_ to _images_ or _src/images (wherever you want to permanently store the images) - Add option `useExisting: true` when adding the plugin The plugin will use an existing...