DEV Community

Cover image for Think OUTSIDE the Container
Raghavendra
Raghavendra

Posted on

1 1

Think OUTSIDE the Container

With the latest news of Amazon Prime moving from serverless to a container, there are still many use-cases where serverless is better.

Serverless is best suited for use-cases where the request rate is not too high. Many applications fall under this category.
For example

  • Enterprise applications, which are used by employees within an organization.
  • Customer Review Apis in an ECommerce platform.
  • Forgot password Apis
  • Update UserProfile Apis

Moving such use cases to serverless saves money by paying only for the used resource.

Though from an infrastructure point of view, serverless is a better option for many scenarios. There is still a problem with developing and maintaining the code for serverless applications. SOMOD helps developers better organize serverless applications.

Think outside the containers and try https://somod.dev for your serverless applications.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay