Skip to content

Releases: blmayer/awslambdarpc

Better print

10 Jun 16:56
8ec2ae7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Added execution limit flag

03 May 03:06
3aab684
Compare
Choose a tag to compare

What's Changed

  • Add --execution-limit to test varied lambda handler deadlines by @acmcelwee in #6

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

20 Sep 23:09
7c592c3
Compare
Choose a tag to compare

What's Changed

  • Update awslambdarpc.go by @suppix in #4 and reported in #5

New Contributors

  • @suppix made their first contribution in #4

Full Changelog: v1.0.0...v1.0.1

Initial release

18 May 04:08
Compare
Choose a tag to compare

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.