| Interface | Description |
|---|---|
| AlpsSpecRestApiProps |
| Class | Description |
|---|---|
| AlpsSpecRestApi | |
| AlpsSpecRestApi.Builder |
A fluent builder for
AlpsSpecRestApi. |
| AlpsSpecRestApiProps.Builder |
A builder for
AlpsSpecRestApiProps |
| AlpsSpecRestApiProps.Jsii$Proxy |
An implementation for
AlpsSpecRestApiProps |
The CDK Alps Spec Rest Api construct generates an AWS API Gateway out of an ALPS API yaml file such src/todo-alps.yaml. ALPS API is an abstraction of APIs like REST API or Graph QL. More about the ALPS API see in the ALPS API section.
The AWS CDK construct repo was generated with Projen as awscdk-construct
The ALPS API converter is on GitHub on: https://github.com/mamund/alps-unified
Very useful to understand the idea of ALPS API is this video on YouTube: https://www.youtube.com/watch?v=oG6-r3UdenE
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
Object app = new App();
Object stack = Stack.Builder.create(app, "my-demo-stack").env(env).build();
AlpsSpecRestApi.Builder.create(stack, "AlpsSpecRestApi")
.alpsSpecFile("src/todo-alps.yaml")
.build();
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 npx;cdk --;app;lib / integ.default.js --;profile < profile > diff;
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 npx;cdk --;app;lib / integ.default.js --;profile < profile > deploy;
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 npx;cdk --;app;lib / integ.default.js --;profile < profile > destroy;
Copyright © 2020. All rights reserved.