...
...
...
...
...
...
...
...
panelIconId | atlassian-warning |
---|---|
panelIcon | :warning: |
bgColor | #FFF0B3 |
Which one to choose ?
...
Usually, APIs with light traffic are more cost-effective on API Gateway, while the high-traffic ones can find cost savings by adopting an ALB instead.
API Gateway
Technically speaking, the main limitation of API Gateway is theĀ timeout of 29 seconds. If a request takes more time to be processed by the backend resource (e.g. a Lambda function), the API will respond early to the client with an error.
Although there is a limit in the number of requests per second, as mentioned above, it can be increased according to the demand.
Suitable for small teams that want to reduce time-to-market, as well as sophisticated use cases that require complex security measures and access control logic.
...