AWS Serverless Tutorial - Mini Project

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 9

  • @Gennosuke-b4y
    @Gennosuke-b4y 5 месяцев назад +1

    Thank you so much for this. This is exactly the type of project/tutorial I've been searching for. I'm 49 YO and in the process of a career change and moving into the cloud space following the Solutions Architect route. This is brilliant!

    • @awstraining
      @awstraining  5 месяцев назад +1

      Thank you for your valuable feedback. Yes, learning the principles of AWS serverless architectures is critical for any one on an Solutions Architect role. It not only enables you to build with agility but can also be far more cost effective if done correctly. Best wishes on the career change!

  • @gitcotech
    @gitcotech 5 месяцев назад +1

    Wonderful tutorial. Thank you 🙏.
    I have a little question.
    Who is responsible for writing the code for lambda function?
    Like isn't it a problem to just copy the code and not know programing to be able to write one? Please enlighten me on this

    • @awstraining
      @awstraining  5 месяцев назад +1

      This is a good question, and it depends on your role within the organization. As a Solutions Architect, you may have developers building application code for you - you may just be responsible for the overall architecture design and incorporating additional infrastructure builds, standards, security and design for cost optimization. Your team could comprise front-end and back-end developers, separate individuals you work with to build end-to-end solutions.
      Obviously, if you have a developer role in the organization, you and your colleagues would also be building the code.
      Nevertheless, the demarcation between architects and developers is much less clear today than it was years ago. Even Solutions Architects are expected to work with code (at least Infrastructure as Code) to build solutions more reliably and consistently. And post this, having some knowledge of Python is always good.
      Hope this helps...

    • @gitcotech
      @gitcotech 5 месяцев назад

      @@awstraining ok so if i get you well, in the scenario in this video, the lambda code is written by the developers who equally wrote the code for the app?.

    • @awstraining
      @awstraining  5 месяцев назад +1

      Yes, but it doesn't always have to be like that - front end developers for the S3 Website Code may be different from the ones who write backend operations.

    • @gitcotech
      @gitcotech 5 месяцев назад +1

      @@awstraining okkk great thank you very much.
      I am working on projects that can help me acquire more skills in aws. Your Chanel is definitely going to be very help.
      Thanks again

  • @user-sz8ht3ts3e
    @user-sz8ht3ts3e 6 месяцев назад +1

    thanks a lot..Very well explained step by step...can i use this as my capstone project

    • @awstraining
      @awstraining  6 месяцев назад +1

      Thank you for your valuable feedback. Yes, ofcourse, feel free to us it for your capstone project. The link to the application code is provided in our GitHub repo. Best of luck