Skip to content

Releases: JayJamieson/cobra-lambda

v0.2.0

11 Dec 23:12
ff202a4

Choose a tag to compare

What's Changed

You can now run/test your cobra lambda cli in the following ways:

  • cldebug ./lambda arg1 --flag1
    • Assuming you've built your Lamba entry point with -o lambda output name.
  • cldebug --go-run ./path/to/main.go arg1 --flag1

Full Changelog: v0.1.1...v0.2.0

v0.1.1

09 Dec 08:39
90f34bf

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Dec 06:52
200b885

Choose a tag to compare

What's Changed

  • use multi writer for buf and stdout, stderr writes by @JayJamieson in #2
  • added lambda handler and event parser function by @JayJamieson in #4

Full Changelog: v0.0.1...v0.1.0

Initial Release

07 Dec 08:32
c8280d9

Choose a tag to compare

Initial release

First release of cobra-lambda that has simple wrapper and cli interface for building remote CLI running on AWS lambda.

Full Changelog: https://github.com/JayJamieson/cobra-lambda/commits/v0.0.1