Vinayak Pandey·1d agoQuery Amazon RDS from Slack and Export Results to CSVIn my project, often external users reach out via Slack and ask us to send certain data in CSV format, which we need to query from…
Vinayak Pandey·2d agoHow I Replaced Self-Managed GitLab Runners With Lambda MicroVMsIn my current project, most of our CI/CD pipelines run on shared GitLab runners managed by central platform team. We have our own runners…
InAWS TipbyVinayak Pandey·3d agoOn-Demand Load Testing With AWS Lambda MicroVMsReference: https://saugaattiwari.com.np/blog/aws-lambda-microvms/. Check this blog out to understand how Lambda MicroVM is created.
Vinayak Pandey·6d agoBuilding A Remote Job Search Agent With CrewAI and Bedrock AgentCoreIn this post, we’ll build and deploy another agent using Bedrock AgentCore and integrate AgentCore Gateway directly with AgentCore Runtime…
Vinayak Pandey·Jul 1Building A Weekend Planner Agent With CrewAI and Bedrock AgentCoreRecently I was exploring Bedrock AgentCore so in this post, we’ll build a simple Weekend Planner to suggest weekend activities in Singapore…
InAWS TipbyVinayak Pandey·Jun 22Automating Node.js Codebase Upgrades with AWS Transform customReference: https://aws.amazon.com/blogs/compute/upgrading-lambda-function-runtimes-at-scale-with-aws-transform-custom/
Vinayak Pandey·Jun 18Terraform Drift Remediation With Claude and GitLabIn this post, we’ll see how we can build a Terraform Drift remediation workflow using Claude and GitLab. Terraform will be our source of…
InAWS TipbyVinayak Pandey·Jun 16Debugging GitLab Pipeline Failures With AWS DevOps AgentIn this post, we’ll see how we can use AWS DevOps Agent to debug GitLab pipeline failures.
Vinayak Pandey·Jun 14Building a Terraform Reviewer With Claude and GitLabSample repo: https://gitlab.com/cloudfrontvinayak/terraform-reviewer
Vinayak Pandey·Jun 11Building an AI Security Remediation Workflow with Claude, Trivy, and GitLabIn this post, we’ll see how we can build a security remediation workflow with Claude, Trivy, and GitLab. So our workflow will be like this