fredliporace / cbers-2-stac

STAC static and API for CBERS-4/4A and Amazonia-1 on AWS
Apache License 2.0
12 stars 1 forks source link

Check PYTHONPATH in cdk.json #48

Open fredliporace opened 3 years ago

fredliporace commented 3 years ago

This was not required in other projects, why is it required here?

In cdk.json

{
    "app": "(export PYTHONPATH=. && python stack/app.py)"
}
fredliporace commented 3 years ago

Check if this is related to this pylint waiver:

from test.conftest import create_lambda_layer_from_dir  # pylint: disable=no-name-in-module, import-error