Integrate your REST API with Kinesis Using API Gateway Service Proxy

Поділитися
Вставка
  • Опубліковано 23 лис 2022
  • API Gateway's Service Proxy allows you to connect your REST API directly to other AWS Services. In this video, I show you how to use the Service Proxy feature to put data to a Kinesis Data Stream. This is useful for applications requiring high throughput writes - for example a Log Collection or Vehicle Telemetry Aggregation service. Learn how to create your Kinesis Datastream, create your API Gateway REST Endpoint, and wire them together in this step by step tutorial video.
    gist.github.com/beabetterdevv...
    Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabetterdev.com/cour...
    📚 My Courses 📚
    AWS Lambda - A Practical Guide - www.udemy.com/course/aws-lamb...
    🎉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
    #SoftwareEngineer
    #SoftwareDeveloper

КОМЕНТАРІ • 16

  • @anjaligaikwad692
    @anjaligaikwad692 Рік тому

    Really Helpful Content..Thanks!

  • @alexandermiller7330
    @alexandermiller7330 Рік тому +1

    Really cool stuff. Didnt realize API GateWay would interface directly into Kinesis. Would've done a lambda middleware had I not known. Thanks!!!

    • @houserental5424
      @houserental5424 Рік тому

      Lambda dispatch from API GW for ETL or service routing is probably cheaper unless you need high frequency data ingest and queuing provided by KDS or KDF.

  • @N7SOLDIER
    @N7SOLDIER Рік тому +1

    This was very useful.

  • @cristiannechita2032
    @cristiannechita2032 Рік тому

    Neat stuff as always!

  • @vaibhavmalik6832
    @vaibhavmalik6832 7 місяців тому

    Really helpful.
    Point worth mentioning here is that the API Gateway and Kinesis exist in the same account.
    Correct if i am wrong but i think 'Integration Type: AWS Service' doesn't support cross account integration.

  • @lukeschoenberger86
    @lukeschoenberger86 5 місяців тому

    Thanks!

  • @Rahulmehta13
    @Rahulmehta13 11 місяців тому

    This is really helpful!! Thanks!!
    However, I have a question:-
    Can I use Oauth 2 through AWS Cognito for securing the above API endpoint setup ?

  • @zpmaloy
    @zpmaloy Рік тому

    Do you know if it adds additional pricing on top of this? It sounds much cheaper instead of using API -> Lambda -> Kinesis.

  • @satya4866
    @satya4866 27 днів тому

    Good

  • @houserental5424
    @houserental5424 Рік тому

    Can API GW ingest HTTP data fast enough to justify even using KDS rather then just using direct service routing built into API GW or Lambda?

  • @haithai1718
    @haithai1718 Рік тому

    Anyone do you got a problem when call it from API got 415 unsupported type?

  • @rishiraj2548
    @rishiraj2548 Рік тому

    🙏💯💯

  • @stwatertown
    @stwatertown Рік тому +1

    Thanks!

    • @BeABetterDev
      @BeABetterDev  Рік тому

      Thank you so much for your generosity!