Category: Infrastructure, github

Join the DZone community and get the full member experience. While serverless helps developers to quickly create and scale new applications and services, the inherent lack of visibility into the underlying architecture and how the performance of that architecture impacts users is a significant challenge.

We use a combination of AWS Lambda and Fargate to power our APIs and services.

One challenge we’ve encountered with serverless is that it has been difficult to ensure a consistent and responsive end-user experience because the API infrastructure is outside of our control.

We have also found that we spend far less time debugging issues that show up in our production environment.

Related Articles