Closed
Description
Summary
Indeed the Visual Studio Code Remote - Containers extension is an excellent tool to help create isolated and customized development environments, but I believe we have a problem using this extension in this project.
1 - Currently the devcontainer configuration doesn't work because the project needs docker to run some operations
2 - The official image (mcr.microsoft.com/vscode/devcontainers/python-*) does not support docker installation.
3 - Gitpod can be used as an alternative for those who don't want to configure a local environment.
Why is this needed?
To avoid problems setting up a development environment.
Which area does this relate to?
Governance, Other
Solution
No response
Acknowledgment
- This request meets Lambda Powertools Tenets
- Should this be considered in other Lambda Powertools languages? i.e. Java, TypeScript