Skip to main content
GET
List Lambda resources for a project

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header (e.g. JWT / Cognito access token).

Headers

Tenant-Id
string
required

ID of the tenant (current tenant context).

Path Parameters

projectId
string
required

Project identifier.

Response

OK

name
string
required
description
string
required
resource_type
enum<string>
required

models.ResourceType in paas-lib.

Available options:
s3,
event_bus,
lambda,
api_gateway,
cognito,
cron,
dynamodb,
opensearch,
pub_sub,
parameter,
secrets,
postgres,
role,
ecs_image
id
string
required
sk
string
required
type
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
status
enum<string>
required

models.ResourceStatus (paas-lib).

Available options:
DEFINED,
MODIFIED,
DEPLOYED
deletable
boolean
function_name
string
runtime
enum<string>

models.LambdaRuntime (paas-lib).

Available options:
nodejs4.3,
nodejs6.10,
nodejs8.10,
nodejs10.x,
nodejs12.x,
nodejs14.x,
nodejs16.x,
nodejs18.x,
nodejs20.x,
nodejs_latest,
nodejs22.x,
python2.7,
python3.6,
python3.7,
python3.8,
python3.9,
python3.10,
python3.11,
python3.12,
python3.13,
java8,
java8.corretto,
java11,
java17,
java21,
dotnet6,
dotnet8,
dotnet9,
dotnetcore1,
dotnetcore2,
dotnetcore2.1,
dotnetcore3.1,
go1.x,
ruby2.5,
ruby2.7,
ruby3.2,
ruby3.3,
ruby3.4,
provided,
provided.al2,
provided.al2023,
from_image
architecture
enum<string>

models.LambdaArchitecture (paas-lib).

Available options:
arm64,
x86_64
memory_size
integer
handler
string
timeout
integer
code
string
retry_attempts
integer
artifact_version
string
inline_policy
string
allow_actions
string[]
allow_resources
string[]
layers
object[]
artifact_type
enum<string> | null

Type of deployable artifact (null or omitted = regular S3 artifact).

Available options:
artifact,
ecr_image
ecr_config
object | null

models.LambdaECRConfig (paas-lib). ECR image reference when artifact_type is ecr_image.

stack_info
object
month_cost
unknown