Socket
Socket
Sign inDemoInstall

@kakkuk/serverless-aws-apigateway-documentation

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakkuk/serverless-aws-apigateway-documentation - npm Package Versions

2

1.3.1

Diff

Changelog

Source

v1.3.1 - Fix documentation preview with nested $ref model

Fixes generating a documentation preview locally, with serverless generateDocumentation command, when the template contains a reference to another local model with the $ref keyword.

For example:

$ref: "{{model: Address}}"

needed to be

$ref: "#/components/schemas/Address"

See more here

ottopecz
published 1.3.0 •

Changelog

Source

v1.3.0 - Generate documentation preview locally

The serverless downloadDocumentation command can be used to download the final/deployed documentation directly from AWS. This release adds support to (optionally) generate a documentation preview locally - without the need of deploying it to AWS.

ottopecz
published 1.2.0 •

ottopecz
published 1.1.13 •

ottopecz
published 1.1.12 •

ottopecz
published 1.1.11 •

ottopecz
published 1.1.10 •

ottopecz
published 1.1.9 •

ottopecz
published 1.1.8 •

ottopecz
published 1.1.7 •

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc