Skip to content

ronenfe/Addons.AwsSdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addons.AwsSdk

This package will contain tools that are missing from the Official AWSSDK:

CloudFormationClient

The official CloudFormationClient only allows to return pages of export names where you need to repeat the calls until you find the name you want. This client will let you send an export name and will return the matched value or an exception if not found.

usage:

var client = new CloudFormationClient(_accessKey, _secretKey, _regionName);
var response = await client.GetExportValueByExportNameAsync(_serviceExportName);

Nuget

https://www.nuget.org/packages/Addons.AwsSdk

About

Tools that are missing from the official AWSSDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages