Re: AWS (Amazon) cli tool in PicoLisp

2018-06-18 Thread Simon Saville
Nice job, will be trying this later!!

SS

On 18 June 2018 at 12:33, Alexander Williams  wrote:
> Hi all,
>
> I've published a tool I wrote for working with the AWS (Amazon) API:
>
>   https://github.com/aw/picolisp-awscurl
>
> It handles signing V4 requests and making the request with curl/openssl.
> Also, no external deps unlike the existing AWS SDKs.
>
> The code, as usual, is MIT licensed.
>
> Still alpha, so please let me know if there's any issues.
>
> Cheers,
>
>
> AW
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


AWS (Amazon) cli tool in PicoLisp

2018-06-18 Thread Alexander Williams

Hi all,

I've published a tool I wrote for working with the AWS (Amazon) API:

  https://github.com/aw/picolisp-awscurl

It handles signing V4 requests and making the request with curl/openssl. 
Also, no external deps unlike the existing AWS SDKs.


The code, as usual, is MIT licensed.

Still alpha, so please let me know if there's any issues.

Cheers,


AW

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe