Software Alternatives, Accelerators & Startups

Quarkus 3 application on AWS Lambda- Part 1 Introduction to the sample application and first Lambda performance measurements

AWS Lambda DynamoDB
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    In this application, we will create products and retrieve them by their ID and use Amazon DynamoDB as a NoSQL database for the persistence layer. We use Amazon API Gateway which makes it easy for developers to create, publish, maintain, monitor and secure APIs and AWS Lambda to execute code without the need to provision or manage servers. We also use AWS SAM, which provides a short syntax optimised for defining infrastructure as code (hereafter IaC) for serverless applications. For this article, I assume a basic understanding of the mentioned AWS services, serverless architectures in AWS, Quarkus framework and GraalVM including its Native Image capabilities.

    #Cloud Computing #Cloud Hosting #Business & Commerce 274 social mentions

  2. Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models.
    In this application, we will create products and retrieve them by their ID and use Amazon DynamoDB as a NoSQL database for the persistence layer. We use Amazon API Gateway which makes it easy for developers to create, publish, maintain, monitor and secure APIs and AWS Lambda to execute code without the need to provision or manage servers. We also use AWS SAM, which provides a short syntax optimised for defining infrastructure as code (hereafter IaC) for serverless applications. For this article, I assume a basic understanding of the mentioned AWS services, serverless architectures in AWS, Quarkus framework and GraalVM including its Native Image capabilities.

    #Databases #NoSQL Databases #Relational Databases 120 social mentions

Discuss: Quarkus 3 application on AWS Lambda- Part 1 Introduction to the sample application and first Lambda performance measurements

Log in or Post with