nowe podejście

This commit is contained in:
2022-04-19 17:56:00 +02:00
parent 8c1b3b2423
commit 060b2022d2
25 changed files with 397 additions and 83 deletions

11
.config/sway/bin/alarms.py Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env python3
"""
Alarmy moich SNS
"""
import boto3
client = boto3.client('sns')
print(client.list_subscriptions())