Ryan Means

Results 18 comments of Ryan Means

No worries, sounds good! We have actually been hacking on our variation of this problem from scratch as well using as little of libraries as we can (e.g. no Circe...

We have open sourced our take on this problem. https://github.com/lifeway/scala-aws-lambda-handler I gave you credit for the inspiration in the README. We'll be getting the first release of it out to...

Hmm, I'm not sure a change is needed. We use this library and have implemented a full OAuth 2 and OIDC complaint system using it that passes all of the...

I'm not sure this is needed - please track along on #126

I've also added a command for `npm audit --audit-level=moderate` - that way you get quick feedback and PR builds will fail that commit any security vuln (or if new ones...

Absolutely! circle-ci is similar to Travis CI if you have used that one before as well. Both Circle and Travis offer free automated builds of open source projects. They integrate...

@brockallen - my colleague @amherrington13 and I are working on a contribution to resolve this. Hope you don't mind our activity in submitting PR's for your project over the coming...

+1 for such an enhancement! Have a play app currently using dynamo and had the same struggle with the AWS java SDK, ended up signing everything and falling back to...

Just thought I would give an update here incase anyone else sees this. I was able to successfully use `aws-lambda-java-log4j2` with version `1.1.0` from amazon. I then used the `log4j-slf4j-impl`...

I support the idea of SAM going around CloudFormation's native constraints by using custom resources where those are managed by the SAM team instead of leaving it to the developers...