Skip to content

Commit 40c9c2a

Browse files
author
benjamin wynsma
committedFeb 7, 2022
update version; remove print statement
1 parent a6eebc0 commit 40c9c2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎gimme_aws_creds/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = ['config', 'okta', 'main', 'ui']
2-
version = '2.4.3'
2+
version = '2.4.4'

‎lambda/lambda_handler.py

-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,5 @@ def main():
100100
}
101101
}
102102

103-
print(aws_account_info(event, {}))
104103

105104
if __name__ == "__main__": main()

0 commit comments

Comments
 (0)
Please sign in to comment.