Socket
Socket
Sign inDemoInstall

api-gateway-copy-method

Package Overview
Dependencies
40
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    api-gateway-copy-method

"Copy a method in AWS API gateway."


Version published
Weekly downloads
4
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

AWS API Gateway does not have a feature that allows you to copy settings from one method to another. This cli fixes that. Super useful when you have many similar methods like OPTIONS requests for CORS.

Install: npm install -g api-gateway-copy-method

Usage: api-gateway-copy-method <apiName> <sourcePath> <sourceMethod> <destPath> <destMethod>

Example: api-gateway-copy-method "Blog API" /posts/{id} GET /blogPosts/{id} GET

Important Notes:

  1. destPath must already exist in the UI
  2. destMethod must not exist. An error will be thrown if it does.
  3. cacheNamespace is NOT copied between methods. First off, this is not settable in the current AWS web UI. Second it seems unlikely you would want to share cache namespaces between methods.

FAQs

Last updated on 26 Oct 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc