<?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>Amazon CodeGuru &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/amazon-codeguru/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Wed, 03 Jan 2024 13:22:46 +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>Best practices for scaling AWS CDK adoption within your organization</title>
		<link>https://noise.getoto.net/2024/01/03/best-practices-for-scaling-aws-cdk-adoption-within-your-organization/</link>
		
		<dc:creator><![CDATA[David Hessler]]></dc:creator>
		<pubDate>Wed, 03 Jan 2024 13:22:46 +0000</pubDate>
				<category><![CDATA[Amazon CodeCatalyst]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeWhisperer]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=c143e3288c5de7125ddccd8bada41182</guid>

					<description><![CDATA[Enterprises are constantly seeking ways to accelerate their journey to the cloud. Infrastructure as code (IaC) is crucial for automating and managing cloud resources efficiently. The AWS Cloud Development Kit (AWS CDK) lets you define your cloud infrastructure as code in your favorite programming language and deploy it using AWS CloudFormation. In this post, we […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Use CodeWhisperer to identify issues and use suggestions to improve code security in your IDE</title>
		<link>https://noise.getoto.net/2023/11/30/use-codewhisperer-to-identify-issues-and-use-suggestions-to-improve-code-security-in-your-ide/</link>
		
		<dc:creator><![CDATA[Peter Grainger]]></dc:creator>
		<pubDate>Thu, 30 Nov 2023 20:06:38 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeWhisperer]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7dfeb222c6d8f8f83b74e30eda399400</guid>

					<description><![CDATA[I’ve always loved building things, but when I first began as a software developer, my least favorite part of the job was thinking about security. The security of those first lines of code just didn’t seem too important. Only after struggling through security reviews at the end of a project, did I realize that a […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Your DevOps and Developer Productivity guide to re:Invent 2023</title>
		<link>https://noise.getoto.net/2023/11/21/your-devops-and-developer-productivity-guide-to-reinvent-2023/</link>
		
		<dc:creator><![CDATA[Anubhav Rao]]></dc:creator>
		<pubDate>Tue, 21 Nov 2023 18:13:07 +0000</pubDate>
				<category><![CDATA[Amazon CodeCatalyst]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeWhisperer]]></category>
		<category><![CDATA[Amazon DevOps Guru]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS re:Invent]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[generative AI]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2211161696fb05f983335ff240f7fefc</guid>

					<description><![CDATA[Your DevOps and Developer Productivity guide to re:Invent 2023 ICYMI – AWS re:Invent is less than a week away! We can’t wait to join thousands of builders in person and virtually for another exciting event. Still need to save your spot? You can register here. With so much planned for the DevOps and Developer Productivity […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implement an early feedback loop with AWS developer tools to shift security left</title>
		<link>https://noise.getoto.net/2023/11/17/implement-an-early-feedback-loop-with-aws-developer-tools-to-shift-security-left/</link>
		
		<dc:creator><![CDATA[Barry Conway]]></dc:creator>
		<pubDate>Fri, 17 Nov 2023 14:07:44 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2f231757e7601bc599f0281a06413346</guid>

					<description><![CDATA[Early-feedback loops exist to provide developers with ongoing feedback through automated checks. This enables developers to take early remedial action while increasing the efficiency of the code review process and, in turn, their productivity. Early-feedback loops help provide confidence to reviewers that fundamental security and compliance requirements were validated before review. As part of this […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Automate and enhance your code security with AI-powered services</title>
		<link>https://noise.getoto.net/2023/11/16/automate-and-enhance-your-code-security-with-ai-powered-services/</link>
		
		<dc:creator><![CDATA[Dylan Souvage]]></dc:creator>
		<pubDate>Thu, 16 Nov 2023 14:44:15 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeWhisperer]]></category>
		<category><![CDATA[Amazon Inspector]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ca221bb176c6de41c7cc8db2e82e6df3</guid>

					<description><![CDATA[Organizations are increasingly embracing a shift-left approach when it comes to security, actively integrating security considerations into their software development lifecycle (SDLC). This shift aligns seamlessly with modern software development practices such as DevSecOps and continuous integration and continuous deployment (CI/CD), making it a vital strategy in today’s rapidly evolving software development landscape. At its […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Let’s Architect! Tools for developers</title>
		<link>https://noise.getoto.net/2023/11/08/lets-architect-tools-for-developers/</link>
		
		<dc:creator><![CDATA[Luca Mezzalira]]></dc:creator>
		<pubDate>Wed, 08 Nov 2023 20:46:03 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeWhisperer]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Let's Architect]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=3366159eebd04186baf5a702951d0390</guid>

					<description><![CDATA[In the software development process, adopting developer tools makes it easier for developers to write code, build applications, and test more efficiently. As a developer, you can use various AWS developer tools for code editing, code quality, code completion, and so on. These tools include Amazon CodeGuru for code analysis, and Amazon CodeWhisper for getting coding recommendations powered by machine learning algorithms. In this edition of Let’s Architect!, we’ll show you some tools that every developer should consider including in their toolkit.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using Generative AI, Amazon Bedrock and Amazon CodeGuru to Improve Code Quality and Security</title>
		<link>https://noise.getoto.net/2023/10/10/using-generative-ai-amazon-bedrock-and-amazon-codeguru-to-improve-code-quality-and-security/</link>
		
		<dc:creator><![CDATA[Marcilio Mendonca]]></dc:creator>
		<pubDate>Tue, 10 Oct 2023 20:09:01 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeGuru Reviewer]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[generative AI]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fd7f43de5cadef43bc844ac719542050</guid>

					<description><![CDATA[Automated code analysis plays a key role in improving code quality and compliance. Amazon CodeGuru Reviewer provides automated recommendations that can assist developers in identifying defects and deviation from coding best practices. For instance, CodeGuru Security automatically flags potential security vulnerabilities such as SQL injection, hardcoded AWS credentials and cross-site request forgery, to name a […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How Amazon CodeGuru Security helps you effectively balance security and velocity</title>
		<link>https://noise.getoto.net/2023/07/19/how-amazon-codeguru-security-helps-you-effectively-balance-security-and-velocity/</link>
		
		<dc:creator><![CDATA[Leo da Silva]]></dc:creator>
		<pubDate>Wed, 19 Jul 2023 15:30:20 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a556509764a472816632fddd1d34201a</guid>

					<description><![CDATA[Software development is a well-established process—developers write code, review it, build artifacts, and deploy the application. They then monitor the application using data to improve the code. This process is often repeated many times over. As Amazon Web Services (AWS) customers embrace modern software development practices, they sometimes face challenges with the use of third-party […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to scan your AWS Lambda functions with Amazon Inspector</title>
		<link>https://noise.getoto.net/2023/05/03/how-to-scan-your-aws-lambda-functions-with-amazon-inspector/</link>
		
		<dc:creator><![CDATA[Vamsi Vikash Ankam]]></dc:creator>
		<pubDate>Wed, 03 May 2023 15:56:41 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon Inspector]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Remediation]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ba87a1dc1b6e60e77da8eec90fae7118</guid>

					<description><![CDATA[Amazon Inspector is a vulnerability management and application security service that helps improve the security of your workloads. It automatically scans applications for vulnerabilities and provides you with a detailed list of security findings, prioritized by their severity level, as well as remediation instructions. In this blog post, we’ll introduce new features from Amazon Inspector […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>DevSecOps with Amazon CodeGuru Reviewer CLI and Bitbucket Pipelines</title>
		<link>https://noise.getoto.net/2023/04/28/devsecops-with-amazon-codeguru-reviewer-cli-and-bitbucket-pipelines/</link>
		
		<dc:creator><![CDATA[Bineesh Ravindran]]></dc:creator>
		<pubDate>Fri, 28 Apr 2023 15:25:37 +0000</pubDate>
				<category><![CDATA[AI/ML]]></category>
		<category><![CDATA[AIOps]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeGuru Reviewer]]></category>
		<category><![CDATA[Amazon Machine Learning]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[AWS CLI]]></category>
		<category><![CDATA[Bitbucket]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Pipelines]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=54741edcf474d735c64aa4e202bb3986</guid>

					<description><![CDATA[DevSecOps refers to a set of best practices that integrate security controls into the continuous integration and delivery (CI/CD) workflow. One of the first controls is Static Application Security Testing (SAST). SAST tools run on every code change and search for potential security vulnerabilities before the code is executed for the first time. Catching security […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating with GitHub Actions – Amazon CodeGuru in your DevSecOps Pipeline</title>
		<link>https://noise.getoto.net/2023/03/22/integrating-with-github-actions-amazon-codeguru-in-your-devsecops-pipeline/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Wed, 22 Mar 2023 16:25:11 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[DevSecOps]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=005fd07e3089ab8cbeb4a94830ae287c</guid>

					<description><![CDATA[Many organizations have adopted DevOps practices to streamline and automate software delivery and IT operations. A DevOps model can be adopted without sacrificing security by using automated compliance policies, fine-grained controls, and configuration management techniques. However, one of the key challenges customers face is analyzing code and detecting any vulnerabilities in the code pipeline due […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Reducing Your Organization’s Carbon Footprint with Amazon CodeGuru Profiler</title>
		<link>https://noise.getoto.net/2022/11/15/reducing-your-organizations-carbon-footprint-with-amazon-codeguru-profiler/</link>
		
		<dc:creator><![CDATA[Isha Dua]]></dc:creator>
		<pubDate>Tue, 15 Nov 2022 19:52:19 +0000</pubDate>
				<category><![CDATA[Amazon API Gateway]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon DevOps Guru]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Well-Architected Framework]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CodeGuru Profiler]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[DevOps Guru]]></category>
		<category><![CDATA[DynamoDB]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[Sustainability]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e5a75112b09fa9b18db32531c5ea8c6c</guid>

					<description><![CDATA[It is crucial to examine every functional area when firms reorient their operations toward sustainable practices. Making informed decisions is necessary to reduce the environmental effect of an IT stack when creating, deploying, and maintaining it. To build a sustainable business for our customers and for the world we all share, we have deployed data […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Automating detection of security vulnerabilities and bugs in CI/CD pipelines using Amazon CodeGuru Reviewer CLI</title>
		<link>https://noise.getoto.net/2022/06/01/automating-detection-of-security-vulnerabilities-and-bugs-in-ci-cd-pipelines-using-amazon-codeguru-reviewer-cli/</link>
		
		<dc:creator><![CDATA[Akash Verma]]></dc:creator>
		<pubDate>Wed, 01 Jun 2022 10:42:45 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AI/ML]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Automated Code Review]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[AWS CLI]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[DAST]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[Peer Review]]></category>
		<category><![CDATA[sast]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=b87187c83e35f88a72accf2be916639d</guid>

					<description><![CDATA[Watts S. Humphrey, the father of Software Quality, had famously quipped, “Every business is a software business”. Software is indeed integral to any industry. The engineers who create software are also responsible for making sure that the underlying code adheres to industry and organizational standards, are performant, and are absolved of any security vulnerabilities that […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>A new Spark plugin for CPU and memory profiling</title>
		<link>https://noise.getoto.net/2022/05/13/a-new-spark-plugin-for-cpu-and-memory-profiling/</link>
		
		<dc:creator><![CDATA[Bo Xiong]]></dc:creator>
		<pubDate>Fri, 13 May 2022 19:56:42 +0000</pubDate>
				<category><![CDATA[*Learning Levels]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[EMR]]></category>
		<category><![CDATA[Expert (400)]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[profiling]]></category>
		<category><![CDATA[Spark]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ae5a11d04089d7805bf2839570816c90</guid>

					<description><![CDATA[Introduction Have you ever wondered if there are low-hanging optimization opportunities to improve the performance of a Spark app? Profiling can help you gain visibility regarding the runtime characteristics of the Spark app to identify its bottlenecks and inefficiencies. We’re excited to announce the release of a new Spark plugin that enables profiling for JVM […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>AWS Week in Review – May 9, 2022</title>
		<link>https://noise.getoto.net/2022/05/09/aws-week-in-review-may-9-2022/</link>
		
		<dc:creator><![CDATA[Danilo Poccia]]></dc:creator>
		<pubDate>Mon, 09 May 2022 17:11:53 +0000</pubDate>
				<category><![CDATA[Amazon CloudFront]]></category>
		<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Amazon RDS]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[AWS Outposts]]></category>
		<category><![CDATA[AWS X-Ray]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=47c3c0bee30c5c5579451269a9f648de</guid>

					<description><![CDATA[This post is part of our Week in Review series. Check back each week for a quick roundup of interesting news and announcements from AWS! Another week starts, and here’s a collection of the most significant AWS news from the previous seven days. This week is also the one-year anniversary of CloudFront Functions. It’s exciting […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Use Amazon CodeGuru Profiler to monitor and optimize performance in Amazon Kinesis Data Analytics applications for Apache Flink</title>
		<link>https://noise.getoto.net/2022/03/31/use-amazon-codeguru-profiler-to-monitor-and-optimize-performance-in-amazon-kinesis-data-analytics-applications-for-apache-flink/</link>
		
		<dc:creator><![CDATA[Praveen Panati]]></dc:creator>
		<pubDate>Thu, 31 Mar 2022 17:52:30 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon Kinesis]]></category>
		<category><![CDATA[Kinesis Data Analytics]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fcfeda327ed01537104f55500c0219e1</guid>

					<description><![CDATA[Amazon Kinesis Data Analytics makes it easy to transform and analyze streaming data and gain actionable insights in real time with Apache Flink. Apache Flink is an open-source framework and engine for processing data streams in real time. Kinesis Data Analytics reduces the complexity of building and managing Apache Flink applications using open-source libraries and […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Detecting security issues in logging with Amazon CodeGuru Reviewer</title>
		<link>https://noise.getoto.net/2022/03/09/detecting-security-issues-in-logging-with-amazon-codeguru-reviewer/</link>
		
		<dc:creator><![CDATA[Brian Farnhill]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 00:01:18 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=c6e98916b86117124b21ebb6467fef43</guid>

					<description><![CDATA[Amazon CodeGuru is a developer tool that provides intelligent recommendations for identifying security risks in code and improving code quality. To help you find potential issues related to logging of inputs that haven’t been sanitized, Amazon CodeGuru Reviewer now includes additional checks for both Python and Java. In this post, we discuss these updates and […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Top 2021 AWS Security service launches security professionals should review – Part 1</title>
		<link>https://noise.getoto.net/2022/02/16/top-2021-aws-security-service-launches-security-professionals-should-review-part-1/</link>
		
		<dc:creator><![CDATA[Ryan Holland]]></dc:creator>
		<pubDate>Wed, 16 Feb 2022 20:14:20 +0000</pubDate>
				<category><![CDATA[2021 recap]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon Detective]]></category>
		<category><![CDATA[Amazon GuardDuty]]></category>
		<category><![CDATA[Amazon Inspector]]></category>
		<category><![CDATA[Amazon Macie]]></category>
		<category><![CDATA[AWS Key Management Service*]]></category>
		<category><![CDATA[AWS KMS]]></category>
		<category><![CDATA[AWS Secrets Manager]]></category>
		<category><![CDATA[AWS security]]></category>
		<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[AWS Security Team]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ef37b2911782a0c83d0253ddbe163a91</guid>

					<description><![CDATA[Given the speed of Amazon Web Services (AWS) innovation, it can sometimes be challenging to keep up with AWS Security service and feature launches. To help you stay current, here’s an overview of some of the most important 2021 AWS Security launches that security professionals should be aware of. This is the first of two […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Automate code reviews with Amazon CodeGuru Reviewer</title>
		<link>https://noise.getoto.net/2022/02/15/automate-code-reviews-with-amazon-codeguru-reviewer/</link>
		
		<dc:creator><![CDATA[Dhiraj Thakur]]></dc:creator>
		<pubDate>Tue, 15 Feb 2022 16:34:32 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7fc4070a0e159aa5a77efc0b23db9858</guid>

					<description><![CDATA[A common problem in software development is accidentally or unintentionally merging code with bugs, defects, or security vulnerabilities into your main branch. Finding and mitigating these faulty lines of code deployed to the production environment can cause severe outages in running applications and can cost unnecessary time and effort to fix. Amazon CodeGuru Reviewer tackles […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>New for Amazon CodeGuru Reviewer – Detector Library and Security Detectors for Log-Injection Flaws</title>
		<link>https://noise.getoto.net/2022/02/15/new-for-amazon-codeguru-reviewer-detector-library-and-security-detectors-for-log-injection-flaws/</link>
		
		<dc:creator><![CDATA[Danilo Poccia]]></dc:creator>
		<pubDate>Tue, 15 Feb 2022 16:00:21 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Programing Language]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=266e468823616c88557fb8e5a677434d</guid>

					<description><![CDATA[Amazon CodeGuru Reviewer is a developer tool that detects security vulnerabilities in your code and provides intelligent recommendations to improve code quality. For example, CodeGuru Reviewer introduced Security Detectors for Java and Python code to identify security risks from the top ten Open Web Application Security Project (OWASP) categories and follow security best practices for AWS […]]]></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 92/480 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-07 06:02:51 by W3 Total Cache
-->