up icon indicating copy to clipboard operation
up copied to clipboard

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.

Results 113 up issues
Sort by recently updated
recently updated
newest added

## 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...

Feedback Wanted
Feature Request

## 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

Pro
Feature Request

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...

Feedback Wanted
Feature Request

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...

Documentation

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...

Feature Request

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. -...

Feature Request
Runtime

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 -...

UX