Lambda


Lambda

  • What it is: Serverless Functions. You upload code (Python, Node.js, etc.), and it runs only when triggered.

  • Data Engineer Note: Essential for "glue code"—e.g., "When a file lands in S3, trigger this Lambda to load it into Snowflake."

  • Equivalents:

    • GCP: Cloud Functions

    • Azure: Azure Functions


Last updated