Best of ServerlessOctober 2022

  1. 1
    Article
    Avatar of vercelVercel·4y

    Introducing OG Image Generation: Fast, dynamic social card images at the Edge – Vercel

    Vercel OG Image Generation is a new library for generating dynamic social card images. This approach is 5x faster than existing solutions by using Vercel Edge Functions, WebAssembly and a brand new core library for converting HTML/CSS into SVGs. The engagement rate of Tweets that embed a card is 40% higher.

  2. 2
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API

    There are few steps to complete before going to the Coding part. Need to create Database through AWS RDS (aurora serverless database) Create the database within lib as “ database-manager’s” Then implement code of Database connection.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    The Future of the Web is on the Edge

    Moving servers closer to end-users is also a physical approach towards latency optimization. The longer your pages take to load, the more likely users will bounce. You can test this for yourself with a VPN. You’ll get the server nearest your location: server: deno/us-east4- a Using a VPN to route my request through a proxy server, We can see a response from the nearest edge server to that location.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Serverless Database

    Kumuthini Ashokkumar: When you work on a cloud sometimes your database is not necessarily to up and running and all the time. So for database also we have a solution called Aurora server-less Database Create Serverless Database.

  5. 5
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API With AWS

    AWS has introduced a solution for serverless Databases. It is called Aurora Serverless. To deal with the database its status should be Active. We can store data like Hostname, port, DB name, username, password, and environment variables. This is helpful to export all the functions in the directory to the global index file. If one directory contains a set of functions, it is hard to execute one by one. This is well organized. For that, you need Postman software.

  6. 6
    Article
    Avatar of cockroachdbCockroachDB·4y

    CockroachDB Serverless: Free Forever. Seriously.

    CockroachDB serverless charges you only for the actual data storage and activity of your cluster. You are guaranteed to never exceed your set spend limit, so there will never be an end-of-the-month charge that comes as a shocking surprise.

  7. 7
    Article
    Avatar of communityCommunity Picks·4y

    Where should I run my stuff? Choosing a Google Cloud compute option

    Choosing a Google Cloud compute option is critical for your application's success. Compute Engine, or GKE, gives you full control over the underlying infrastructure. App Engine Cloud Run for Anthos is powered by Knative, an open-source project that supports serverless workloads on Kubernetes. GKE billing models are based on resources. You can take advantage of sustained and committed use discounts.