TJ

Results 450 issues of TJ

- https://docs.aws.amazon.com/xray/latest/devguide/xray-services-apigateway.html - [ ] iam role for xray permissions - [ ] add sampling rule config - [ ] add default sampling rule(s)?

Feature Request

Related to #379. Basically merge apex/apex into apex/up and improve some things along the way. With monetization and a single codebase it'll be easier to maintain, and if done right...

Feature Request

Bit of an oversight, but as @kaihendry pointed out there's no way to tell which account an alert comes from, the account ID or at least the last few digits...

Feature Accepted

Currently if `text/html` is accepted, Up will serve the error page. It seems common for people to `fetch()` or `curl` without explicitly setting `Accept: application/json` or similar, resulting in the...

Feedback Wanted
UX

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

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

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