Releases: xp-forge/lambda
Releases · xp-forge/lambda
4.6.0: Run files
4.5.0: Handler checks
- Check whether configured / passed handler extends the
Handlerbase
class and fail with a dedicated error message otherwise
(@thekid)
4.4.0: Run lambdas locally
4.3.0: AWS service endpoints
- Merged PR #20: Add
Environment::endpoint()to return AWS service
endpoints
(@thekid) - Merged PR #19: Extract AWS core library - containing credentials
and AWS service endpoints, see https://github.com/xp-forge/aws - Merged PR #18: Make credentials accessible via
credentials()in
Environment(instead of having to use AWS_ACCESS_KEY_ID/...
environment variables).
(@thekid) - Merged PR #17: Migrate to new testing library - @thekid
4.2.0: Exception cause
4.1.0: Zlib support
- Added zlib extension, see #8 - @thekid
4.0.1: PHP 8.2 compatibility
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
4.0.0: Amazon Linux 2
This major release upgrades the base image used to compile the runtime from from Amazon Linux 1 to Amazon Linux 2. It also changes the test image to use the image https://gallery.ecr.aws/lambda/provided
3.2.0: Environment variables
3.1.0: AWS SDK support
- Enabled SimpleXML extension in order to be able to support AWS SDK
see #8 (comment)
(@thekid)