seagull-js / seagull-cli

The best way to start, develop and deploy Seagull Apps.
https://seagull-js.github.io/seagull-cli/
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Command: deploy #10

Closed Anonyfox closed 6 years ago

Anonyfox commented 7 years ago

This command builds and deploys a seagull app to AWS. It needs a proper CLI (-h) description with all available flags and some documentation/guide on the website. Currently this should just piggyback on the serverless deploy command.

If not yet configured, the command should ask for AWS credentials!

Anonyfox commented 6 years ago

Currently, the following error occurs when trying to deploy manually with sls deploy:

An error occurred while provisioning your stack: ApiGatewayResource - Resource's path part only allow a-zA-Z0-9._- and curly braces at the beginning and the end..

Harper04 commented 6 years ago

This was caused by the / paths in the yml and got changed to / and /{proxy+} for paths containing at the and.