AWS Lambda Function URL API
Configure dedicated HTTPS endpoints for Lambda functions that can be invoked directly via HTTP
AWS Lambda Function URL API is one of 12 APIs that AWS Lambda publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
This API exposes 1 JSON Schema definition.
Tagged areas include Function URL. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a JSON-LD context, an API reference, pricing, and 1 JSON Schema.
This API exposes 4 operations across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 2015-03-31.
Requests are made against a single base URL, https://lambda.{region}.amazonaws.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
AWS Lambda Function URL API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (sigv4).
By default, every request must be authenticated.
sigv4— AWS Signature Version 4 authentication. Requests must be signed with valid AWS credentials that have the appropriate Lambda IAM permissions.
Paths & Operations 4
Across 1 path, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Configure dedicated HTTPS endpoints for Lambda functions that can be invoked directly via HTTP
Schemas 5
The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are FunctionUrlConfig (7 properties), Cors (6 properties), UpdateFunctionUrlConfigRequest (3 properties), ErrorResponse (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from AWS Lambda 11
Other APIs AWS Lambda publishes across the network.