Releases: blmayer/awslambdarpc
Releases · blmayer/awslambdarpc
Better print
Added execution limit flag
What's Changed
- Add --execution-limit to test varied lambda handler deadlines by @acmcelwee in #6
New Contributors
- @acmcelwee made their first contribution in #6
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Initial release
awslambdarpc
I'm glad to release this, I added some documentation and changed how Invoke()
is called.
Now the package client
looks more like a sub module, users can import it and use on their
packages.