lambda-runtime-types 0.6.13

Common structures for lambda architecture
Documentation
1
2
3
4
5
6
7
8
9
{
  "dockerFile": "Dockerfile",
  "mounts": [
    "source=${localEnv:HOME}/.gnupg,target=/home/exec/.gnupg,type=bind,consistency=cached",
    "source=${localWorkspaceFolder}/.devcontainer/.bash_history,target=/home/exec/.bash_history,type=bind,consistency=cached"
  ],
  "containerUser": "exec",
  "runArgs": ["--rm", "--tty"]
}