Private NPM Dependency Support #26833
-
In regards to: This is a cool construct for sure, but a big use case that is missing is the ability to use a private NPM registry. This requires some hack work, such as this snippet from my project:
Notice my use of the Cheers, Editing: Maybe this is not possible since the assets need to bundle before deployment... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Answering my own question: I'll use AWS CodeArtifact to host my private npm dependencies. This way I can configure access using IAM roles rather than a github access token. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Answering my own question:
I'll use AWS CodeArtifact to host my private npm dependencies. This way I can configure access using IAM roles rather than a github access token.