probot / adapter-aws-lambda-serverless

An extension for running Probot on Lambda
ISC License
94 stars 36 forks source link

fix: correctly handle base64 encoded message body (ApiGateway) #33

Closed nimrodolev closed 4 years ago

nimrodolev commented 4 years ago

This solves #32

JasonEtco commented 4 years ago

I pressed the wrong button 😅

nimrodolev commented 4 years ago

Hey, thanks for the quick merge 🙏 Just out of interest, I see there's no CI setup - when do you usually ship new versions to npm?

JasonEtco commented 4 years ago

Sorry about the wait @nimrodolev; version 0.5.0 is now published! This package isn't super well cared for so we don't have a schedule or any publishing automation 😓

nimrodolev commented 4 years ago

Thanks for the update, @JasonEtco! Would you be open for a PR with Travis integration for automatic publishing to NPM?