Build & Deploy a Serverless CRUD REST API for S3 w/ API Gateway, AWS Lambda and Serverless Framework

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

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

  • @riazahmad5975
    @riazahmad5975 2 года назад

    excellent work... 100% satisfactory tutorial

  • @ThomasLeo
    @ThomasLeo 2 года назад +1

    This was great. Succinct, helpful to me being new to AWS, and source-code to work from. Now I just need to figure out how to make this work with multi-part POST & auth & maybe the direct to S3 upload pattern.

  • @lutdootutdoo5342
    @lutdootutdoo5342 3 года назад

    Absolutely amazing!

  • @valirjonathan2161
    @valirjonathan2161 3 года назад +5

    Please you do a tutorial on a simple Serverless app that has an Authentication and Authorization.
    For example, a TODO app where users can sign up and log in to manage their own TODO list. A user with Admin role can, for instance, ban a normal user account.
    Maybe you can add option for user to upload an image to a TODO item (stored on S3). Also, you might want to have an option for a collaborative TODO list where users can add item to it.
    Sorry for the long list. It is just that I have not seen anyone done something that we can learn to make a serverless app with multiple users that have Authentication and Authorization.
    Thank you very much. 🙏

    • @jacksonyuan7744
      @jacksonyuan7744  3 года назад +3

      Thanks for the suggestion! I'll add it to my list of videos todo.

  • @RahulYadav-dd7qe
    @RahulYadav-dd7qe Год назад

    For me, deployment was giving error. I had to add CloudWatchLogsFullAccess to the permissions list of the users to make it work. Putting it down for any future readers.

  • @joseenriquenunezconstantin648
    @joseenriquenunezconstantin648 2 года назад

    Great!!! Thank's

  • @g-luu
    @g-luu 3 года назад

    Awesome content. Subscribed.
    Would love to see how to setup different environment deploy like dev, staging and prod with serverless framework and github actions.

    • @jacksonyuan7744
      @jacksonyuan7744  3 года назад +1

      Thanks for the suggestion! I’ll add it to my list.

    • @easy-draw
      @easy-draw 3 года назад

      yea deployment part is missing where did it go and what happend during deployment

  • @СергейЯновский-э9л
    @СергейЯновский-э9л 3 года назад

    Hello. I am very interested in learning AWS. I came across a suggestion and while looking for a solution came across your channel. You are making very cool content. Would you like to shoot a video with a solution to my problem and share your experience with me, thank you?

  • @ddsmax
    @ddsmax 3 года назад +1

    What Valir said