Tag: Integration

How to use Amazon CodeWhisperer using Okta as an external IdP

October 27, 2023 By Mark Otto Off

Customers using Amazon CodeWhisperer often want to enable their developers to sign in using existing identity providers (IdP), such as Okta. CodeWhisperer provides support for authentication either through AWS Builder Id or AWS IAM Identity Center. AWS Builder ID is a personal profile for builders.…

Leveraging Business Applications for Better Workflow Management

October 9, 2023 By Mark Otto Off

In the globalized world, about 34% of Business interruptions are caused by poor workflow management.  Workflow management ensures responsibilities and strategies work seamlessly, boosting productivity and assisting agencies with development.  But here’s the exciting element: today’s technology and innovative business apps are like magic tools…

Weaveworks and AWS Joining Forces to Maintain Open Source eksctl

July 13, 2023 By Mark Otto 0

In 2019 we announced in partnership with Weaveworks, that the open source eksctl CLI tool was the officially supported CLI tool for Amazon Elastic Kubernetes Service (Amazon EKS). Jointly developed by AWS and Weaveworks, eksctl simplifies and automates much of the experience of creating EKS…

All the ways to use Postgres from Node

May 30, 2023 By Mark Otto 0

▶  ‘I Tried 8 Different Postgres ORMs’ — A modern, fast-paced, and slightly irreverent meme-heavy look at the various ways in which you can interact with Postgres (provided serverless by Neon, in this case) from a backend JavaScript app. It’s pretty neat as whirlwind tours go.…

Integrating DevOps Guru Insights with CloudWatch Dashboard

May 3, 2023 By Mark Otto Off

Many customers use Amazon CloudWatch dashboards to monitor applications and often ask how they can integrate Amazon DevOps Guru Insights in order to have a unified dashboard for monitoring.  This blog post showcases integrating DevOps Guru proactive and reactive insights to a CloudWatch dashboard by…

DevSecOps with Amazon CodeGuru Reviewer CLI and Bitbucket Pipelines

April 28, 2023 By Mark Otto Off

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…