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

Add welcome view to the user at the beginning #1

Closed
3 tasks done
xahhy opened this issue Oct 10, 2019 · 1 comment
Closed
3 tasks done

Add welcome view to the user at the beginning #1

xahhy opened this issue Oct 10, 2019 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation
Projects
Milestone

Comments

@xahhy
Copy link
Owner

xahhy commented Oct 10, 2019

After the user run the command-line, show the welcome message to the user. including:

  • Unicon poster
  • Simple description of AWS SQS service and official URL link.
  • Help message about how to use this tutorial.
@xahhy xahhy added this to the Chapter 1 milestone Oct 10, 2019
@xahhy xahhy added the documentation Improvements or additions to documentation label Oct 10, 2019
@xahhy xahhy self-assigned this Oct 10, 2019
@xahhy xahhy added this to To do in AWS SQS CLI via automation Oct 10, 2019
@xahhy
Copy link
Owner Author

xahhy commented Oct 11, 2019

Amazon Simple Queue Service

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.

SQS offers two types of message queues:

  • Standard queues:

offer maximum throughput, best-effort ordering, and at-least-once delivery.

  • SQS FIFO queues:

are designed to guarantee that messages are processed exactly once, in the exact order that they are sent.

@xahhy xahhy closed this as completed Oct 11, 2019
AWS SQS CLI automation moved this from To do to Done Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
AWS SQS CLI
  
Done
Development

No branches or pull requests

1 participant