You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
"description": "Webhook to be triggered over a POST on a linked S3. Deletes older version of a newly uploaded file (if more than N versions already on the bucket)",
"main": "index.js",
"author": "Arthur Wallendorff - Metaoist Dsgn",
"license": "All rights reserved",
"scripts": {
"dev": "rm -f test-data/log.txt && sam local invoke -e test-data/event.json -l test-data/log.txt --region eu-central-1 --shutdown",
"invoke": "npm run build && mv dist/index.js . && rm -f test-data/log.txt && sam local invoke -e test-data/event.json -l test-data/log.txt --region eu-central-1 --shutdown && rm index.js && rmdir dist",