Skip to content

hounddog22030/aws-cloudformation-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cloudformation-csharp

C# Object Model For Creating AWS CloudFormation Templates

This project is in its absolute infancy. It is not feature rich and highly unstable.

You need to place the following in your machine.config (e.g. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config).

Obviously, update the values.

<appSettings>
  <add key="AWSAccessKey" value="MyAccessKey"/>
  <add key="AWSSecretKey" value="MySecretKey-MySecretKey"/>
</appSettings>

About

C# Object Model For Creating AWS CloudFormation Templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published