About 334,000 results
Open links in new tab
  1. Serverless Web Application using S3, DynamoDB, API Gateway and AWS Lambda

    Dec 10, 2019 · An API Gateway is needed to integrate the static website in the S3 bucket with the Lambda function. Create a new REST API, and give it a name. Once the API has been created, it must be...

  2. Create a REST API with API Gateway, Lambda, and DynamoDB!

    Dec 31, 2024 · Create a REST API with API Gateway, Lambda, and DynamoDB! This project demonstrates the practical implementation of serverless design principles while leveraging …

  3. Tutorial: Create a CRUD HTTP API with Lambda and DynamoDB

    First, you create a DynamoDB table using the DynamoDB console. Then you create a Lambda function using the AWS Lambda console. Next, you create an HTTP API using the API Gateway console. Lastly, you test your API. When you invoke your HTTP API, API Gateway routes the request to your Lambda function.

  4. Deploying a Serverless Architecture for a Web Application with …

    Nov 17, 2024 · We will use AWS S3 for hosting, Lambda functions for retrieving and storing data, DynamoDB as a scalable database, API Gateway for building RESTful APIs, and CloudFront for efficient...

  5. Deploying a Serverless Architecture with REST API using API Gateway ...

    Feb 26, 2025 · This demonstrates how to build a fully serverless, scalable, and cost-effective RESTful API for book management using AWS Lambda, API Gateway, and DynamoDB, with Terraform for automated infrastructure provisioning.

  6. Tutorial for building a Web Application with Amazon S3, Lambda ... - Medium

    Sep 6, 2017 · Now we need to set up API Gateway so that our static website can trigger the Lambda function. Amazon’s API Gateway allows us to create RESTful APIs that expose HTTP endpoints. These...

  7. Building a Serverless CRUD API with AWS Lambda, API Gateway, S3

    Jan 20, 2025 · In this post, we’ll explore how to build a fully functional serverless CRUD (Create, Read, Update, Delete) API using AWS services: Lambda, API Gateway, S3, and DynamoDB. By the end, you’ll have the foundation for a powerful and scalable backend system.

  8. Building a Serverless Web Application with AWS Lambda, API Gateway ...

    Nov 20, 2024 · AWS Lambda for writing functions or code where we will deploy; AWS API Gateway to create a RestFul API; NOSQL Database i.e DynamoDB; Deployment of Website on AWS. Before heading to AWS let me show you how the website look, and what we are going to …

  9. AWS Serverless Multi-Tier Architectures with Amazon API Gateway

    Amazon API Gateway, a service for creating and managing APIs, and AWS Lambda, a service for running arbitrary code functions, can be used together to simplify the creation of robust multi-tier applications. Amazon API Gateway’s integration with AWS Lambda enables user-defined code functions to be initiated directly through HTTPS requests.

  10. Building Serverless REST APIs on AWS: A Step-by-Step Guide with Lambda

    Jan 29, 2024 · With AWS Lambda, you can execute your code in response to specific events, such as changes to data in an Amazon S3 bucket, updates to a DynamoDB table, or an HTTP request via API Gateway. More information : here. 2. API Gateway.

  11. Some results have been removed
Refresh