Skip to content

Instantly share code, notes, and snippets.

View jonwhittlestone's full-sized avatar
💭
... cloud hopping

Jon jonwhittlestone

💭
... cloud hopping
View GitHub Profile
@jonwhittlestone
jonwhittlestone / lambda_handler.py
Created November 9, 2024 06:29 — forked from djg07/lambda_handler.py
DynamoDB Streams Lambda Handler
import json
print('Loading function')
def lambda_handler(event, context):
print('------------------------')
print(event)
#1. Iterate over each record
try:
for record in event['Records']:
deb http:deb.debian.org/debian bookworm non-free
deb-src http://deb.debian.org/debian bookworm non-free
deb http://deb.debian.org/debian-security/ bookworm-security non-free
deb-src http://deb.debian.org/debian-security/ bookworm-security non-free
deb http://deb.debian.org/debian bookworm-updates non-free
deb-src http://deb.debian.org/debian bookworm-updates non-free
@jonwhittlestone
jonwhittlestone / 📚 learn-data-engineering.md
Last active October 14, 2023 06:03
📚 learn-data-engineering.md

📚 learn-data-engineering.md

  • tags to look out for - for OVO interview
    • Terraform to cloud
    • Kafka
    • Labelling
    • Tagging
    • Data ownership
    • cataloging / metadata: advantages
  • data quality
@jonwhittlestone
jonwhittlestone / CONTACTS-INGEST-ENCRYPT.md
Created August 25, 2023 08:17
CONTACTS-INGEST-ENCRYPT.md

‎‎​

@jonwhittlestone
jonwhittlestone / calmer-easier-happier-boys.md
Last active August 11, 2023 16:10
calmer-easier-happier-boys.md
@jonwhittlestone
jonwhittlestone / ace-python-interview.ipynb
Last active July 31, 2023 12:43
real-python-interesting-resources.md
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonwhittlestone
jonwhittlestone / 🧠 book-notes-build-tony-fadell.md
Last active July 6, 2023 14:44
🧠 book-notes-build-tony-fadell.md

Book Notes: Build - Tony Fadell