Registry / cloud / apigateway

apigateway

JSON →
library1.204.0javamavenunverified

The CDK Construct Library for AWS::ApiGateway provides high-level constructs for defining and deploying Amazon API Gateway REST APIs.

<dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>apigateway</artifactId> <version>1.204.0</version> </dependency>
INSTALL
IMPORT
SIG · APIGATEWAY
A
apigateway
cloudjavav1.204.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RestApi
software.amazon.awscdk.services.apigateway.RestApi

Creates a REST API using the AWS CDK API Gateway construct.

import software.amazon.awscdk.services.apigateway.RestApi; import software.amazon.awscdk.App; import software.amazon.awscdk.Stack; public class MyStack extends Stack { public MyStack(App app, String id) { super(app, id); RestApi api = RestApi.Builder.create(this, "MyApi") .restApiName("My API") .build(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.204.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
apigateway — mvn dependency:get apigateway · libregistry