Best of ServerlessNovember 2022

  1. 1
    Article
    Avatar of awstipAWS Tip·3y

    Automate everything you can.

    Serverless should be as simple as picking resources and writing logic as possible. In this blog, I’ll work through the basics of going from an architectural diagram to a functional project without worrying about a specific technology. The diagram breaks down into a set of resources and functions which are primitives supported by Nitric.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Serverless Clean Architecture & Code with Domain-Driven Design 🚀

    Serverless Clean Architecture & Code with Domain-Driven Design. We will discuss the advantages and reasons for this architectural approach throughout the article.

  3. 3
    Article
    Avatar of awstipAWS Tip·4y

    Serverless cron job with AWS

    cron is a program that allows you to schedule tasks repeatedly at a specific time. With the cron job, we can specify that task to run at that specific time repeatedly every day. There are even bridges (cloud watch event ) and lambda.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Deploy an API tool in 10 minutes

    The core idea of Serverless is to make the server as a computing resource no longer need the attention of users. FaaS (Functions as a Service) functions as a service. Later, we will use the serverless API to implement a service that uses Node to help clients send API requests and get responses.

  5. 5
    Article
    Avatar of dzDZone·3y

    What Is Loosely Coupled Architecture?

    The primary purpose of a loosely coupled architecture is to create a system that doesn’t fail due to the failure of a single component. Loosely coupled vs. tightly coupled Architecture is an important point to ponder. Microservices is an architectural design that facilitates the development of an application as small and independent services that run their own processes.

  6. 6
    Article
    Avatar of awstipAWS Tip·4y

    Serverless Communication Patterns

    The serverless consists of following categories which are all interacting together to design a production ready solution. Choosing the best communication style depends on business requirement and technical capacities, so answering to following questions help align the business and technical requirements and make the right decision.

  7. 7
    Article
    Avatar of phProduct Hunt·4y

    YepCode Recipes - JavaScript snippets to connect any service, database or API

    JavaScript snippets to connect any service, database or API JavaScript snippets. Free Options 2000+ script templates to connect lots of services, databases or APIs in a serverless environment. Build & run your integrations and automations in a matter of minutes using a source code approach that has no complexity limits.

  8. 8
    Article
    Avatar of communityCommunity Picks·4y

    When Is Serverless More Expensive Than Containers?

    Serverless applications offer significant cost of ownership (TCO) advantages compared to containers. Comparing provisioned services like EC2 with a pay-for-what-you-use service like Lambda is difficult but not impossible to do. The tipping point is usually difficult to objectify.