This message was deleted.
# docs
s
This message was deleted.
c
q
Cheers, but I was hoping for something like https://www.pulumi.com/registry/packages/aws/api-docs/s3/bucket/onEvent.html 😛 Though I can see that
BucketEventSubscription
is a subclass of
lambda.EventSubscription
which I can use to discover the rest of the mixins by searching the github repo: https://github.com/pulumi/pulumi-aws/search?q=lambda.EventSubscription where I ultimately found what I was looking for! https://github.com/pulumi/pulumi-aws/blob/1bf89fc855cd6dc7f1232ce2199aacd64bcbf5ca/sdk/nodejs/cloudwatch/eventRuleMixins.ts woohoo plus a bunch of other useful things, such as https://www.pulumi.com/docs/guides/crosswalk/aws/lambda/ 😛
w
There are a set of these JavaScript specific APIs in Pulumi-aws that aren’t currently documented in the language-neutral docs in the registry. https://github.com/pulumi/pulumi-aws/issues/2035 is the primary issue tracking adding documentation to the registry for these (along with indication that they are JS-only).