Skip to content

log-store/lambda_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda Extension for log-store

Install

  1. Create your AWS Lambda function
  2. Build this extension: cargo lambda build --release --extension
  3. Deploy the extension: cargo lambda deploy --extension 4. You might have to run aws credentials first
  4. Add a layer to your Lambda function
  5. Select the log-store extension, and the most recent version
  6. Set the environment variable LOG_STORE_ADDRESS to your log-store instance's IP and port (usually 1234)

Used to "publish" the extension:

aws lambda add-layer-version-permission --layer-name lambda_extension --version-number 18 --statement-id allOrgs --principal '*' --region 'us-east-1' --action lambda:GetLayerVersion

About

AWS Lambda extension for sending STDOUT & STDERR to log-store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages