glue-devcontainer-template
VSCode Dev Container template for AWS Glue jobs development
File Explorer
- .bashrc
- devcontainer.json
- Dockerfile
- post-attach.sh
- post-create.sh
- settings.json
- example.gif
- reopen.png
- sample.py
- test_sample.py
- .env.example
- .flake8
- .gitignore
- LICENSE
- poetry.toml
- pyproject.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
docker exec
View Details ▼
docker exec
This command is an alias of `docker container exec`.
tldr docker container exec
View documentation for the original command:
poetry run
View Details ▼
poetry run
Run a command in the project's virtual environment.
poetry run {{command}}
Run a command inside the virtual environment:
poetry run {{command}} {{argument1 argument2 ...}}
Run a command with arguments:
poetry run {{script_name}}
Run a script defined in `pyproject.toml`:
// repository documentation
Was this content helpful?
(0 ratings)
