aws-lambda-extensions
aws-lambda-extensions copied to clipboard
A collection of sample extensions to help you get started with AWS Lambda Extensions
The Java example integrates with the lifecycle of Lambda. The example is missing the S3 logging similar to other runtimes. Could you please provide a Java example for the S3...
When trying to use the example in https://github.com/aws-samples/aws-lambda-extensions/tree/main/nodejs-example-logs-api-extension at commit a3a540ba764204db08086ee626dcd8f401c395a5 I am getting the following issue come up in my cloudwatch: ``` nodejs-example-logs-api-extension launching extension -- internal/modules/cjs/loader.js:1015 throw new...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Hi team, I am encountering below output during subsequent calls to my lambda function. The output from the console is: ``` Test Event Name TestEvent Response Calling the invoke API...
I got the following error when I use Go 1.20: ``` /var/task/main: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /var/task/main) /var/task/main: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /var/task/main) exit...
Reproducer for issue #88
Hey team! We're experiencing an issue while dealing with the Telemetry API when the function has 1k logs. At some point, we're receiving a `platform.logsDropped`, likely because we're not succeeding...
The following part. https://github.com/aws-samples/aws-lambda-extensions/blob/5be075bd1d97d6cf76aa6ae0301de41bb1b8f3ea/go-example-telemetry-api-extension/README.md#L25-L27 I think the following is correct. ``` $ cd go-example-telemetry-api-extension $ GOOS=linux GOARCH=amd64 go build -o bin/extensions/go-example-telemetry-api-extension main.go $ chmod +x bin/extensions/go-example-telemetry-api-extension ```
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
The zip file produced [here](https://github.com/aws-samples/aws-lambda-extensions/tree/2f7d61e8e66df99eb5fa733ff23bd25ce18b6d26/go-example-lambda-runtime-api-proxy-extension#building-the-package-and-dependencies) and [here](https://github.com/aws-samples/aws-lambda-extensions/blob/2f7d61e8e66df99eb5fa733ff23bd25ce18b6d26/go-example-lambda-runtime-api-proxy-extension/Makefile) includes the `ARTIFACTS_DIR` in the zip making it invalid and the extension does not run. You're probably missing the zip `-j` flag.