Cloud & Architecture
AWS serverless architecture
Built AWS serverless systems where Lambda, API Gateway, AppSync, DynamoDB, RDS Serverless, SQS/SNS, Cognito, ECS, and CodeBuild had to operate together as one system.
CDK construct library for durable serverless workflows
Walks through a reusable AWS workflow pattern with API Gateway, Lambda, DynamoDB, SQS/DLQ, SNS, CloudWatch alarms, and least-privilege grants.
Open the evidenceScope
Specific capabilities
The narrower skills inside this area.
Examples
Where this shows up
Public examples and pages that connect the skill to code, decisions, or delivery work.
Can lead and explain
There is enough structure, tradeoff reasoning, and explanation to evaluate leadership depth.
- CDK construct library for durable serverless workflows
Walks through a reusable AWS workflow pattern with API Gateway, Lambda, DynamoDB, SQS/DLQ, SNS, CloudWatch alarms, and least-privilege grants.
- Operating an event-driven workflow under failure
Shows intake, queueing, async worker behavior, alarms, and telemetry from request acceptance through completion or failure.
- Redis/ElastiCache platform caching across serverless apps
Connects a shared cache foundation to serverless application adoption, including endpoint exports, runtime configuration, and service-level migration boundaries.
Professional context
Where I have used it
In production cloud work, I worked on multi-region AWS serverless microservices with near-zero downtime goals and enterprise-scale availability requirements. Most of the hard parts lived between services: identity, deployment, state, retries, and what happens when a piece fails.
Same area