Daniel Santana

Results 11 comments of Daniel Santana

This is how I'm generating my Spark WebUI links `echo http://$(flintrock describe | egrep "master:(.+)" | grep -Po "\S+$"):8080` Then I can ctrl click on it. I have it in...

I'm facing the same problem right now with Eureka. I even attempted to gunzip the content within my middleware but the res.body is already a string when it gets to...

@rahulmamgain, I'd just remove the console.log from that file so it is one less obstacle for this pull request to be accepted

I have removed the comments but the static versions are not actually part of the code. Do we really want to recommend the users to always use the default version...

How are people creating a new project with this plugin without this patch??? Every single time I create a new serverless project with it and I try to deploy I...

There's no way to accomplish that. The logs are automatically put there by AWS, not by the serverless framework. That's one of the reasons even without this plugin the --stage...

I'm running applications inside Docker containers with the network configured as NAT, thus they get different IPs from the host, so when the AWS info comes back the IP address...

I'm actually using my fork as the dependency right now.

Is it possible to merge this pull request?