Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 361 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 361 Bytes

How to use aws-sdk to generate presigned urls in Cloudflare workers

How to use the demo:

Install > browserify < by running 'npm install -g browserify'
  • Navigate into the 'my-app' directory.
  • Install the dependencies by executing 'npm install'
  • Then run the worker either by running 'wrangler dev' or publish it by running 'wrangler publish'