-
Notifications
You must be signed in to change notification settings - Fork 129
add APIGW NextGen doc #1505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add APIGW NextGen doc #1505
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-1505.surge.sh 🎊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the docs!
I think you cover all of the important points! So much work described in a few sentences.
We should update the link to the configuration page to point to the right section of the doc. But other that that! 👍
|
||
Since [3.8.0](link here), LocalStack supports a new API Gateway implementation for both API Gateway v1 (REST API) and v2 (HTTP API). | ||
|
||
You can [set the following flag]({{< ref "configuration" >}}) `PROVIDER_OVERRIDE_APIGATEWAY=next_gen` to use the new implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should do {{< ref "configuration#api-gateway" >}}
to link to the right section of the doc.
|
||
{{< callout >}} | ||
|
||
Since [3.8.0](link here), LocalStack supports a new API Gateway implementation for both API Gateway v1 (REST API) and v2 (HTTP API). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder to not forget to update this link before merging. I also added a TODO on the PR comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this now — I will add the link later
This PR adds documentation about the NextGen API provider. Community provider work can be seen here: localstack/localstack#11035
TODO
3.8.0