AWS Step Functions Introduction - What is it and Why is it Useful?

Sdílet
Vložit
  • čas přidán 6. 08. 2024

Komentáře • 12

  • @BeABetterDev
    @BeABetterDev  Před 8 měsíci +2

    Get my Step Functions Masterclass Course here: bit.ly/sf-masterclass-course

  • @gregf9160
    @gregf9160 Před 8 měsíci +1

    Really great, as usual, Daniel. Thank you so much for giving us your time and knowledge. 🤗

  • @sareshkumarcherukuri
    @sareshkumarcherukuri Před měsícem

    Its awesome, the way you explained about Step Functions is excellent. I also using this service in aws. Pls do/share vedios on sagemaker.

  • @JitoTantrum
    @JitoTantrum Před 8 měsíci

    I’m not fully ‘there’, but when I do arrive at full AWS understanding & practicality it’ll be due in part to your concise instruction.

  • @on_my_way_to_ML
    @on_my_way_to_ML Před 29 dny +1

    may i ask you a question about AWS certificate?
    A company has a web-based order processing system that is currently using a standard queue in Amazon SQS. The IT Manager noticed that there are a lot of cases where an order was processed twice. This issue has caused a lot of trouble in processing and made the customers very unhappy. The manager has asked you to ensure that this issue will not recur.
    What can you do to prevent this from happening again in the future? (Select TWO.)
    A, Replace Amazon SQS and instead, use AWS Step Functions.
    B, Use an Amazon SQS FIFO Queue instead.
    C, Alter the retention period in Amazon SQS.
    D, Alter the visibility timeout of SQS.
    E, Change the message size in SQS.
    The answer is A,B. Why the Step Function could help to fix SQS send messages twice time?

  • @oacargil
    @oacargil Před 8 měsíci +2

    As the requirements naturally change over time, the simplicity of this step functions (aka bpm tools) will also suffer from complexity and maintenance problems. Seeing too complex sequence diagram on ui tool doesn’t make it easier to work with. Thanks for explaining it

    • @chuckirvineks
      @chuckirvineks Před 5 měsíci

      I agree with you I think, but can you state what you think is the remedy for the problems that you mentioned?

    • @user-ki3ip1bq5o
      @user-ki3ip1bq5o Před 5 měsíci

      @oacargil Can you please explain how can we resolve those issues as you mentioned in case of complexity

    • @oacargil
      @oacargil Před 5 měsíci

      I believe that we should keep the visual diagrams as a higher level view of the system without much actual business logic code. Similar to level 3 component diagram in c4 model.
      These tools are not capable of maintaining complexity like modern programming languages because of lacking refactoring techniques and tools. So they shouldn’t handle all details.

    • @Brajgamer
      @Brajgamer Před 5 měsíci

      That's still better than having no diagrams. Moreover, if it becomes too big, we can always combine step functions.

  • @UnaliverOfChildren
    @UnaliverOfChildren Před 5 měsíci

    the coin base is the biggest bit coin in a crypto currency

  • @abraund
    @abraund Před 3 měsíci

    Gross, talk about burying your business logic in the most obscure place if you use these.