YadaYada.Bisque.Aws License

Copyright (c) 2018 YadaYada Software Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to…

New Release Features More Fluent Interface

We have a new release of Bisque AWS that incorporates a more fluent interface.  This release is about 2 weeks in the making.  All of the “old school” object interfaces are still there, but with this fluent interface a usable template is created with about 8 lines of c# code.  Check it out…  There’s going…

Delete those stacks! Save $$$!

Just published a quick page about using Bisque TFS to delete your stacks after you’re done using them.  In this page, the example is how Bisque TFS is used to create a stack with an RDS instance, run tests and then delete the stack using Bisque TFS AwsCloudFormationDeleteStack.

Bisque AWS Template

Like AWS CloudFormation, the Bisque AWS Template is where it all gets started.  Check out our latest page which gives some brief info on the Bisque AWS Template.

Creating an AWS RDS MySQL Instance

We’ve just uploaded a new page with a Template that creates a RDS MySQL instance.  This Bisque AWS Template specifies some VPC Peering and also outputs the RDS endpoint, master user name and password for use later in the build process.

Updating app.config for testing during build process

Need to update your app.config during the build process for testing?  No problem, Bisque TFS has you covered.  Bisque TFS TFX build task UpdateAppConfig will update the app.config in your test project bin directory.  It works on a XPATH basis to find the correct element to update.  Then you merely provide the attribute name to update and…

Making Stack Outputs Available To Build Tasks

Today, we’ve introduced the ability to make stack outputs available from the Bisque TFS task AWS CloudFormation Deploy.  To make the stack outputs available, merely check the “Write Stack Outputs” checkbox.  Checking this checkbox will take all stack outputs and “echo” them to the build process with the same name as the stack output.  Each variable…