cuperman / cdk-appconfig

High-level AppConfig constructs for AWS CDK
5 stars 0 forks source link

Publish on NPM? #14

Open moltar opened 1 year ago

moltar commented 1 year ago

Hey Jeff,

Any plans to publish this to NPM proper?

The GitHub registry isn't very ergonomic to install packages from. It requires a GitHub token, even when the packages are public.

cuperman commented 1 year ago

@moltar I can publish this on npm if you're interested in using it.

moltar commented 1 year ago

Yes, would love to try it. I think it's be nicest implementation I've see thus far 😁

cuperman commented 1 year ago

Ok, cool 😎 Let me set up a release pipeline for this and get it into npmjs.com. Then I'll look at issue #15

cuperman commented 1 year ago

@moltar looks like AWS is going to support native high level AppConfig constructs going forward: https://www.npmjs.com/package/@aws-cdk/aws-appconfig-alpha

so you may want to try using these instead. you will get better long term support / maintenance.

moltar commented 1 year ago

Ah, awesome, had no idea this was already out. Thanks!!