bash-lambda-layer
bash-lambda-layer copied to clipboard
Run Bash scripts in AWS Lambda via Layers
here is the Error: ``` Response: { "errorMessage": "Exited with code 126", "errorType": "RuntimeErrorException", "stackTrace": "/var/task/hello.sh: /opt/bin/aws: /usr/bin/python3: bad interpreter: No such file or directory" } Request ID: "2af276fe-d3f6-48e2-b4b6-3ae3fc8eb6ad" Function...
Hi, Any chance to include [rclone](https://github.com/ncw/rclone) into list of binaries. I'm looking into building simple syncing solution between s3 and other clouds. Making this tool available in lambda would enable...
Hello @gkrizek Thanks for your time and effort in this layer it is really awesome and useful layer. I was wondering if you could share or point to the script...
Hi have setup environment as mentioned in documentation, but, struggling with this error at last anybody can help?
Hello, i'm trying to do an integration with API Gateway and Lambda with the "Proxy integration". I configured the bash script with the response as described in the documentation. `echo...
I have a project that uses lz4 for compression/decompression (https://github.com/lz4/lz4) I was wondering if you'd be interested in add lz4 capability to your bash-lambda-layer ?
The Readme provides a list of tools as "Already included in the Lambda environment:". I checked tar, date and curl and only date is available. Looks like a lot of...
I just trying to execute something like this, but is not working `aws iot attach-principal-policy --policy-name 'G4APPTV' --principal 'us-west-2:03ee51b1-1ffe-456c-ae6b-0a2c9d610f70'` the role of the lambda has admin credentials, i dont sure...
How to add ~/.aws credential folder to the lambda?. I tried directly exporting the variable in the code but it is not getting set. handler () { set -e #...
Could you add "mysqldump" command? My use case is to run a CloudWatch, which triggers lambda. Lambda triggers mysqldump for production database instance and save the dump in S3. Another...