Skip to content

fix the resize lambda by removing redundant zip step #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged

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.

1 participant