Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 530 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 530 Bytes

Uploading Objects to S3 Using One-Time Presigned URLs

See Uploading Objects to S3 Using One-Time Presigned URLs @ Medium

Setup

Edit the config.json file and change the name of the bucket, rename the project by editing the service name in serverless.yml

Deployment

Use Serverless Framework for deployment. Install the dependecies with npm install and then run sls deploy in the project root to start the deployment.