service check : pour envoyer un status (0,1,2) et un message à la mode Nagios
https://docs.datadoghq.com/developers/service_checks/
 -
                
                https://docs.datadoghq.com/fr/api/latest/service-checks/#submit-a-service-check
  
 -
                
                https://docs.datadoghq.com/fr/api/latest/service-checks/#submit-a-service-checkUn soft pour avoir son feed de subscription dans l'ordre chronologique (et pas dans l'ordre "algo youtube")
Seul probleme, c'est un client lourd :-(
Il doit surement exister la meme chose en web
 -
                
                http://alfalis.de/YTSubBox/#xl_Tutorial
  
 -
                
                http://alfalis.de/YTSubBox/#xl_TutorialTime to move from Freenode to Libera
 -
                
                https://en.wikipedia.org/wiki/Libera_Chat
  
 -
                
                https://en.wikipedia.org/wiki/Libera_Chat# filter out all elements not with x > 5
a = [el for el in data if el['x'] > 5]
# get all the 'c' attributes as a list
b = [el['c'] for el in data]
# get all the 'c' attributes for the elements with x > 5
c = [el['c'] for el in data if el['x'] > 5]
In Jinja2:
a: {{ data | selectattr('x', 'gt', 5) | list }}
b: {{ data | map(attribute='c') | list }} 
c: {{ data | selectattr('x', 'gt', 5) | map(attribute='c') | list }}  -
                
                https://github.com/pallets/jinja/issues/1068
  
 -
                
                https://github.com/pallets/jinja/issues/1068kms different accounts : permissions on both side (policy key side and user/role side)
 -
                
                https://aws.amazon.com/premiumsupport/knowledge-center/s3-bucket-access-default-encryption/
  
 -
                
                https://aws.amazon.com/premiumsupport/knowledge-center/s3-bucket-access-default-encryption/