Aws-cdk: aws-apigateway: support HttpApi

Created on 5 Dec 2019  路  4Comments  路  Source: aws/aws-cdk

Announcing HTTP APIs for Amazon API Gateway
https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/

Use Case

Proposed Solution

Other

AWS::ApiGatewayV2::Api

Use the AWS::ApiGatewayV2::Api resource to create an HTTP API (beta).

AWS::ApiGatewayV2::Authorizer

Use the AWS::ApiGatewayV2::Authorizer resource to create a JWT authorizer for an HTTP API (beta).

AWS::ApiGatewayV2::Integration

Use the AWS::ApiGatewayV2::Integration resource to create an integration for an HTTP API (beta).

AWS::ApiGatewayV2::Stage

Use the AWS::ApiGatewayV2::Stage resource to create a stage for an HTTP API (beta).
  • [ ] :wave: I may be able to implement this feature request
  • [ ] :warning: This feature might incur a breaking change

This is a :rocket: Feature Request

@aws-cdaws-apigateway efforlarge feature-request in-progress

Most helpful comment

When this will be ready? We really need this!

All 4 comments

HttpApi:
  Type: AWS::ApiGatewayV2::Api
  Properties:
    Name: Lambda Proxy
    Description: Lambda proxy using quick create
    ProtocolType: HTTP
    Target: ${lambda arn}

Hi @nija-at

Are we planning to build a new aws-apigatewayv2 L2 just like aws-elasticloadbalancingv2 or just extending the existing aws-apigateway with AWS::ApiGatewayV2::* support?

Hey all. When can we expect this one to drop?

When this will be ready? We really need this!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sudoforge picture sudoforge  路  3Comments

eladb picture eladb  路  3Comments

artyom-melnikov picture artyom-melnikov  路  3Comments

cybergoof picture cybergoof  路  3Comments

eladb picture eladb  路  3Comments