https://github.com/adieuadieu/serverless-save-url-as
Lambda-based micro-service to save a given URL as a JPEG, PNG, PDF, etc.
https://github.com/adieuadieu/serverless-save-url-as
Last synced: 6 months ago
JSON representation
Lambda-based micro-service to save a given URL as a JPEG, PNG, PDF, etc.
- Host: GitHub
- URL: https://github.com/adieuadieu/serverless-save-url-as
- Owner: adieuadieu
- License: gpl-3.0
- Created: 2016-12-21T00:22:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T07:16:14.000Z (over 8 years ago)
- Last Synced: 2025-02-13T01:28:52.002Z (8 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-save-url-as
Lambda-based micro-service to save a given URL as a JPEG, PNG, PDF, etc.# TODO
- [ ] use S3 object ACLs to and sign access token for accessing object instead of relying simply on object key obfuscation http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-property
- [ ] set S3 object expiration if set to non-zero value in config.json
- [ ] fix up support for CORS
- [ ] option to use S3 reduced redundancy storage