diff --git a/snippets/aws/other commands.fish b/snippets/aws/other commands.fish index ac5c611..bb27c22 100644 --- a/snippets/aws/other commands.fish +++ b/snippets/aws/other commands.fish @@ -38,6 +38,14 @@ aws chatbot describe-slack-channel-configurations aws chatbot describe-slack-channel-configurations --query 'SlackChannelConfigurations' +### +# CloudFront +# ------------------ +### + +aws cloudfront get-distribution --id 'E123456ABCDEFG' + + ### # CloudWatch # ------------------