invoke-aws-lambda-rs
Version updated for https://github.com/uampio/invoke-aws-lambda-rs to version v0.0.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The invoke-aws-lambda-rs GitHub Action automates the process of invoking AWS Lambda functions directly from your workflows. It streamlines the integration of Lambda execution into CI/CD pipelines, enabling tasks like testing, triggering serverless workflows, or processing data without manual intervention. The action simplifies interaction with AWS Lambda, saving time and reducing the complexity of managing serverless deployments.
What’s Changed
- Merge pull request #5 from uampio/copilot/fix-aws-lambda-unhandled-error (3c57f2c)
- Fix stdout/stderr output ordering when Lambda returns a function error (eda3b54)
- Initial plan (04c7738)
- Merge pull request #4 from uampio/copilot/invoke-publisher-lambda-dev (ebf8f97)
- Fix trailing whitespace/newline in input values causing AWS auth failure (8a4b3d4)
- Initial plan (a3bcebb)
- Merge pull request #3 from uampio/copilot/improve-debugging-errors (68bb87d)
- Improve error debugging for Lambda invocation failures (42500b8)
- Initial plan (1706b5a)
- Merge pull request #2 from uampio/copilot/debug-invoke-aws-lambda (ec7ee1b)