Releases: xp-forge/lambda
Releases · xp-forge/lambda
5.4.0: AWS library compatibility
- Made compatible with https://github.com/xp-forge/aws version 2.0
(@thekid)
5.3.0: XP 12 compatibility
5.2.0: Zip library compatibility
- Made compatible with https://github.com/xp-framework/zip version 11.0
(@thekid)
5.1.0: Symlink support
5.0.0: Response streaming
This major release add support for response streaming, currently only implemented by the NodeJS runtimes on AWS. For implementation details, see https://github.com/xp-forge/lambda#response-streaming
4.6.0: Run files
4.5.0: Handler checks
- Check whether configured / passed handler extends the
Handler
base
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