https://github.com/mrtcode/s3-lambda-es
https://github.com/mrtcode/s3-lambda-es
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtcode/s3-lambda-es
- Owner: mrtcode
- License: other
- Created: 2017-05-16T19:13:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T18:52:28.000Z (about 7 years ago)
- Last Synced: 2025-05-30T22:28:50.308Z (8 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Needs at least 8.10 runtime.
Permissions needed for DLQ function:
- lambda:InvokeAsync
- lambda:InvokeFunction
- sqs:DeleteMessage
- sqs:ReceiveMessage
Set 10s max execution time.
```
npm i
cp sample-config.js config.js
# configure FUNCTION_NAME in upload.sh
./upload.sh
```