- Effortlessly execute AWS CLI commands using natural language with Amazon Q Developerby Xipu Li on January 14, 2025 at 2:48 pm
The CLI struggle is real Command-line tools are meant to simplify infrastructure and DevOps workflows, but the reality is often the opposite. Instead of speeding things up, the vast array of commands, flags, and syntax turns the CLI into a puzzle. Tools meant to enhance productivity have developers endlessly tab-switching between searches, forums, and docs
- Unlocking AWS Console: Diagnosing Errors with Amazon Q Developerby Marco Frattallone on January 10, 2025 at 1:58 pm
Introduction Developers, IT Operators, and in some cases, Site Reliability Engineers (SREs) are responsible for deploying and operating infrastructure and applications, as well as responding to and resolving incidents effectively and in a timely manner. Effective incident management requires quick diagnosis, root cause analysis, and implementation of corrective actions. Diagnosing the root cause can be
- The most visited DevOps and Developer Productivity blog posts in 2024by Brian Beach on January 2, 2025 at 2:21 pm
Read our top ten 2024 posts: effortlessly migrate to AWS CDK; import applications into CloudFormation; Terraform deployments; streamline AWS DevOps; gain insights on CloudFormation optimizations, GitHub Action runners at scale, and AI-powered coding workflows.
- re:Invent 2024 DevOps and Developer Productivity Playlistby Brian Beach on January 2, 2025 at 2:20 pm
The dust has settled after another re:Invent. I once again had the privilege of organizing the DevOps and Developer Productivity (DOP) track along with Jessie VanderVeen, Krishna Dalal, Megan Sattler and countless others. For 2024, the DOP track included 60 sessions. If you weren’t able to attend, I have compiled a list of the on-demand
- Leverage powerful generative-AI capabilities for Java development in the Eclipse IDE public previewby Vinicius Senger on November 27, 2024 at 7:29 pm
Today marks an exciting milestone for Eclipse developers everywhere: we’re thrilled to announce the public preview of Amazon Q Developer in the Eclipse IDE. This integration brings the power of AI-driven development directly into one of the most popular development environments. In this blog post, we’ll explore some of its game-changing features, and show you
- Analyzing your AWS Cost Explorer data with Amazon Q Developer: Now Generally Availableby Riya Dani on November 26, 2024 at 4:08 pm
We are excited to announce the general availability of the cost analysis capability in Amazon Q Developer. This powerful feature integrates Q Developer’s natural language processing capabilities with AWS Cost Explorer, revolutionizing how you analyze and understand your AWS costs. Initially launched in preview on April 30, 2024, the Amazon Q cost analysis capability now offers enhanced
- How SmugMug Increased Data Modeling Productivity with Amazon Q Developerby Will Matos on November 26, 2024 at 3:40 pm
This post is co-written with Dr. Geoff Ryder, Manager, at SmugMug. Introduction SmugMug operates two very large online photo platforms: SmugMug and Flickr. These platforms enable more than 100 million customers to safely store, search, share, and sell tens of billions of photos every day. However, the data science and engineering team at SmugMug and
- Dissecting the Performance Gains in Amazon Q Developer agent for code transformationby Jonathan Vogel on November 22, 2024 at 10:39 pm
Amazon Q Developer Agent for code transformation is an AI-powered tool which modernizes code bases from Java 8 and Java 11 to Java 17. Integrated into VS Code and IntelliJ, Amazon Q simplifies the migration process and reduce the time and effort compared to manual process. It proposes and verifies code changes, using AI to
- Your DevOps and Developer Productivity guide to 2024 re:Inventby Artur Rodrigues on November 21, 2024 at 6:41 pm
It’s that time of the year again. The annual AWS re:Invent conference is just around the corner. Still need to save your spot? You can register here. This year’s DevOps and Developer Productivity (DOP) track features an impressive lineup, including 11 breakout sessions, 14 chalk talks, 2 code talks, 8 workshops, 3 builder sessions, and
- Introducing AWS CloudFormation Hooks invoked via AWS Cloud Control API (CCAPI)by Kevin DeJong on November 21, 2024 at 5:27 pm
Today we are announcing the integration of AWS CloudFormation Hooks with AWS Cloud Control API (CCAPI). This integration enables the use of hooks to validate the configuration of resources being provisioned through CCAPI. In this blog post, we will explore the integration between CloudFormation Hooks and CCAPI by configuring an existing hook to work with
- Proactively validate your AWS CloudFormation templates with AWS Lambdaby Kirankumar Chandrashekar on November 20, 2024 at 5:17 pm
AWS CloudFormation is a service that allows you to define, manage, and provision your AWS cloud infrastructure using code. To enhance this process and ensure your infrastructure meets your organization’s standards, AWS offers CloudFormation Hooks. These Hooks are extension points that allow you to invoke custom logic at specific points during CloudFormation stack operations, enabling
- Introducing a managed hook for Guardby Brian Terry on November 20, 2024 at 5:17 pm
In today’s cloud-driven world, maintaining compliance and enforcing organizational policies across your infrastructure is more critical than ever. AWS CloudFormation, a service that enables you to model, provision, and manage AWS and third-party resources through Infrastructure as Code (IaC), has been a cornerstone for automating cloud deployments. While CloudFormation simplifies resource management, ensuring compliance with
- Expanded resource awareness in Amazon Q Developerby Brendan Jenkins on November 19, 2024 at 10:01 pm
Recently, Amazon Q Developer announced expanded support for account resource awareness with Amazon Q in the AWS Management Console and the AWS Mobile Application. This is coupled with the general availability of Amazon Q Developer in AWS Chatbot, enabling you to ask questions from Microsoft Teams or Slack. Additionally, Amazon Q will now provide context-aware assistance for
- Amazon Q Developer plugins now generally available for the AWS Management Consoleby Shardul Vaidya on November 14, 2024 at 4:26 am
Today, Amazon Web Services (AWS) announced the launch and general availability of Amazon Q Developer plugins for Datadog and Wiz in the AWS Management Console. When chatting with Amazon Q in the console, customers can access a subset of information from Datadog and Wiz services using natural language. Ask questions like @datadog do I have
- Peek inside your AWS CloudFormation Deployments with timeline viewby Idriss Laouali Abdou on November 11, 2024 at 9:48 pm
AWS CloudFormation makes it easy to model and provision your cloud application infrastructure as code. CloudFormation templates can be written directly in JSON or YAML, or they can be generated by tools like the AWS Cloud Development Kit (CDK). These templates are submitted to the CloudFormation service and the resources are deployed together as stacks,
- How Amazon Q reduced the time Amazon developers spent waiting for technical answers by 450k hours this yearby Hank Cycyota on November 1, 2024 at 1:24 pm
Introduction Software development is complex and time consuming. Developers frequently need to stop building to get answers to hard, technical questions. What is the error in my code? How do I debug the logic? Where do I go to find this information? In 2024 Stack Overflow Developer Survey 53% of respondents agreed that waiting on
- A new AWS CDK L2 construct for Amazon CloudFront Origin Access Control (OAC)by Josh DeMuth on October 31, 2024 at 6:45 pm
Recently, we launched a new AWS Cloud Development Kit (CDK) L2 construct for Amazon CloudFront Origin Access Control (OAC). This construct simplifies the configuration and maintenance of securing Amazon Simple Storage Service (Amazon S3) CloudFront origins with CDK. Launched in 2022, OAC is the recommended way to secure your CloudFront distributions due to additional security features compared
- Using Semantic Versioning to Simplify Release Managementby Brandon Kindred on October 29, 2024 at 6:22 pm
Any organization that manages software libraries and applications needs a standardized way to catalog, reference, import, fix bugs and update the versions of those libraries and applications. Semantic Versioning enables developers, testers, and project managers to have a more standardized process for committing code and managing different versions. It’s benefits also extend beyond development teams
- Leverage Amazon Q Developer and AWS Chatbot within Slackby Jonathan Wong on October 29, 2024 at 6:19 pm
The release of Amazon Q Developer and its ability to be integrated into AWS Chatbot allows users who use Microsoft Teams or Slack to stay within their communication platform and interact with a conversational generative artificial intelligence (AI) AWS expert. Amazon Q Developer is a conversational generative AI chatbot that provides AWS assistance in the form of
- Diving Deeper into Projen: Exploring Advanced Featuresby Michael Tran on October 29, 2024 at 2:31 pm
We will be highlighting Projen’s powerful features that cater to various aspects of project management and development. We’ll examine how Projen enhances polyglot programming within Amazon Web Services (AWS) Cloud Development Kit constructs. We’ll also touch on its built-in support for common development tools and practices. In our previous blog, we introduced you to the