Feature request: provide a Python function to load lambda env vars in local IDE for tests #36
ran-isenberg
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for feedback for a feature where:
I can provide a function that loads the env vars for you. It can accept one or more of the following parameters:
Usage:
before running an integration test for a specific lambda with pytest as show here:
you will create a pytest fixture that will load the env vars for that function.
An easy way to do in to use stack outputs for the names or provide stack name and lambda regex/name to look for.
What do you think of the feature? how would you like to use it? provide stack name and lambda name? or just ARN?
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions