laveeshb / azure-function-extensions-net

Extensions for Azure Functions
MIT License
4 stars 7 forks source link

Update aws client builder to accept session token #59

Open HoveringGoat opened 1 year ago

HoveringGoat commented 1 year ago

This was exactly what i needed but it didnt support giving a session token. I updated it so thats now an optional parameter.

I didnt touch any of the test functions or docs to reflect this change. For my own purposes my custom nuget build is all I need but thought I'd post this incase you want to take it. If not thats okay too.

HoveringGoat commented 1 year ago

Also fyi yes this is working. I'm running it as a POC connection between azure and aws. Tested for back compatibility as well if session token is excluded and the behavior is the same as current.

laveeshb commented 9 months ago

@HoveringGoat my apologies, I haven't been very active on this repo. Do you still need this PR merged? If so, we can review it and get a new version out.

HoveringGoat commented 9 months ago

I don't need the code merged here. I ended up creating my own version of the extension and used that in the project. But I figured i'd throw it on here if you wanted to take the changes as well. so its up to you.