Terraform Validation Exception and role definitions with AWS

Introduction Terraform.io is a great scripting system for building systems as Code to provision and manage any cloud, infrastructure, or service It has a number of great features though while working with some Terraform script trying to get an AWS Lambda function uploaded I was receiving a very unhelpful Validation Exception error message… Error: Error creating Lambda function: ValidationException: status code: 400, request id: a6df0378-63eb-4b7f-92c5-7a8217b5eaea Here is a focus on the AWS Lambda declaration block in Terraform code…
Read more →

Merge conflicts in Visual Studio Code

Merge conflicts in Visual Studio Code
Read more →

Compiling all project blueprints in Unreal Engine

Currently in the UE4 editor there is no way to compile all blueprints in your project. You can compile blueprints individually but there is no in editor button to compile all blueprints. Unreal Engine does offer way to do this via command line however by way of Commandlets. Commandlets Commandlets are command line programs that run inside of the Unreal Engine environment. They are most often used to make bulk changes to content, iterate over content to get information about it, or as a unit testing mechanism.
Read more →