Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues running helper.py (resolved by export AWS_REGION=eu-west-2 in my case) #1

Open
GuillaumeHonore opened this issue Jun 16, 2022 · 0 comments

Comments

@GuillaumeHonore
Copy link

Some recipes rely on the cdk to provision resources as pre-requisite.
These resources will have IDs, metadata, that needs to be extracted for the recipe instructions later on.

Running the command:
python helper.py
Was not working for me, even if I had exported my AWS_REGION in the terminal days earlier (export AWS_REGION=eu-west-2)
Then I realised I needed to execute the command:
export AWS_REGION=eu-west-2
While I was in the virtual environment (.venv)
And then only, run the command:
python helper.py

I would consider making it more clear in the step by step guidance, as it is possible some people will do like me, and won't be able to execute the helper script.
PS: I am a beginner so maybe this will be obvious to others but it was not to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant