Github bot that helps maintain nodeschool
Run buildkite pipelines locally :tada:
An interactive guide to A9LH + Luma on your 3DS
A open source BitCoin exchange with 3-Factor authentication.
Validates Australian Business Numbers
Bitcoin client implementation in HTML5/JavaScript
crystaldelta/cloudtrail2slack 1
Enables CloudTrail events to be sent to a Slack channel of your choice
eldarhasandwich/EldarBox-Websocket-Server 1
Open Source Jackbox Clone
startedptoomey3/evilarc
started time in 12 days
startedlangjam/langjam
started time in 15 days
startedbuzzfeed/sso
started time in 25 days
startedsuyashkumar/ssl-proxy
started time in a month
startedMichalStrehovsky/bflat
started time in a month
startedVoronDesign/VoronUsers
started time in a month
startedwagoid/commitlint-github-action
started time in 2 months
startedbenjefferies/branch-protection-bot
started time in 2 months
startedcdklabs/cdk-triggers
started time in 2 months
startedcloudflare/boringtun
started time in 2 months
startedsaltyshiomix/nextron
started time in 2 months
startedjart/cosmopolitan
started time in 2 months
PR closed hudson-taylor/hudson-taylor
I'm going to leave this here for a bit, as this is currently a breaking change, unfortunately.
pr closed time in 2 months
PR closed hudson-taylor/hudson-taylor
import ht from 'hudson-taylor'
let transport = new ht.Transports.Local()
let service = new ht.Service(transport)
let client = new ht.Client({
account: transport
})
service.on('getRandomAccount', function (data, callback) {
return callback(null, {
id: 4,
name: 'you'
})
})
let newClient = ht.proxy(client)
newClient.account.getRandomAccount(function (err, data) {
...
})
oooo yeaaa
pr closed time in 2 months
startedloft-sh/vcluster
started time in 2 months
startedalexellis/k3sup
started time in 2 months
startedianstormtaylor/superstruct
started time in 2 months
issue openedaws/aws-cdk
aws-eks: Reusable Kubectl Provider for imported clusters
It would be great if we could define reusable a Kubectl Provider for imported clusters with eks.Cluster.fromClusterAttributes.
Use Case
Currently when a cluster is referred to for the first time in a stack it deploys a new NestedStack that contains a single lambda. For accounts with a large number of stacks this can be a problem when getting close to the service limit of 200 stacks per account.
Proposed Solution
Being able to deploy a single provider for a cluster manually, and then do something like
eks.Cluster.fromClusterAttributes({
...
provider: eks.Provider.fromExisting({ ... })
})
Another potentially solution is to change the KubectlProvider from being a NestedStack to being a Construct.
Other
There is already a getOrCreate function that calls _attachKubectlResourceScope, but this would only work for an existing eks.Cluster instance, not one being created using fromClusterAttributes
- [x] :wave: I may be able to implement this feature request
- [ ] :warning: This feature might incur a breaking change
This is a :rocket: Feature Request
created time in 2 months
startedAsahiLinux/m1n1
started time in 3 months