Amazon API Gateway · Arazzo Workflow
AWS API Gateway Add a Method and Redeploy
Version 1.0.0
Verify a REST API exists, attach a method to one of its resources, and publish a fresh deployment.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
add-method-and-redeploy
Attach a method to an existing REST API resource and redeploy.
Confirms the REST API, resolves a resource, puts a method, and creates a deployment to publish the change.
1
confirmRestApi
getRestApi
Confirm the target REST API exists before modifying it.
2
listResources
getResources
List the resources for the REST API to obtain a target resource id.
3
putMethod
putMethod
Add the requested HTTP method to the resolved resource.
4
redeploy
createDeployment
Create a deployment so the new method is published to the stage.