Vetted AWS Lambda Professionals

Pre-screened and vetted.

HT

Hassam Tariq

Screened

Mid-Level Software Engineer specializing in Cloud, GenAI, and Federal systems

Arlington, VA
DeloitteUniversity of Maryland, College Park

Cloud-focused engineer experienced deploying and stabilizing complex production systems that span APIs, infrastructure, and automated workflows, with a strong observability and safe-release mindset (feature flags/canaries/rollbacks). Has hands-on, customer-facing incident leadership, including executing DR regional failover during an AWS us-east-1 outage to maintain service and reportedly save a client ~$10M.

View profile
SM

Shravya M

Screened

Senior AI/ML Engineer specializing in NLP, LLMs, and MLOps

Texas, USA6y exp
CVS HealthUniversity of North Texas

LLM/agent workflow engineer with healthcare experience (CVS/CBS Health) who built and deployed a production call-insights platform using Azure OpenAI + LangChain/LangGraph, including sentiment and compliance checks. Demonstrates deep HIPAA/PHI handling (tenant-contained processing, redaction, RBAC/encryption/audit logging) and production rigor (testing, eval sets, validation/retries, autoscaling) to scale to thousands of transcripts.

View profile
NN

Mid-level AI/ML Engineer specializing in Generative AI and MLOps

4y exp
WalgreensUniversity of North Texas

Built and deployed a production Retrieval-Augmented Generation (RAG) platform in a healthcare setting to automate clinical documentation review and summarization, targeting near-real-time, explainable outputs. Emphasizes grounded generation to reduce hallucinations, latency optimizations (chunking/embedding reuse), and PHI-safe workflows with access controls, plus strong orchestration experience using Apache Airflow.

View profile
BK

Bharath kumar

Screened

Director-level AI & Data Science leader specializing in GenAI, LLMs, and MLOps

Draper, UT12y exp
ThorneBharathiar University

ML/NLP engineer currently working in NYC on a system that connects complex unstructured data sources to deliver personalized insights, using embeddings + vector DB retrieval and a RAG architecture (LangChain, Pinecone/OpenSearch). Strong focus on production constraints—especially low-latency retrieval—using FAISS/ANN, PCA, index partitioning, and Redis caching, plus PEFT fine-tuning (LoRA/QLoRA) and KPI/SLA-driven promotion to production.

View profile
OB

Omkar Bhope

Screened

Staff Full-Stack Engineer specializing in AI platforms and infrastructure automation

San Jose, CA5y exp
Etched AIUC San Diego

Backend/full-stack engineer building complex internal platforms and customer-facing demos at the intersection of infrastructure and product. Shipped a no-code Product Lifecycle Manager for manufacturing (3 manufacturers, 1000+ evolving tests) using AWS S3/SQS ingestion and extensible Postgres (EAV+JSONB) with end-to-end traceability. Also built a FastAPI-based company data intelligence platform with Okta-secured RBAC and an LLM/MCP layer for ChatGPT-like analytics over enterprise data sources.

View profile
SR

Mid-level AI/ML Engineer specializing in deep learning, NLP/LLMs, and MLOps

MA, USA6y exp
Flatiron HealthClark University

Built and shipped a real-time oncology risk prediction system used by doctors during patient visits, trained on clinical data in AWS SageMaker and deployed via FastAPI with sub-second responses. Emphasizes clinician-trust features (SHAP explainability, validation checks) and HIPAA-compliant controls (encryption, RBAC, audit logging), plus Kubernetes-based production operations with autoscaling, monitoring, and drift/retraining workflows; collaborated closely with oncologists at Flatiron Health.

View profile
SB

Silpa Bhavani

Screened

Mid-level Full-Stack Java Developer specializing in cloud-native microservices

Oakland, CA5y exp
BlockLamar University

Software engineer with strong compliance-domain experience who built a customer-facing compliance and reporting dashboard using React/TypeScript with Spring Boot microservices. Demonstrates mature production engineering practices—contract-first APIs, event-driven architecture (Kafka/RabbitMQ), caching (Redis), and robust CI/CD + observability (Prometheus/Grafana/ELK)—and also created a Python-based audit automation tool adopted into the standard release process.

View profile
TK

Mid-level AI/ML Engineer specializing in Generative AI, RAG, and Conversational AI

3y exp
AetnaIndiana Tech

Built a production RAG-based GenAI copilot backend at Aetna using Python/FastAPI, GPT-4, LangChain, and Azure AI Search, deployed on AKS with Prometheus/Grafana observability. Owned the system end-to-end (ingestion through deployment) and improved peak-time reliability by addressing vector search and embedding bottlenecks with Redis caching, index optimization, and async processing, plus added anti-hallucination guardrails via retrieval confidence thresholds.

View profile
JL

Jeffrey Lin

Screened

Mid-Level Software Engineer specializing in Cloud Platform & Automation

Chicago, IL4y exp
RappUniversity of Michigan

Software engineer at Wrap who built production AWS Lambda services for large-scale Parquet dataset generation (50k+ records) and a synthetic traffic/lead generation system using Python, Playwright, and Jenkins. Also built and deployed a full-stack hobby product (MyAnimeListRanker) that ingests MyAnimeList user data and uses an Elo-based ranking workflow, with operational guardrails like rate limiting and monitoring via Vercel/logs.

View profile
NP

Navya Panyala

Screened

Senior Software Engineer specializing in identity, cloud-native microservices, and reactive web apps

Bentonville, AR6y exp
WalmartUniversity at Albany

Product-focused full-stack engineer with Walmart and Dell experience who built and shipped a real-time engagement dashboard end-to-end (Kafka Streams, Spring Boot, React/TypeScript/D3) used daily by business teams, moving them from next-day reports to real-time decisioning. Strong in performance/reliability (Redis caching cut latency ~40%, 90%+ test coverage, Prometheus/CloudWatch monitoring) and production operations on AWS/EKS including handling a cascading failure from a memory leak with zero-downtime rollback and redeploy.

View profile
RG

Mid-level GenAI Engineer specializing in production RAG and LLM fine-tuning

San Jose, California5y exp
eBayTexas Tech University

LLM engineer who built a production seller-support RAG system at eBay using hybrid retrieval (BM25 + Pinecone vectors) with Cohere reranking, LangGraph orchestration, and citation-grounded answers. Strong focus on reliability: semantic/structure-aware chunking, automated Ragas-based evaluation with nightly regressions, and production observability (LangSmith) plus drift monitoring (Arize). Also implemented a multi-agent fraud pipeline with AutoGen using JSON-schema contracts and explicit termination conditions.

View profile
AB

Senior Software Engineer specializing in React, TypeScript, and scalable web applications

Los Angeles, CA8y exp
20th Century StudiosSan Francisco State University

Full-stack engineer with production experience building and owning high-traffic e-commerce checkout flows in Next.js (App Router) + TypeScript across microservices (REST/GraphQL). Demonstrated measurable performance wins (30% checkout improvement; 85% initial load reduction at 20th Century FOX) and strong production rigor (APM/logs, CloudWatch, Postgres indexing + EXPLAIN ANALYZE), including offloading PDF generation to AWS Lambda.

View profile
DB

Mid-level AI/ML Engineer specializing in LLMs, RAG, and MLOps on AWS

TX, USA5y exp
BlackRockTexas A&M University-Kingsville

AI engineer who built a production RAG-based internal analyst tool at BlackRock, fine-tuning an LLM on proprietary financial data and adding four layers of guardrails (input/retrieval/generation/output) to improve grounding and reduce hallucinations. Implemented a LangChain-based multi-agent orchestration (7 major agents) deployed on AWS ECS, with reliability measured via internal human evaluation, LLM-as-judge, and RLHF/drift monitoring.

View profile
YT

Yupeng Tang

Screened

Junior Machine Learning Engineer specializing in LLM systems and GPU inference

Atlanta, GA1y exp
GMI CloudGeorgia Tech

LLM/agent engineer who shipped a production RAG-based recommendation + explanation system that replaced a traditional recommender stack, delivering ~20% CTR lift (and +8% after a reliability iteration) with strong cold-start performance. Demonstrates strong production rigor: schema-constrained generation, typed tool calling, explicit state/orchestration, deep monitoring/feedback loops, and safe integration with messy ERP inventory/order data using normalization, idempotency, and conflict-resolution guardrails.

View profile
JS

Intern Software Engineer specializing in edge AI deployment and distributed systems

San Francisco, CA1y exp
Zetic AISan José State University

Full-stack engineer who built an enterprise search platform (Codlens) delivering natural-language Q&A over Jira/Slack using embeddings, vector DB search, re-ranking (RRF), and LLM responses with source grounding. Also designed and benchmarked a distributed IAM system with Postgres transaction-log replication and Raft-based quorum consistency, reporting ~253 TPS at ~60ms latency in a multi-node setup. Experience spans early-stage startups (Zetic AI, Sagwara Capital) and large-scale orgs (Akamai, Atlassian).

View profile
AP

Mid-level Data Engineer specializing in cloud data pipelines and enterprise data platforms

4y exp
ConnectiveRxUniversity of Pennsylvania

Data engineer/backend engineer who owns large-scale, real-time event pipelines on AWS end-to-end, including a petabyte-scale CDC ingestion flow from multiple Postgres DBs into Redshift. Re-architected a legacy DynamoDB+S3 approach into a Delta Lake + DuckDB/PyArrow-compatible design, improving performance dramatically (e.g., ~600s to ~10s for 1k records) and increasing reliability at high file volumes.

View profile
Anvith Reddy Dodda - Mid-level AI Engineer specializing in GenAI, NLP, and MLOps in Remote, USA

Mid-level AI Engineer specializing in GenAI, NLP, and MLOps

Remote, USA3y exp
PayPalUniversity of Central Missouri

LLM/agentic-systems engineer with PayPal experience hardening an LLM-powered fraud support assistant from prototype to production, focusing on low-latency distributed architecture, rigorous evaluation/testing, and security/compliance. Comfortable in customer-facing and GTM contexts—runs technical demos/workshops, builds tailored pilots, and aligns sales/CS with engineering to close deals and drive adoption.

View profile
Mithilesh Gaurihar - Mid-Level Software Engineer specializing in Java microservices and cloud-native systems in USA

Mid-Level Software Engineer specializing in Java microservices and cloud-native systems

USA4y exp
CitigroupArizona State University

Full-stack engineer (SAP Labs experience) who built an end-to-end, real-time fraud detection system on Java 11/Spring Boot microservices with Kafka event streaming and a React/Redux analytics dashboard with WebSocket updates. Demonstrated strong production ownership by diagnosing a critical memory leak with Prometheus/CloudWatch + heap dumps and improving performance with Redis caching (40% faster queries), while also modernizing deployments via Kubernetes, Jenkins CI/CD, and Terraform.

View profile
Sunil Chinthaparthi - Mid-level Python Developer specializing in AWS microservices and cloud automation in Jersey City, NJ

Mid-level Python Developer specializing in AWS microservices and cloud automation

Jersey City, NJ4y exp
Best BuyPace University

Backend engineer focused on Python/FastAPI microservices running on Kubernetes (AWS EKS) with strong GitOps/CI/CD ownership (GitHub Actions + ArgoCD). Demonstrated measurable performance wins (p95 latency cut from >1s to <200ms) and production reliability work across Kafka/Redis streaming and cloud-to-on-prem migrations (RDS/S3 to Postgres/MinIO) using parallel validation and checksum-based consistency checks.

View profile
Prateek Patil - Engineering Leader specializing in Digital Health, AI, and Cloud Platforms in Santa Clara, CA

Prateek Patil

Screened

Engineering Leader specializing in Digital Health, AI, and Cloud Platforms

Santa Clara, CA16y exp
RocheIllinois Institute of Technology

Senior Engineering Manager at Roche leading two Scrum teams building internally shared (“inner-sourced”) tools and libraries for a healthcare enterprise. Has led security/compliance-first architecture decisions (e.g., Python AI modules running inside a Java container) and front-end modularization (Angular monorepo to module federation), with a strong focus on developer experience via automated Swagger/OpenAPI documentation and robust testing/versioning practices.

View profile
Advitha Bawgi - Junior Full-Stack Software Engineer specializing in cloud-native microservices in India

Advitha Bawgi

Screened

Junior Full-Stack Software Engineer specializing in cloud-native microservices

India1y exp
DAZNArizona State University

Backend engineer with hands-on IoT and AI product work: built a decoupled Raspberry Pi + AWS IoT Core weather monitoring backend and a Dockerized FastAPI LLM service on AWS ECS using OpenAI/HuggingFace with an emerging RAG layer. Also delivered measurable performance gains at DAZN by redesigning event-driven/serverless ingestion (SNS, S3->Lambda->DynamoDB), cutting latency ~30% and boosting throughput ~25% while automating ~90% of manual sync work.

View profile
Jahnavi Bellapukonda - Mid-Level Software Engineer specializing in full-stack web and cloud systems in Remote, USA

Mid-Level Software Engineer specializing in full-stack web and cloud systems

Remote, USA3y exp
AdobeTexas Tech University

Full-stack engineer with strong data engineering and privacy-domain experience, having owned an automated Data Subject Rights (DSR) processing pipeline end-to-end across Azure SQL and GCP (GCS/BigQuery). Emphasizes production reliability via idempotency, validation checkpoints, structured logging/monitoring, and safe CI/CD-driven deployments, and has also built React+TypeScript + Node/Postgres web apps with scalable, maintainable architecture.

View profile
Niteesh Ganipisetty - Mid-level AI/ML Engineer specializing in Generative AI, NLP, and Computer Vision in Grand Rapids, MI

Mid-level AI/ML Engineer specializing in Generative AI, NLP, and Computer Vision

Grand Rapids, MI4y exp
IntuitGrand Valley State University

Built an LLM-powered learning assistant (EduQuizPro/EduCrest Pro) that uses RAG over URLs and PDFs to generate quizzes, notes, and explanations for students/professors. Emphasizes production robustness—implemented dependency fallbacks (FAISS/Sentence Transformers/Gradio), CLI-safe mode, and NumPy-based indexing—along with a custom orchestration layer to keep multi-step AI workflows reliable.

View profile
Mounika Gunturu - Senior Python Full-Stack Developer specializing in cloud-native microservices and data platforms in New York, NY

Senior Python Full-Stack Developer specializing in cloud-native microservices and data platforms

New York, NY9y exp
Oliver WymanNarayanamma Institute of Technology and Science

Backend/data engineer from Oliver Wyman who built and ran production Python (FastAPI) services on AWS (ECS/Lambda/API Gateway) supporting risk modeling and regulatory reporting. Strong in reliability/observability, Glue-based ETL with data quality controls, and legacy SAS-to-Python modernization with rigorous parity validation; also demonstrated measurable SQL performance wins and cost-control improvements in serverless scaling. Based in Raleigh, NC and can travel onsite for important Bethesda-area meetings.

View profile

Need someone specific?

AI Search