Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Lap Amazon Api Gateway

v1.0.0

Amazon API Gateway API skill. Use when working with Amazon API Gateway for apikeys, restapis, domainnames. Covers 120 endpoints.

0· 21·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mickmicksh/lap-amazon-api-gateway.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lap Amazon Api Gateway" (mickmicksh/lap-amazon-api-gateway) from ClawHub.
Skill page: https://clawhub.ai/mickmicksh/lap-amazon-api-gateway
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AMAZON_API_GATEWAY_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install mickmicksh/lap-amazon-api-gateway

ClawHub CLI

Package manager switcher

npx clawhub@latest install lap-amazon-api-gateway
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The name and description claim an Amazon API Gateway admin API client (120 endpoints). That purpose would legitimately require AWS SigV4 credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, optional AWS_SESSION_TOKEN, and region) and region-specific base URLs. Instead the skill declares a single environment variable AMAZON_API_GATEWAY_API_KEY, which is not the standard credential set for managing API Gateway. This is a proportionality/expectations mismatch.
!
Instruction Scope
SKILL.md instructs 'Configure auth: AWS SigV4' and lists many admin endpoints (create/delete apikeys, restapis, deployments). It does not specify which environment variables it will read at runtime, lacks the required base URL/region, and references an external file (references/api-spec.lap) that is not present. The instructions are incomplete and ambiguous, giving the agent wide discretion to attempt authentication and call many destructive endpoints (deletes, deployments) without clear safeguards.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes on-disk risk; there is nothing being downloaded or installed by the skill itself.
!
Credentials
The skill requires a single env var named AMAZON_API_GATEWAY_API_KEY. For the declared AWS SigV4 usage this is insufficient/incorrect — managing API Gateway normally requires AWS API credentials and region. Asking for a single nonstandard key name is disproportionate and unexplained; it could be a misconfiguration or an attempt to collect a different secret than expected.
Persistence & Privilege
The skill is not always-enabled and does not request system or cross-skill modifications. Autonomous invocation is allowed by default (platform behavior) but is not combined with persistent/privileged settings here.
What to consider before installing
This skill appears to be an Amazon API Gateway client but is inconsistent and incomplete. Before installing: (1) ask the publisher/source for the missing details (where is the code/spec, what exact auth/credential names are used, how are regions/endpoints chosen), (2) do not provide your primary AWS credentials to a skill that asks for a single nonstandard key name — request clarification if it truly uses SigV4 and which env vars it will read, (3) prefer a skill that uses standard AWS env vars or the AWS SDK, or run any testing in an isolated/minimally-privileged account, and (4) verify whether the skill will perform destructive actions (DELETE endpoints) and require confirmation or least-privilege credentials. Because of the mismatch between claimed auth (SigV4) and the declared required env var, treat this skill as untrusted until the author explains the discrepancy.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

EnvAMAZON_API_GATEWAY_API_KEY
latestvk97cfasxhnsy3mq1wfeva43enh85mx49
21downloads
0stars
1versions
Updated 4h ago
v1.0.0
MIT-0

Amazon API Gateway

API version: 2015-07-09

Auth

AWS SigV4

Base URL

Not specified.

Setup

  1. Configure auth: AWS SigV4
  2. GET /account -- verify access
  3. POST /apikeys -- create first apikeys

Endpoints

120 endpoints across 11 groups. See references/api-spec.lap for full details.

apikeys

MethodPathDescription
POST/apikeysCreate an ApiKey resource.
DELETE/apikeys/{api_Key}Deletes the ApiKey resource.
GET/apikeys/{api_Key}Gets information about the current ApiKey resource.
GET/apikeysGets information about the current ApiKeys resource.
PATCH/apikeys/{api_Key}Changes information about an ApiKey resource.

restapis

MethodPathDescription
POST/restapis/{restapi_id}/authorizersAdds a new Authorizer resource to an existing RestApi resource.
POST/restapis/{restapi_id}/deploymentsCreates a Deployment resource, which makes a specified RestApi callable over the internet.
POST/restapis/{restapi_id}/documentation/partsCreates a documentation part.
POST/restapis/{restapi_id}/documentation/versionsCreates a documentation version
POST/restapis/{restapi_id}/modelsAdds a new Model resource to an existing RestApi resource.
POST/restapis/{restapi_id}/requestvalidatorsCreates a RequestValidator of a given RestApi.
POST/restapis/{restapi_id}/resources/{parent_id}Creates a Resource resource.
POST/restapisCreates a new RestApi resource.
POST/restapis/{restapi_id}/stagesCreates a new Stage resource that references a pre-existing Deployment for the API.
DELETE/restapis/{restapi_id}/authorizers/{authorizer_id}Deletes an existing Authorizer resource.
DELETE/restapis/{restapi_id}/deployments/{deployment_id}Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
DELETE/restapis/{restapi_id}/documentation/parts/{part_id}Deletes a documentation part
DELETE/restapis/{restapi_id}/documentation/versions/{doc_version}Deletes a documentation version.
DELETE/restapis/{restapi_id}/gatewayresponses/{response_type}Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
DELETE/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integrationRepresents a delete integration.
DELETE/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}Represents a delete integration response.
DELETE/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}Deletes an existing Method resource.
DELETE/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}Deletes an existing MethodResponse resource.
DELETE/restapis/{restapi_id}/models/{model_name}Deletes a model.
DELETE/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}Deletes a RequestValidator of a given RestApi.
DELETE/restapis/{restapi_id}/resources/{resource_id}Deletes a Resource resource.
DELETE/restapis/{restapi_id}Deletes the specified API.
DELETE/restapis/{restapi_id}/stages/{stage_name}Deletes a Stage resource.
DELETE/restapis/{restapi_id}/stages/{stage_name}/cache/authorizersFlushes all authorizer cache entries on a stage.
DELETE/restapis/{restapi_id}/stages/{stage_name}/cache/dataFlushes a stage's cache.
GET/restapis/{restapi_id}/authorizers/{authorizer_id}Describe an existing Authorizer resource.
GET/restapis/{restapi_id}/authorizersDescribe an existing Authorizers resource.
GET/restapis/{restapi_id}/deployments/{deployment_id}Gets information about a Deployment resource.
GET/restapis/{restapi_id}/deploymentsGets information about a Deployments collection.
GET/restapis/{restapi_id}/documentation/parts/{part_id}Gets a documentation part.
GET/restapis/{restapi_id}/documentation/partsGets documentation parts.
GET/restapis/{restapi_id}/documentation/versions/{doc_version}Gets a documentation version.
GET/restapis/{restapi_id}/documentation/versionsGets documentation versions.
GET/restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}Exports a deployed version of a RestApi in a specified format.
GET/restapis/{restapi_id}/gatewayresponses/{response_type}Gets a GatewayResponse of a specified response type on the given RestApi.
GET/restapis/{restapi_id}/gatewayresponsesGets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.
GET/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integrationGet the integration settings.
GET/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}Represents a get integration response.
GET/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}Describe an existing Method resource.
GET/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}Describes a MethodResponse resource.
GET/restapis/{restapi_id}/models/{model_name}Describes an existing model defined for a RestApi resource.
GET/restapis/{restapi_id}/models/{model_name}/default_templateGenerates a sample mapping template that can be used to transform a payload into the structure of a model.
GET/restapis/{restapi_id}/modelsDescribes existing Models defined for a RestApi resource.
GET/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}Gets a RequestValidator of a given RestApi.
GET/restapis/{restapi_id}/requestvalidatorsGets the RequestValidators collection of a given RestApi.
GET/restapis/{restapi_id}/resources/{resource_id}Lists information about a resource.
GET/restapis/{restapi_id}/resourcesLists information about a collection of Resource resources.
GET/restapis/{restapi_id}Lists the RestApi resource in the collection.
GET/restapisLists the RestApis resources for your collection.
GET/restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}Generates a client SDK for a RestApi and Stage.
GET/restapis/{restapi_id}/stages/{stage_name}Gets information about a Stage resource.
GET/restapis/{restapi_id}/stagesGets information about one or more Stage resources.
PUT/restapis/{restapi_id}/documentation/partsImports documentation parts
PUT/restapis/{restapi_id}/gatewayresponses/{response_type}Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
PUT/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integrationSets up a method's integration.
PUT/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}Represents a put integration.
PUT/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}Add a method to an existing Resource resource.
PUT/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}Adds a MethodResponse to an existing Method resource.
PUT/restapis/{restapi_id}A feature of the API Gateway control service for updating an existing API with an input of external API definitions. The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.
POST/restapis/{restapi_id}/authorizers/{authorizer_id}Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
POST/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
PATCH/restapis/{restapi_id}/authorizers/{authorizer_id}Updates an existing Authorizer resource.
PATCH/restapis/{restapi_id}/deployments/{deployment_id}Changes information about a Deployment resource.
PATCH/restapis/{restapi_id}/documentation/parts/{part_id}Updates a documentation part.
PATCH/restapis/{restapi_id}/documentation/versions/{doc_version}Updates a documentation version.
PATCH/restapis/{restapi_id}/gatewayresponses/{response_type}Updates a GatewayResponse of a specified response type on the given RestApi.
PATCH/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integrationRepresents an update integration.
PATCH/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}Represents an update integration response.
PATCH/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}Updates an existing Method resource.
PATCH/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}Updates an existing MethodResponse resource.
PATCH/restapis/{restapi_id}/models/{model_name}Changes information about a model. The maximum size of the model is 400 KB.
PATCH/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}Updates a RequestValidator of a given RestApi.
PATCH/restapis/{restapi_id}/resources/{resource_id}Changes information about a Resource resource.
PATCH/restapis/{restapi_id}Changes information about the specified API.
PATCH/restapis/{restapi_id}/stages/{stage_name}Changes information about a Stage resource.

domainnames

MethodPathDescription
POST/domainnames/{domain_name}/basepathmappingsCreates a new BasePathMapping resource.
POST/domainnamesCreates a new domain name.
DELETE/domainnames/{domain_name}/basepathmappings/{base_path}Deletes the BasePathMapping resource.
DELETE/domainnames/{domain_name}Deletes the DomainName resource.
GET/domainnames/{domain_name}/basepathmappings/{base_path}Describe a BasePathMapping resource.
GET/domainnames/{domain_name}/basepathmappingsRepresents a collection of BasePathMapping resources.
GET/domainnames/{domain_name}Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
GET/domainnamesRepresents a collection of DomainName resources.
PATCH/domainnames/{domain_name}/basepathmappings/{base_path}Changes information about the BasePathMapping resource.
PATCH/domainnames/{domain_name}Changes information about the DomainName resource.

usageplans

MethodPathDescription
POST/usageplansCreates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
POST/usageplans/{usageplanId}/keysCreates a usage plan key for adding an existing API key to a usage plan.
DELETE/usageplans/{usageplanId}Deletes a usage plan of a given plan Id.
DELETE/usageplans/{usageplanId}/keys/{keyId}Deletes a usage plan key and remove the underlying API key from the associated usage plan.
GET/usageplans/{usageplanId}/usageGets the usage data of a usage plan in a specified time interval.
GET/usageplans/{usageplanId}Gets a usage plan of a given plan identifier.
GET/usageplans/{usageplanId}/keys/{keyId}Gets a usage plan key of a given key identifier.
GET/usageplans/{usageplanId}/keysGets all the usage plan keys representing the API keys added to a specified usage plan.
GET/usageplansGets all the usage plans of the caller's account.
PATCH/usageplans/{usageplanId}/keys/{keyId}/usageGrants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
PATCH/usageplans/{usageplanId}Updates a usage plan of a given plan Id.

vpclinks

MethodPathDescription
POST/vpclinksCreates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.
DELETE/vpclinks/{vpclink_id}Deletes an existing VpcLink of a specified identifier.
GET/vpclinks/{vpclink_id}Gets a specified VPC link under the caller's account in a region.
GET/vpclinksGets the VpcLinks collection under the caller's account in a selected region.
PATCH/vpclinks/{vpclink_id}Updates an existing VpcLink of a specified identifier.

clientcertificates

MethodPathDescription
DELETE/clientcertificates/{clientcertificate_id}Deletes the ClientCertificate resource.
POST/clientcertificatesGenerates a ClientCertificate resource.
GET/clientcertificates/{clientcertificate_id}Gets information about the current ClientCertificate resource.
GET/clientcertificatesGets a collection of ClientCertificate resources.
PATCH/clientcertificates/{clientcertificate_id}Changes information about an ClientCertificate resource.

account

MethodPathDescription
GET/accountGets information about the current Account resource.
PATCH/accountChanges information about the current Account resource.

sdktypes

MethodPathDescription
GET/sdktypes/{sdktype_id}Gets an SDK type.
GET/sdktypesGets SDK types

tags

MethodPathDescription
GET/tags/{resource_arn}Gets the Tags collection for a given resource.
PUT/tags/{resource_arn}Adds or updates a tag on a given resource.
DELETE/tags/{resource_arn}Removes a tag from a given resource.

apikeys?mode=import

MethodPathDescription
POST/apikeys?mode=importImport API keys from an external source, such as a CSV-formatted file.

restapis?mode=import

MethodPathDescription
POST/restapis?mode=importA feature of the API Gateway control service for creating a new API from an external API definition file.

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "Create a apikey?" -> POST /apikeys
  • "Create a authorizer?" -> POST /restapis/{restapi_id}/authorizers
  • "Create a basepathmapping?" -> POST /domainnames/{domain_name}/basepathmappings
  • "Create a deployment?" -> POST /restapis/{restapi_id}/deployments
  • "Create a part?" -> POST /restapis/{restapi_id}/documentation/parts
  • "Create a version?" -> POST /restapis/{restapi_id}/documentation/versions
  • "Create a domainname?" -> POST /domainnames
  • "Create a model?" -> POST /restapis/{restapi_id}/models
  • "Create a requestvalidator?" -> POST /restapis/{restapi_id}/requestvalidators
  • "Create a restapis?" -> POST /restapis
  • "Create a stage?" -> POST /restapis/{restapi_id}/stages
  • "Create a usageplan?" -> POST /usageplans
  • "Create a key?" -> POST /usageplans/{usageplanId}/keys
  • "Create a vpclink?" -> POST /vpclinks
  • "Delete a apikey?" -> DELETE /apikeys/{api_Key}
  • "Delete a authorizer?" -> DELETE /restapis/{restapi_id}/authorizers/{authorizer_id}
  • "Delete a basepathmapping?" -> DELETE /domainnames/{domain_name}/basepathmappings/{base_path}
  • "Delete a clientcertificate?" -> DELETE /clientcertificates/{clientcertificate_id}
  • "Delete a deployment?" -> DELETE /restapis/{restapi_id}/deployments/{deployment_id}
  • "Delete a part?" -> DELETE /restapis/{restapi_id}/documentation/parts/{part_id}
  • "Delete a version?" -> DELETE /restapis/{restapi_id}/documentation/versions/{doc_version}
  • "Delete a domainname?" -> DELETE /domainnames/{domain_name}
  • "Delete a gatewayrespons?" -> DELETE /restapis/{restapi_id}/gatewayresponses/{response_type}
  • "Delete a response?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}
  • "Delete a method?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}
  • "Delete a response?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}
  • "Delete a model?" -> DELETE /restapis/{restapi_id}/models/{model_name}
  • "Delete a requestvalidator?" -> DELETE /restapis/{restapi_id}/requestvalidators/{requestvalidator_id}
  • "Delete a resource?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}
  • "Delete a restapis?" -> DELETE /restapis/{restapi_id}
  • "Delete a stage?" -> DELETE /restapis/{restapi_id}/stages/{stage_name}
  • "Delete a usageplan?" -> DELETE /usageplans/{usageplanId}
  • "Delete a key?" -> DELETE /usageplans/{usageplanId}/keys/{keyId}
  • "Delete a vpclink?" -> DELETE /vpclinks/{vpclink_id}
  • "Create a clientcertificate?" -> POST /clientcertificates
  • "List all account?" -> GET /account
  • "Get apikey details?" -> GET /apikeys/{api_Key}
  • "List all apikeys?" -> GET /apikeys
  • "Get authorizer details?" -> GET /restapis/{restapi_id}/authorizers/{authorizer_id}
  • "List all authorizers?" -> GET /restapis/{restapi_id}/authorizers
  • "Get basepathmapping details?" -> GET /domainnames/{domain_name}/basepathmappings/{base_path}
  • "List all basepathmappings?" -> GET /domainnames/{domain_name}/basepathmappings
  • "Get clientcertificate details?" -> GET /clientcertificates/{clientcertificate_id}
  • "List all clientcertificates?" -> GET /clientcertificates
  • "Get deployment details?" -> GET /restapis/{restapi_id}/deployments/{deployment_id}
  • "List all deployments?" -> GET /restapis/{restapi_id}/deployments
  • "Get part details?" -> GET /restapis/{restapi_id}/documentation/parts/{part_id}
  • "List all parts?" -> GET /restapis/{restapi_id}/documentation/parts
  • "Get version details?" -> GET /restapis/{restapi_id}/documentation/versions/{doc_version}
  • "List all versions?" -> GET /restapis/{restapi_id}/documentation/versions
  • "Get domainname details?" -> GET /domainnames/{domain_name}
  • "List all domainnames?" -> GET /domainnames
  • "Get export details?" -> GET /restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}
  • "Get gatewayrespons details?" -> GET /restapis/{restapi_id}/gatewayresponses/{response_type}
  • "List all gatewayresponses?" -> GET /restapis/{restapi_id}/gatewayresponses
  • "List all integration?" -> GET /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration
  • "Get response details?" -> GET /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}
  • "Get method details?" -> GET /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}
  • "Get response details?" -> GET /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}
  • "Get model details?" -> GET /restapis/{restapi_id}/models/{model_name}
  • "List all default_template?" -> GET /restapis/{restapi_id}/models/{model_name}/default_template
  • "List all models?" -> GET /restapis/{restapi_id}/models
  • "Get requestvalidator details?" -> GET /restapis/{restapi_id}/requestvalidators/{requestvalidator_id}
  • "List all requestvalidators?" -> GET /restapis/{restapi_id}/requestvalidators
  • "Get resource details?" -> GET /restapis/{restapi_id}/resources/{resource_id}
  • "List all resources?" -> GET /restapis/{restapi_id}/resources
  • "Get restapis details?" -> GET /restapis/{restapi_id}
  • "List all restapis?" -> GET /restapis
  • "Get sdk details?" -> GET /restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}
  • "Get sdktype details?" -> GET /sdktypes/{sdktype_id}
  • "List all sdktypes?" -> GET /sdktypes
  • "Get stage details?" -> GET /restapis/{restapi_id}/stages/{stage_name}
  • "List all stages?" -> GET /restapis/{restapi_id}/stages
  • "Get tag details?" -> GET /tags/{resource_arn}
  • "List all usage?" -> GET /usageplans/{usageplanId}/usage
  • "Get usageplan details?" -> GET /usageplans/{usageplanId}
  • "Get key details?" -> GET /usageplans/{usageplanId}/keys/{keyId}
  • "List all keys?" -> GET /usageplans/{usageplanId}/keys
  • "List all usageplans?" -> GET /usageplans
  • "Get vpclink details?" -> GET /vpclinks/{vpclink_id}
  • "List all vpclinks?" -> GET /vpclinks
  • "Create a apikeys?mode=import?" -> POST /apikeys?mode=import
  • "Create a restapis?mode=import?" -> POST /restapis?mode=import
  • "Update a gatewayrespons?" -> PUT /restapis/{restapi_id}/gatewayresponses/{response_type}
  • "Update a response?" -> PUT /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}
  • "Update a method?" -> PUT /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}
  • "Update a response?" -> PUT /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}
  • "Update a restapis?" -> PUT /restapis/{restapi_id}
  • "Update a tag?" -> PUT /tags/{resource_arn}
  • "Delete a tag?" -> DELETE /tags/{resource_arn}
  • "Partially update a apikey?" -> PATCH /apikeys/{api_Key}
  • "Partially update a authorizer?" -> PATCH /restapis/{restapi_id}/authorizers/{authorizer_id}
  • "Partially update a basepathmapping?" -> PATCH /domainnames/{domain_name}/basepathmappings/{base_path}
  • "Partially update a clientcertificate?" -> PATCH /clientcertificates/{clientcertificate_id}
  • "Partially update a deployment?" -> PATCH /restapis/{restapi_id}/deployments/{deployment_id}
  • "Partially update a part?" -> PATCH /restapis/{restapi_id}/documentation/parts/{part_id}
  • "Partially update a version?" -> PATCH /restapis/{restapi_id}/documentation/versions/{doc_version}
  • "Partially update a domainname?" -> PATCH /domainnames/{domain_name}
  • "Partially update a gatewayrespons?" -> PATCH /restapis/{restapi_id}/gatewayresponses/{response_type}
  • "Partially update a response?" -> PATCH /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}
  • "Partially update a method?" -> PATCH /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}
  • "Partially update a response?" -> PATCH /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}
  • "Partially update a model?" -> PATCH /restapis/{restapi_id}/models/{model_name}
  • "Partially update a requestvalidator?" -> PATCH /restapis/{restapi_id}/requestvalidators/{requestvalidator_id}
  • "Partially update a resource?" -> PATCH /restapis/{restapi_id}/resources/{resource_id}
  • "Partially update a restapis?" -> PATCH /restapis/{restapi_id}
  • "Partially update a stage?" -> PATCH /restapis/{restapi_id}/stages/{stage_name}
  • "Partially update a usageplan?" -> PATCH /usageplans/{usageplanId}
  • "Partially update a vpclink?" -> PATCH /vpclinks/{vpclink_id}
  • "How to authenticate?" -> See Auth section

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • List endpoints may support pagination; check for limit, offset, or cursor params
  • Create/update endpoints typically return the created/updated object

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get amazon-api-gateway -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search amazon-api-gateway

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

Generated from the official API spec by LAP

Comments

Loading comments...