sample-serverless-image-resizer-s3-lambda
sample-serverless-image-resizer-s3-lambda copied to clipboard
Serverless Image Resizer demo app for LocalStack
# Motivation With our DevContainer Feature and Templates live we'd like to showcase the simplicity and flexibility of its usage by adding a Docker-in-Docker (DinD) and a Docker-outside-of-Docker (DooD) setup....
Hello, I came across this when trying to test out LocalStack and what it can do. I clone this repo and deployed the application using the `bin/deploy.sh` and it all...
# Description As of today the [Quickstart documentation](https://docs.localstack.cloud/getting-started/quickstart/) mentions under the `"Setup the serverless image resizer"` section that the developer should execute the bash script located at: `deployment/build-lambdas.sh`.  Apparently...
After setting environment, while running `deployment/awslocal/deploy.sh` , it's showing the below error ```sh Error parsing parameter '--zip-file': Unable to load paramfile fileb://lambdas/presign/lambda.zip: [Errno 2] No such file or directory: 'lambdas/presign/lambda.zip'...
## Summary Fixed critical bugs in the image resizing Lambda function that were preventing resized images from being created and displayed properly. ## Issues Fixed 1. **Variable name error**: Fixed...