TJ
TJ
Tracing
- 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)?
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...
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...
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...
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...
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...
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 -...