Closed dbarrous closed 2 years ago
Changes .devcontainer to use the image of the lambda container environment from ECR instead of building its own.
.devcontainer
devcontainer.json
image
build
requirements.txt
Dockerfile
Requested changes have been made on this PR
Closes issue: https://github.com/HERMES-SOC/hermes_instrument/issues/20
What this PR Does:
Changes
.devcontainer
to use the image of the lambda container environment from ECR instead of building its own.Changes made:
devcontainer.json
to useimage
instead ofbuild
requirements.txt
&Dockerfile
from.devcontainer
directory