Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@enterprise-cmcs/macpro-serverless-running-stages

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enterprise-cmcs/macpro-serverless-running-stages

Returns a list of all running Serverless stage in an AWS region.

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

macpro-serverless-running-stages

NPM module to identify currently running stages of the Serverless framework in an AWS account.

latest release npm latest version semantic-release: angular Dependabot code style: prettier


Usage and Getting Started

To install the package run the following command:

npm install @enterprise-cmcs/macpro-serverless-running-stages

or

yarn add @enterprise-cmcs/macpro-serverless-running-stages

After installing the package in your project include this import statement

import { ServerlessRunningStages } from "@enterprise-cmcs/macpro-serverless-running-stages";

With ServerlessRunningStages imported you can now execute it like:

await ServerlessRunningStages.getAllStagesForRegion("us-east-1");

Contributing

Found a bug, want to help with updating the docs or maybe you want to help add a feature. Refer to our contribution documentation for more information: Documentation

Instructions to test locally with a yarn project

  • in your terminal from your local clone of macpro-serverless-running-stages with your development branch
  • yarn link (note, when testing is complete, run yarn unlink) that will return output like:
yarn link v1.22.19
warning ../../../package.json: No license field
success Registered "@enterprise-cmcs/macpro-serverless-running-stages".
info You can now run `yarn link "@enterprise-cmcs/macpro-serverless-running-stages"` in the projects where you want to use this package and it will be used instead.
✨  Done in 0.06s.
  • npm install
  • npm run build (this builds the package)

In your local yarn project that will be using the macpro-serverless-running stages package, run:

  • rm -rf node_modules
  • yarn link "@enterprise-cmcs/macpro-serverless-running-stages" that will return output like:
yarn link v1.22.19
warning ../../../package.json: No license field
success Using linked package for "@enterprise-cmcs/macpro-serverless-running-stages".
✨  Done in 0.05s.
  • yarn install
  • Note: when testing is complete run yarn unlink "@enterprise-cmcs/macpro-serverless-running-stages"

License

License: MIT

See LICENSE for full details.

Keywords

FAQs

Package last updated on 02 Feb 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc