AWS Lambda service that allows for uploading and downloading of images of any type, and stores them on S3.
- Ensure you're using at least
node v14.15 - Ensure you have installed
dockeranddocker-compose - Run
npm ito install the project dependencies
- Run
sls offline- to spin up local serverless server - Run
sls run init-localstack- to spin up localstack, local version of AWS cloud using docker-compose - Run
sls run test:integrationto run a test that uploads an existing image file into localstack's S3, and then downloads it verifying it is the same data - Run
sls testto run unit tests