Serverless CloudFormation Linting in AWS CodePipeline
Learn how to perform static analysis of CloudFormation templates as part of AWS CodePipeline using AWS Lambda Read more…
Learn how to perform static analysis of CloudFormation templates as part of AWS CodePipeline using AWS Lambda Read more…
AWS Cloud9 is a cloud-based Integrated Development Environment (IDE) for writing, running, and debugging code. With Cloud9, you can code with only your web browser. No need to download software, configure your environments, or setup your IDE and its configuration on each of your computers. You can collaborate in the same environment with other developers while Read more…
This is an older post. For newer information on cfn_nag and mu, please check out these posts: Development Acceleration Through VS Code Remote Containers: How We Leverage VS Code Remote Containers For Rapid Development of cfn_nag Custom Rule Distribution Enhancements for cfn_nag DevOps on AWS Radio: Mutato and Open Source at Stelligent (Episode 27) Stelligent Read more…
In this post, you’ll learn the process for creating and testing a mu extension. Read more…
“Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code changes to a testing environment and/or a production environment after the build stage. When continuous delivery is implemented properly, developers will always have a Read more…
re:Invent is just around the corner (next week!), which means a bunch of new services and features will be announced, and they probably won’t have CloudFormation support for a few weeks. As the biggest CloudFormation fanboy of all time, this is probably the most difficult time of the year for me, as I want to use all the new goodies but feel kinda icky not Read more…
Imagine if an organization could construct chatbots with refined common dialect preparing and no operational overhead. Amazon Lex can be described as a fully managed service for building conversational interfaces into application using voice and text. Lex is integrated with AWS Lambda, a service that allows code to run without the provisioning or managing of servers. Lambda enables companies to write and run logic for your chatbot using serverless compute. The implication of bots into the conversation gives operations teams Read more…
Simple dashboard built for viewing pipeline metrics in AWS. Built using CloudWatch dashboards and metrics populated from CloudWatch events that CodePipeline triggers. Read more…
Previously, we covered the release of Yarn, a new package management system designed to fix some of the shortfalls associated with npm. With improvements in speed, efficiency, readability, and dependency management, Yarn has shown itself to be a worthwhile tool. In this post, we will put that tool to use and show just how powerful Yarn can be. Before we can demonstrate its potential, we have to Read more…
With AWS CodePipeline Notifications, developers and others can receive notifications on events that occur in your pipelines?—?including pipeline, stage, and action changes. For example, you can receive email notifications on pipeline failures. Because CodePipeline notifications leverage Amazon CloudWatch Events, you can also integrate it with AWS resources such as SNS, Lambda, SQS, SSM, EC2, Inspector, Kinesis Read more…