AWS STEP FUNCTIONS OVERVIEW (how to orchestrate serverless applications)

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 20

  • @miguelangelorellana8343
    @miguelangelorellana8343 4 роки тому +2

    Thank you, I'm learning serverless and your tutorials help me a lot.

  • @codenjourney6656
    @codenjourney6656 4 роки тому +1

    Awesome! Thanks. Cleared my understanding even more for Step Functions

  • @joeygarcia7826
    @joeygarcia7826 3 роки тому +1

    Good video, but if you can get the work done with Lambdas too what is the difference in pricing? At what point does the pricing become significant?

    • @foobar_codes
      @foobar_codes  3 роки тому

      that is up to what you are building. lambda is very cheap but when you combine it with other services you need to make the maths

  • @JoshuaDixonHolideckVRShowcase
    @JoshuaDixonHolideckVRShowcase 3 роки тому

    Thank you for the video, I have and elaticseach query in lambda being return as a string . The string is s3_object made up of bucket and Key. I want to use step function to get the the string from the s3 object and break it down to bucket and key and return it to another lambda function to make unsigned URL's to send back to the API Gateway. Your thoughts

  • @fulano1982AC
    @fulano1982AC 4 роки тому +1

    Hello, I need to use the same lambda function for API and StepFunctions calls, how do you do?. The problem it's with the return, by default the lambda function respond with JSON.stringify but with that I'll need to manipulate the data in the StateMachine for the next state. Thank you!

    • @foobar_codes
      @foobar_codes  4 роки тому +1

      Maybe something like this can help - API Gateway non proxy integration docs.aws.amazondocs.aws.amazon.com/apigateway/latest/developerguide/getting-started-lambda-non-proxy-integration.html.com/apigateway/latest/developerguide/getting-started-lambda-non-proxy-integration.html

    • @fulano1982AC
      @fulano1982AC 4 роки тому +1

      @@foobar_codes I'll try it and tell you, thanks! Excellent channel 👏

  • @andresmontoya7852
    @andresmontoya7852 4 роки тому +1

    I'd like to watch more content about cdk and amplify :)

  • @m66rus
    @m66rus 3 роки тому

    Can you configure a step function to execute at a certain time? if I scheduled a meeting and 10 minutes before I message everyone that the meeting is in 10 minutes and I make sure they are available

  • @alambertt
    @alambertt 4 роки тому +1

    Fui el 1er like del vídeo 😎💪🏻

  • @david85o
    @david85o 4 роки тому +1

    Please cover batch

  • @alinesauer5746
    @alinesauer5746 4 роки тому +2

    Why 5 dislikes alread ?! What is wrong ?

    • @foobar_codes
      @foobar_codes  4 роки тому +2

      hahaa always happens when i launch a video :)

    • @nelsonacosta6819
      @nelsonacosta6819 4 роки тому +2

      @@foobar_codes Nice topic..nice video...you should talk about dynamo and mongo db comparison..performance, structure, etc.

    • @alinesauer5746
      @alinesauer5746 4 роки тому

      @@foobar_codes I assumed you pissed someone off, since you probably ignored her/his request/question !

    • @foobar_codes
      @foobar_codes  4 роки тому

      Maybe. But well you cannot make everyone happy 😆

    • @alinesauer5746
      @alinesauer5746 4 роки тому +1

      @@foobar_codes I believe you can. For example, please do UA-cam's live session for answering technical question, it would be great !

  • @taftwallace6670
    @taftwallace6670 4 роки тому +1

    AWS CDK Amplify