subaud
  • Tags
  • Resume
  • About
  • Feed
Sign In

Lambda

9 posts


Automating Qualtrics Survey Data Downloads with Lambda

Automating Qualtrics Survey Data Downloads with Lambda

Learn how to build a Lambda function that automatically downloads survey response data from Qualtrics using their export API

Jun 15, 2025 • Court Schuett
#AWS #Lambda #Python
Using psycopg2 with AWS Lambda and CDK: Binary vs Source Solutions

Using psycopg2 with AWS Lambda and CDK: Binary vs Source Solutions

Getting psycopg2 to work in AWS Lambda can be frustrating. This post shows you two reliable solutions - using pre-compiled binaries for simplicity, and building from source with Docker for production workloads.

May 30, 2025 • Court Schuett
#CDK #AWS #Lambda
Secure S3 Image Uploads and Viewing with Presigned URLs and Cognito

Secure S3 Image Uploads and Viewing with Presigned URLs and Cognito

A deep dive into securely managing user-specific image uploads to S3 using presigned URLs and authorizing access for viewing with AWS Cognito.

May 12, 2025 • Court Schuett
#AWS #Storage #Cognito
Deep Dive: Building 'alphabetizi.ng'

Deep Dive: Building 'alphabetizi.ng'

Exploring the architecture and interesting features of a serverless survey application built with AWS CDK, React, DynamoDB, and Lambda@Edge

Apr 04, 2025 • Court Schuett
#AWS #CDK #Database
Send Email with Microsoft Graph from Lambda

Send Email with Microsoft Graph from Lambda

A detailed guide on sending emails with Microsoft Graph from a Lambda function

Mar 16, 2025 • Court Schuett
#AWS #CDK #Lambda
Securing API Gateway with Lambda@Edge

Securing API Gateway with Lambda@Edge

A detailed guide on implementing secure API Gateway endpoints using Lambda@Edge for request verification and API key management

Jan 06, 2025 • Court Schuett
#AWS #CDK #Security
CDK Cognito Protected API Demo with Postman

CDK Cognito Protected API Demo with Postman

In this demo we will see how to deploy a Cognito protected API and test it with Postman using OAuth 2.0 for authentication and login

Oct 31, 2024 • Court Schuett
#CDK #Cognito #API
Using CDK to build a Fargate task with AWS Lambda integration

Using CDK to build a Fargate task with AWS Lambda integration

How to build a private Fargate task and connect to it with an AWS Lambda function using AWS CDK.

Dec 18, 2023 • Court Schuett
#CDK #Fargate #Lambda
Deploying a Python Lambda with Requirements using CDK

Deploying a Python Lambda with Requirements using CDK

This article will show you how to deploy a Python Lambda function with additional dependencies using CDK

Nov 10, 2022 • Court Schuett
#CDK #AWS #Lambda
Page 1 of 1

© 2025 subaud

Opinions and statements are my own.