<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DAMODAR SHENVI WAGLE &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/damodar-shenvi-wagle/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 14 Aug 2023 20:03:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Implementing automatic drift detection in CDK Pipelines using Amazon EventBridge</title>
		<link>https://noise.getoto.net/2023/08/14/implementing-automatic-drift-detection-in-cdk-pipelines-using-amazon-eventbridge/</link>
		
		<dc:creator><![CDATA[DAMODAR SHENVI WAGLE]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 20:03:04 +0000</pubDate>
				<category><![CDATA[Amazon DynamoDB]]></category>
		<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=04dc89fec9e2a875a55bd66ac5849b8b</guid>

					<description><![CDATA[The AWS Cloud Development Kit (AWS CDK) is a popular open source toolkit that allows developers to create their cloud infrastructure using high level programming languages. AWS CDK comes bundled with a construct called CDK Pipelines that makes it easy to set up continuous integration, delivery, and deployment with AWS CodePipeline. The CDK Pipelines construct […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing long running deployments with AWS CloudFormation Custom Resources using AWS Step Functions</title>
		<link>https://noise.getoto.net/2022/09/17/implementing-long-running-deployments-with-aws-cloudformation-custom-resources-using-aws-step-functions/</link>
		
		<dc:creator><![CDATA[DAMODAR SHENVI WAGLE]]></dc:creator>
		<pubDate>Fri, 16 Sep 2022 21:07:53 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS Step Functions]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CloudFormation]]></category>
		<category><![CDATA[Custom Resource]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Step Functions]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=385b655b231f4db91e510b3844b582ca</guid>

					<description><![CDATA[AWS CloudFormation custom resource provides mechanisms to provision AWS resources that don’t have built-in support from CloudFormation. It lets us write custom provisioning logic for resources that aren’t supported as resource types under CloudFormation. This post focusses on the use cases where CloudFormation custom resource is used to implement a long running task/job. With custom […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Continuous Compliance Workflow for Infrastructure as Code: Part 2</title>
		<link>https://noise.getoto.net/2021/06/26/continuous-compliance-workflow-for-infrastructure-as-code-part-2/</link>
		
		<dc:creator><![CDATA[DAMODAR SHENVI WAGLE]]></dc:creator>
		<pubDate>Fri, 25 Jun 2021 23:49:43 +0000</pubDate>
				<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Terraform]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fe47d3bf22ad77471bc000079b1fd6c4</guid>

					<description><![CDATA[In the first post of this series, we introduced a continuous compliance workflow in which an enterprise security and compliance team can release guardrails in a continuous integration, continuous deployment (CI/CD) fashion in your organization. In this post, we focus on the technical implementation of the continuous compliance workflow. We demonstrate how to use AWS […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Cross-account and cross-region deployment using GitHub actions and AWS CDK</title>
		<link>https://noise.getoto.net/2020/09/15/cross-account-and-cross-region-deployment-using-github-actions-and-aws-cdk/</link>
		
		<dc:creator><![CDATA[DAMODAR SHENVI WAGLE]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 20:32:41 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2d84cf4a262315dcd5cb982b264fd6b8</guid>

					<description><![CDATA[GitHub Actions is a feature on GitHub&#8217;s popular development platform that helps you automate your software development workflows in the same place you store code and collaborate on pull requests and issues. You can write individual tasks called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 37/123 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-02-16 19:57:54 by W3 Total Cache
-->