Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aiir/php-lambda-layer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aiir/php-lambda-layer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docker-refactor
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Apr 30, 2026

  1. Initial commit of new approach for building PHP lambda layer

    * utilises Docker to avoid having to boot an EC2
    * uses Amazon's repo for PHP on the current flavour of Amazon Linux in use by Lambda
    * automatically collects dependencies using `lld`
    * testing is now simplified using the Amazon provided test harness to expose HTTP server to fire requests at
    * should continue to work well in the future with whatever Amazon's bundled version of PHP is
    andybee committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    005ee29 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. Configuration menu
    Copy the full SHA
    a3fecf2 View commit details
    Browse the repository at this point in the history
  2. fix for PHP typing

    andybee committed May 1, 2026
    Configuration menu
    Copy the full SHA
    1cc6c13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    561f0a4 View commit details
    Browse the repository at this point in the history
Loading