Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Those serverless providers are worth recommending.
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Those serverless providers are worth recommending.

Those serverless providers are worth recommending.

what is the price?

lambda

Azure Functions

google serverless

Cloudflare Workers

IBM Cloud Functions

Comments

  • @coolgoole said:
    Those serverless providers are worth recommending.

    what is the price?

    lambda

    Azure Functions

    google serverless

    Cloudflare Workers

    IBM Cloud Functions

    Personally, I would rather go for managed container or k8s services as they are more portable across clouds, and because many apps are already containerized.

  • AWS lambda is pretty good. The free tier has 1M requests I think.
    Actively using this in production - it's solid and very very cheap.

  • @sh97 said:
    AWS lambda is pretty good. The free tier has 1M requests I think.
    Actively using this in production - it's solid and very very cheap.

    how to calculate price

  • @GreenRuby said:

    @coolgoole said:
    Those serverless providers are worth recommending.

    what is the price?

    lambda

    Azure Functions

    google serverless

    Cloudflare Workers

    IBM Cloud Functions

    Personally, I would rather go for managed container or k8s services as they are more portable across clouds, and because many apps are already containerized.

    providers ??

  • @coolgoole said:

    @sh97 said:
    AWS lambda is pretty good. The free tier has 1M requests I think.
    Actively using this in production - it's solid and very very cheap.

    how to calculate price

    Check this maybe- https://dashbird.io/lambda-cost-calculator/

    Or you can always use official pricing calculator on AWS itself

Sign In or Register to comment.