CS Notes

Recent writing

  • Fermi Problem

    Sep 09, 2025

    • math
  • Prometheus On Macos

    Sep 07, 2025

    • devops
    • binance
  • MMU

    Sep 03, 2025

    • OS

See 643 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

AWS

❯

Compute

❯

AWS Lambda

AWS Lambda

57 words, 1 min read
Last updated on Mar 04, 2024
🌟 Edit This Page!   🗓️ History

  • aws
  • python
Xinyang YU

Abstract


  • Serverless Compute Server


  • Act as glue between AWS EventBridge and notification channels like telegram and slacks etc. An basic setup guide can be found here

Easier coding experience with Python Lambda

There are Powertools for AWS Lambda (Python) which offer intellisense, logger and Abstraction to retrieve data from AWS Parameter Store and AWS secrets store etc

Mentioned by

  • Java Comparison

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub