About 346,000 results
Open links in new tab
  1. Create AWS Lambda proxy integrations for HTTP APIs in API

    When a client calls your API, API Gateway sends the request to the Lambda function and returns the function's response to the client. For examples of creating an HTTP API, see Create an HTTP API.

  2. Building Lambda functions with TypeScript - AWS Lambda

    Define Lambda function handler in TypeScript. Deploy transpiled TypeScript code in Lambda with .zip file archives. Deploy transpiled TypeScript code in Lambda with container images. Working with layers for TypeScript Lambda functions. Using the Lambda context object to retrieve TypeScript function information. Log and monitor TypeScript Lambda ...

  3. Tutorial: Using Lambda with API Gateway - AWS Lambda

    In this tutorial, you create a REST API through which you invoke a Lambda function using an HTTP request. Your Lambda function will perform create, read, update, and delete (CRUD) operations on a DynamoDB table.

  4. TypeScript for Cloud-Native Applications: Using AWS Lambda and API

    Jan 10, 2025 · In this tutorial, we will explore the core concepts, implementation guide, and best practices for using TypeScript with AWS Lambda and API Gateway. What Readers Will Learn. How to set up a TypeScript project for cloud-native applications; How to deploy and manage AWS Lambda functions with TypeScript

  5. Typescript for AWS HTTP API Gateway Lambda Handlers

    May 26, 2020 · The payload format version specifies the format of the data that API Gateway sends to a Lambda integration, and how API Gateway interprets the response from Lambda. If you don't specify a payload format version, the AWS Management Console uses the latest version by default.

  6. Type-Safe AWS Lambda Authorizer for ApiGateway V2 with TypeScript

    Jul 27, 2022 · In this article, we'll explore a neat solution to define your types and ensure perfect type validation between your authorizer and service lambdas for apiGateway V2. Why? Why Do I Need Perfect TypeScript Integration Between Authorizer Lambda and Service Lambda?

  7. Pass API Gateway REST API parameters to a Lambda function or HTTP

    To configure a REST API to pass query string parameters to a backend AWS Lambda function, use a Lambda custom integration. To pass query string parameters to an HTTP endpoint, use an HTTP custom integration .

  8. Building Serverless APIs with TypeScript, AWS Lambda, and API

    Nov 2, 2024 · In this blog post, we have explored how to build serverless APIs using TypeScript with AWS Lambda and API Gateway. By leveraging the power of TypeScript's static typing and AWS services' scalability, you can create robust and efficient serverless applications.

  9. Building Serverless REST API with Lambda and TypeScript

    Feb 16, 2024 · Discover the process of creating a secure serverless GraphQL API leveraging AWS Lambda, AWS AppSync, Amazon Cognito, AWS WAF, AWS X-Ray and DynamoDB. Implement BFF pattern with the power of GraphQL.

  10. The Complete Guide to Building a TypeScript API with AWS Lambda

    The AWS SAM CLI makes local testing easy by emulating Lambda+API Gateway on your laptop. With SAM CLI installed, you can run and debug code by simply: $ sam local start-api

  11. Some results have been removed
Refresh