From 4039f78237a0271282d2292c5b051bab72c4e43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Parafin=CC=81ski?= Date: Mon, 30 Jan 2023 15:49:43 +0100 Subject: [PATCH] add creds file --- credentials.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 credentials.py diff --git a/credentials.py b/credentials.py new file mode 100644 index 0000000..0641c11 --- /dev/null +++ b/credentials.py @@ -0,0 +1,5 @@ +aws_access_key_id='' +aws_secret_access_key='' +aws_session_token='' + +default_vpc = '' \ No newline at end of file