Would be great for AWS Lambda functions. I know that AWS lambda is already supported, but with serverless support we could use our existing serverless.yml files for deployment.
@NeoLegends Why'd you close this? I came here for this too :)
Thats a good question, I don't really remember anymore. But maybe because it's already possible via post build script.
I mean, it seems like it would be pretty easy to npm install serverless -g and then serverless deploy, as long as you include AWS credentials as encrypted environment variables...
But it would also be really cool just to have this as a provider. 馃槃
Exactly
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
I just got a new request for this, so I'm reopening this issue :)
Would be nice to just ask to deploy on serverless. The deploy target should come with serverless installed from npm and allow you to specify a stage. Setting up encrypted aws creds could be made simpler or better documented.
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
Most helpful comment
I mean, it seems like it would be pretty easy to
npm install serverless -gand thenserverless deploy, as long as you include AWS credentials as encrypted environment variables...But it would also be really cool just to have this as a provider. 馃槃