# lambda-express-experiment **Repository Path**: mirrors_DataDog/lambda-express-experiment ## Basic Information - **Project Name**: lambda-express-experiment - **Description**: ## Auto-archived due to inactivity. ## - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is an Express application that gets deployed behind an API Gateway, with a lambda authorizer. Invoke by calling the API Gateway endpoint(s) with the following header `Authorization: allow` e.g. ``` curl -H "Authorization: allow" https://API-GATEWAY-NAME.execute-api.sa-east-1.amazonaws.com/dev/ ```