What Is AWS S3 Object Lambda? Feature Overview

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • AWS S3 Object Lambda is a powerful new feature to develop multiple 'views' of your S3 data objects. Using Object Lambda, developers first create S3 Access Points to support new endpoints for their transformed data. In this video, I overview the Object Lambda feature through a practical example showing the 'with' and 'without' view.
    Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabet...
    Part 2 Tutorial Walkthrough : • What Is AWS S3 Object ...
    🎉SUPPORT BE A BETTER DEV🎉
    Become a Patron: / beabetterdev
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driven Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #AWS
    #S3
    #ObjectLambda

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

  • @BeABetterDev
    @BeABetterDev  2 года назад +2

    PART 2 (Step by Step Tutorial) - ruclips.net/video/mJmrutUpMas/видео.html

  • @luisrauldefreitas
    @luisrauldefreitas 2 года назад +5

    I understand the concept but why would you store the data in a bucket instead of db? I think that is the only question I have about it

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

    Hello Daniel... how are you! Listened to your ECR vids earlier today. Saw an AWS Twitch stream about the new cache ECR, and looked for related vids. This vid about S3 Object Lambda is on my list for this weekend. All my best!

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

      Hi bob, thanks so much for your kind words and hope you're doing well!

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

    Appreciate your great content 👍

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

    it is beneficial when the client already has access to query the object in S3, but in cases where I don't want to give access, it would be better to use the API Gateway + Lambda option that you mentioned or a hybrid between the latter and the S3 Object Lambda . Is that correct or am I wrong?

  • @rishiraj2548
    @rishiraj2548 Год назад

    thanks

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

    So if I am understanding it correctly, they removed the api creation\management part for us. Is that a correct way to look at this?

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

    What is the mechanism behind the actual query to filter the data in S3? Where does that live and how is that done?

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

      It keeps deleting my comment...

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

    Does anyone else get the feeling that cloud providers don't want you using perfectly fine relational databases behind a perfectly good proxy api in order to lock you in to proprietary cloud-compute building blocks that makes it virtually impossible for you to leave? Maybe I'm missing it - or maybe the example was really bad but this seems like a nightmare to build, manage and maintain.

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

    Thanks