up
up copied to clipboard
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
## Prerequisites * [x] I am running the latest version. (`up upgrade`) * [x] I searched to see if the issue already exists. * [ ] I inspected the verbose...
Currently they are all scoped to an app, but it may be useful to have `--global`, this could act as a poor-mans "service discovery" if you don't want to bother...
## Prerequisites * [x] I am running the latest version. (`up upgrade`) * [x] I searched to see if the issue already exists. * [x] I inspected the verbose debug...
For internal APIs etc. - https://aws.amazon.com/blogs/compute/introducing-amazon-api-gateway-private-endpoints/?sc_channel=sm&sc_campaign=launch_&sc_publisher=TWITTER&sc_country=Global&sc_geo=GLOBAL&sc_outcome=awareness&trkCampaign=sm_Serverless_75404f00_VPC_endpoints_for_API_Gateway&trk=_TWITTER&sc_content=Serverless_75404f00_VPC_endpoints_for_API_Gateway&sc_category=Amazon_API_Gateway&linkId=53035291
For side projects like https://gh-polls.com/ there's not really a need for staging, just opening this issue to get a better idea of how many people would like an option to...
What would be the minimal IAM Policy for deploying, I know the policy on the website, but that has also access to EC2 and is quite broad. For example I...
This would allow you to define custom resources for RDS, DynamoDB etc with regular CloudFormation and/or SAM support. The alternative is that we have more "first class" resources, mapping them...
We would need a [shim](https://github.com/apex/up/blob/master/internal/shim/index.js) per-language, but it basically just reads lines which is easier in Python etc than Node anyway so it shouldn't be too difficult to maintain. -...
GitHub rate limits to 60 per hour when unauthenticated: https://developer.github.com/v3/#rate-limiting — ideally we move releases to S3 alongside Pro's binaries. - [x] implement - [ ] update install script -...