Skip to content

mybuilder/tideways-agent-lambda-layers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tideways Agent Lambda Layers

This repo provides the Tideways agent for profiling PHP on Lambda. The build.sh script compiles a ZIP file for various versions of PHP and uses the AWS CLI to publish each one as a Lambda layer.

The following php.ini entries should be used to enable/configure the agent:

extension=/opt/tideways.so
tideways.api_key=${TIDEWAYS_APIKEY}
tideways.service=${TIDEWAYS_SERVICE}
tideways.connection=${TIDEWAYS_CONNECTION}

See the guide on configuring PHP in the Bref documentation for info on how to customise the php.ini file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published