
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
Learn how to build a Lambda function that automatically downloads survey response data from Qualtrics using their export API
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.
A deep dive into securely managing user-specific image uploads to S3 using presigned URLs and authorizing access for viewing with AWS Cognito.
Exploring the architecture and interesting features of a serverless survey application built with AWS CDK, React, DynamoDB, and Lambda@Edge
A detailed guide on sending emails with Microsoft Graph from a Lambda function
A detailed guide on implementing secure API Gateway endpoints using Lambda@Edge for request verification and API key management
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
How to build a private Fargate task and connect to it with an AWS Lambda function using AWS CDK.
This article will show you how to deploy a Python Lambda function with additional dependencies using CDK