Doug Tangren
Doug Tangren
also running into the same issue. would like to see this get merged
I have some experience with Travis here. Im mostly used to provisioning IAM user credentials for deployment with serverless framework apps ( [crowbar included](https://github.com/softprops/serverless-crowbar/blob/master/README.md#-continuous-integration-and-deployment) ). I think this would be...
You're right. This is looking like not a good option :/ https://docs.travis-ci.com/user/environment-variables/#defining-encrypted-variables-in-travisyml https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-settings
I'm open to this but since `async` is sugar for the same thing I'm curious what you believe the net impact would be. I'll take an example from an existing...
I've got you. To fill in missing context async can be used with functions that impl the Std libs Future trait. In the case of hubcaps the reqwest crate provides...
This is awesome! I was actually motivated enough to start a bridge project https://github.com/softprops/lando to add event types ( api gateway is all I needed ) . What is the...
I think thing the single lambda is a really good default. I'm excited to see where this goes!
I wasn't sure where the best place to post this would be this seemed reasonable. I just announced a crate release that builds on on crowbar that adds bindings for...
What's the status on this and how I help push it forward?
Rusoto is a boto client for rust. Boto only describes aws services. If it also describes lambda event data models :thumbsup: if not I feel like a stand alone crate...