About Yusuf Mayet

I am currently a Solutions Architect at Amazon Web Services (AWS), supporting customers on their journey to the cloud, where I help them realise that true transformation lies at the intersection of Cloud, DevOps cultural practices, Agile principles, modular and scalable architectures, and efficient team structures.

I hold various industry certifications:

  • AWS Solutions Architect Professional
  • 3 x AWS Associate (Solutions Architect, Developer, SysOps)

I help build serverless solutions, so that you can focus on writing code that serves customers. Serverless technologies feature automatic scaling, built-in high availability, and a pay-for-use billing model to increase agility and optimize costs. Serverless technologies also eliminate infrastructure management tasks like capacity provisioning and patching.



Featured below is some of my projects - check out the rest on github

Python Telegram Bot (PTB) on AWS Serverless

This project contains source code and supporting files for a Python Telegram Bot v20.x serverless application, using Webhooks, that you can deploy with the AWS SAM CLI

Build Amazon CloudWatch dashboards and alarms to monitor backups to Amazon S3

This pattern uses AWS serverless technologies to implement an event-driven approach to monitor backup files in Amazon S3. It will create an Amazon S3 trigger to invoke a Lambda function when backups are copied into the Amazon S3 bucket, that will publish a custom metric to Amazon CloudWatch, based on the backup data in Amazon S3

Create VPC, EC2 ASG, and RDS instance with AWS CDK Python

This project creates a new VPC, EC2 Auto Scaling group, Load Balancers and RDS instance on AWS with the AWS Cloud Development Kit.

Serverless Event Gateway Pattern: Internal Event-Driven system with API GW to external customers

Integrate your AWS Event-Driven System with Legacy systems using Restfull APIs

Flask on AWS Serverless

A series of blog posts and code repos to build serverless Flask web applications

Telegram Tasweer Bot

Telegram Bot that detects and deletes representations of animate objects. It could be used to remove personally identifiable information (PII) from telegram. Its written in python 3, using the python-telegram-bot telegram bot framework. It runs on AWS Lambda, or as a standalone python program.