Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HappyPathway/eks-automation-lambda …
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
Dave Arnold committed Apr 17, 2025
2 parents 8b14049 + 35db3a5 commit 60b3fef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eks_automation/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
logger = logging.getLogger()
logger.setLevel("INFO") # Set to "ERROR" to reduce logging messages.

# Get environment variables
SECRET_NAME = os.environ["SECRET_NAME"]

class GitHubClient:
"""A class to interact with GitHub API without relying on external Git binaries.
Expand Down
1 change: 1 addition & 0 deletions varfiles/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added varfiles/default.tfvars
Empty file.

0 comments on commit 60b3fef

Please sign in to comment.