Skip to content

Conversation

@HarshCasper
Copy link
Member

Description

The PR #40 added extra steps to build Lambda functions in the deployment/awslocal/deploy.sh script. However, this conflicts with the quickstart documentation, which requires users (especially on macOS) to build Lambdas separately using a specific Docker image (http://public.ecr.aws/sam/build-python3.11) with bin/build_lambdas.sh script.

The conflict caused a problem: when S3 bucket notifications triggered the Lambda function, it couldn't properly load required packages (like PIL), preventing the image resize operation from working correctly.

@HarshCasper HarshCasper merged commit 00ee33f into main Apr 22, 2025
1 of 4 checks passed
@HarshCasper HarshCasper deleted the fix-app branch April 22, 2025 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants