An open API service indexing awesome lists of open source software.

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.

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