Skip to content

New approach for building PHP lambda layer#7

Open
andybee wants to merge 4 commits intomainfrom
docker-refactor
Open

New approach for building PHP lambda layer#7
andybee wants to merge 4 commits intomainfrom
docker-refactor

Conversation

@andybee
Copy link
Copy Markdown
Collaborator

@andybee andybee commented Apr 30, 2026

  • 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 added 4 commits April 30, 2026 17:46
* 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 andybee changed the title Initial commit of new approach for building PHP lambda layer New approach for building PHP lambda layer May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant