laravel-dynamodb icon indicating copy to clipboard operation
laravel-dynamodb copied to clipboard

Assume role support

Open adenot opened this issue 3 years ago • 1 comments

I've added assume role support as we need to fetch data from a dynamodb in a different AWS account.

adenot avatar Oct 06 '22 01:10 adenot

The inspection completed: 1 new issues

scrutinizer-notifier avatar Oct 06 '22 01:10 scrutinizer-notifier

I need that, hopes it get merged

sapher avatar Nov 19 '22 16:11 sapher

@adenot @sapher For the moment I have not finished the base tests to check this.

I will merge it under role-support branch provisionally, so you can install as dev-role-support version to be able to test it manually in your composer.json.

  "require": {    
      "baopham/dynamodb": "dev-role-support"
  },
composer update baopham/dynamodb

@adenot @sapher @zgrguric Can you test this manually and give me some feedback if something is wrong or works fine? 🥺 I'm not using this in my current projects, so I can't test it by myself in the short time. 😅

nelson6e65 avatar Apr 18 '23 05:04 nelson6e65

@zgrguric https://github.com/baopham/laravel-dynamodb/pull/260#issuecomment-1512466617

nelson6e65 avatar Apr 18 '23 05:04 nelson6e65