aws-lambda-extensions
aws-lambda-extensions copied to clipboard
A collection of sample extensions to help you get started with AWS Lambda Extensions
Hey folks, is there a way to bundle node runtime with the nodejs-example-logs-api-extension [repo](https://github.com/aws-samples/aws-lambda-extensions/tree/main/nodejs-example-logs-api-extension). I would like this layer to be totally self sufficient, so that it can be used...
I'm analyzing (and playing with) code in the custom-runtime-extension-demo and can't understand when the runtime gets SIGTERM. So far I understand that in line [41](https://github.com/aws-samples/aws-lambda-extensions/blob/d240b9d9658b2f5fec7ca96fbb2bb773f0221c9e/custom-runtime-extension-demo/runtime/bootstrap#L41) code starts waiting for curl...
We have a lambda function which connects to AppConfig but due to security reason lambda function should be inside a VPC. Since there is no VPC endpoint, we will have...
Hi, It looks like this extension works only for string data type. If "Data" has an object it returns none. DDB entry: { "pKey": "pKey2", "sKey": "sKey2", "Data": { "Admission":...
Not sure if it is the limitation, but the logs are uploaded to S3 only during the INVOKE and SHUTDOWN event which makes me wait to receive logs of current...
*Issue #, if available:* *Description of changes:* Added extensions example for Fluent-Bit. Requesting Code Review. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
Update the example to be adapted to the latest changes to AppConfig and the deprecation of GetConfig (in favour of GetLatestConfiguration and StartConfigurationSession) By submitting this pull request, I confirm...
Hi all, in `nodejs-example-extension` example for Node.js platform something during registration phase brakes the debugger when runs locally on VS Code using `sam local invoke --port 6767 ...` on a...
Setup: - Lambda that makes an http request to external extension. - External Extension running an http.Server (localhost:8111) - Incoming requests in the Extension are queued into a channel and...
Is it possible for internal extensions to be able to intercept a lambda invocation event or response? I want to build essentially a wrapper function that is meant to validate...