https://github.com/mybuilder/tideways-agent-lambda-layers
https://github.com/mybuilder/tideways-agent-lambda-layers
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mybuilder/tideways-agent-lambda-layers
- Owner: mybuilder
- Created: 2020-05-13T08:28:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T17:12:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T20:14:01.783Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://bref.sh/docs/environment/php.html) in the Bref documentation for info on how to customise the `php.ini` file.