cdklabs / construct-hub

AWS CDK construct library that can be used to deploy instances of the Construct Hub in any AWS Account.
https://constructs.dev
Apache License 2.0
202 stars 26 forks source link

Missing package @buttonize/cdk in the Construct Hub #1083

Closed FilipPyrek closed 6 days ago

FilipPyrek commented 1 year ago

Hi there,

I've developed a CDK constructs for my project buttonize.io and I want it to be available also in the Construct Hub.

https://www.npmjs.com/package/@buttonize/cdk

I've checked the requirements in https://constructs.dev/contribute

Constructs intended for Construct Hub must be published to the npm Registry under Apache, BSD, EPL, MPL-2.0, ISC and CDDL or MIT open source licenses and annotated with a keyword recognized by Construct Hub (awscdk, cdk8s, or cdktf).

Additionally, since one of the main goals of Construct Hub is to enable an ecosystem of constructs that can be consumed by all CDK languages, your library must be compiled with JSII , a TypeScript-based tool for building multi-language libraries. Construct Hub leverages the type information produced by the JSII compiler to render a rich multi-language API reference for each construct.

I've published it couple of days ago but I still don't see it in the Construct Hub.

What did I do wrong?

FilipPyrek commented 1 year ago

Any idea what could be wrong @RomainMuller ? 🙂

mrgrain commented 6 days ago

The specific package is now deprecated. The new replacement buttonize is not a jsii package.