AWS re:Invent 2018: Deconstructing SaaS: Building Multi-Tenant Solutions on AWS (ARC418-R1)

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 11

  • @manu3k2000
    @manu3k2000 4 ปีที่แล้ว +10

    Where can we find reference code or instruction to do practical by ourself

  • @sandeep89ms
    @sandeep89ms 4 ปีที่แล้ว +4

    This is completely user-specific. How will we able to build a multi-tenant solution for M2M communication models(like aws IoT)? Do we have any document /guideline for that?

  • @JackChi
    @JackChi 2 ปีที่แล้ว

    How does one develop all this custom authorizer, policy construction locally?

  • @AE-oh3ig
    @AE-oh3ig 4 ปีที่แล้ว

    Great video, is there any reasons for not using aws-sdk in your app?

  • @jdhernandezr
    @jdhernandezr 5 ปีที่แล้ว +1

    In the invoking application slide (th-cam.com/video/mwQ5lipGTBI/w-d-xo.html) are you sending the access_token or the id_token in the Authorization:Bearer header? the access_token doesn't have any claims with custom attributes, only the id_token has the claims in the payload. Can you clarify that point? or can you configure Cognito to include custom claims in the access_token?

    • @orgamliel8842
      @orgamliel8842 4 ปีที่แล้ว +1

      id_token

    • @shawnmclean7707
      @shawnmclean7707 2 ปีที่แล้ว +1

      Man I came here for this specific answer. I need to know how to get tenant_id and role on the token in a many to many multitenant system.

  • @youtubevideos415
    @youtubevideos415 5 หลายเดือนก่อน

    Oh my god, this code is awful. Looks like JS from the stone age.