Skip to content
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

Allow for installing via npm #3

Open
massi-ang opened this issue Aug 30, 2021 · 2 comments
Open

Allow for installing via npm #3

massi-ang opened this issue Aug 30, 2021 · 2 comments

Comments

@massi-ang
Copy link

In order to simplify development and inclusion of this package in own logic, could you please make the package installable via NPM, by either publishing to npomjs.com or adding a package.json file at the root of the Github repo.

@YTvW
Copy link

YTvW commented Oct 31, 2023

This would be appreciated

@MikeDombo
Copy link
Member

@YTvW
You can install the full Greengrass SDK from npm by doing npm i aws-greengrass-core-sdk. Then you can use stream manager by importing const sm = require("aws-greengrass-core-sdk/stream-manager")

Keeping this issue open as we should publish this to npm standalong, but you do have a simple option to use the full SDK which includes stream manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants