HTTP API Support
Problem
Support HTTP API: https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/ --- Proposal of a configuration schema within a Serverless Framework _Note: This proposal is "live" (updated in place whenever there's an agreement on changes to it)_ [code block] In addition support for importing Open API objects can be added as: [code block] Implementation roadmap Implement and publish HTTP API support in following stages: 1. [x] Basic routes support, no cors, no authorizers, no open API objects import (#7274, #7331 & #7383) 1. [x] CORS support (#7336) 1. [x] JWT authorizers support (#7346) 1. [x] Access logs (#7385) 1. [x] Support existing HTTP API's (#7396) 1. [x] Support `timeout` setting (#7401) 1. [ ] (eventually) Open API object support - possibly leave out for community to implement (when demand shows)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: HTTP API Support
Looks like CloudFormation support just landed: https://aws.amazon.com/about-aws/whats-new/2019/12/aws-cloudformation-updates-for-api-gateway-codepipeline-s3-iam-ecs-rds-es-lambda-and-more/ > Create an HTTP API, JSON web tokens (JWTs) Authorizer and stage for HTTP API, and specify VPC endpoint IDs of an API to create Route53 aliases in Amazon API Gateway.
Trust Score
6 verifications
- 1
Looks like CloudFormation support just landed: https://aws.amazon.com/about-aws/
Looks like CloudFormation support just landed: https://aws.amazon.com/about-aws/whats-new/2019/12/aws-cloudformation-updates-for-api-gateway-codepipeline-s3-iam-ecs-rds-es-lambda-and-more/
- 2
> Create an HTTP API, JSON web tokens (JWTs) Authorizer and stage for HTTP API,
> Create an HTTP API, JSON web tokens (JWTs) Authorizer and stage for HTTP API, and specify VPC endpoint IDs of an API to create Route53 aliases in Amazon API Gateway.
Validation
Resolved in serverless/serverless GitHub issue #7052. Community reactions: 17 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep