mdneuzerling / lambdr

Run R containers on AWS Lambda
https://lambdr.mdneuzerling.com
Other
131 stars 12 forks source link

Eager to help! #2

Open rpodcast opened 3 years ago

rpodcast commented 3 years ago

At the day job I finally obtained a slice of the AWS pie for my team, and I am really excited for this package! Are there specific areas you'd like help with, or even just testing? I have dabbled in AWS lambda for a toy podcasting project so I have a little experience with it in the past.

mdneuzerling commented 3 years ago

Hi Eric! What I need more than anything are test cases. In particular, I need some real examples of the HTTP responses that AWS sends for the next invocation endpoints, both bodies and headers. Anecdotally, it seems like the input format changes based on whether it's a direct invocation, coming from an API gateway, or from a scheduled Cloudwatch event. I need to get these different examples and turn them into test cases. I've got some basic API mocking in the unit tests already, which I can extend to cover the various cases.