Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aws:ses:configure] List the configured identities #86

Open
Aerendir opened this issue Sep 24, 2018 · 0 comments
Open

[aws:ses:configure] List the configured identities #86

Aerendir opened this issue Sep 24, 2018 · 0 comments

Comments

@Aerendir
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, when running the command aws:ses:configure, it will configure the identities listed in the configuration file config/packages/shq_aws_ses_monitor.yaml.

If we are on development, it will automatically configure the dev identity [email protected].

If the command has nothing to configure, it will show the message

[✔] AWS SES is now configured.

If there are skipped identities, it will list them:

[!] There are skipped entities:
trustback.me
[email protected]

Here is a sample screenshot:
schermata 2018-09-24 alle 18 16 36

Describe the solution you'd like
The command should list the configured identities, also if they are already configured.

For example, it should output something like this:

Configure AWS SES and SNS
=========================

Starting to configure identities for environment dev

                                                                                                                        
 [✔] AWS SES is now configured.                                                                                         
                                                                                                                        

 [✔] Configured identities:
   [email protected]

[!] There are skipped entities:                                                                                         
   trustback.me
   [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant