Coder Social home page Coder Social logo

cdk-constants's Introduction

I'm Kevin. I'm a software engineer that's been obsessed with PKM for the last decade - mostly for personal reasons as I needed a tool that could help me make use of my own corpus of +30K notes.

After a decade of experimenting, I found that existing workflows and tools (sometimes) made it easy to create notes but past the 1K note threshold, made it impossible to find again.

This led me to create my own workflow - A Hierarchy First Approach to Note Taking. This workflow, combined with custom tooling I created to facilitate it, completely solved information overload for myself, allowing me to easily create, organize and reference my own knowledge.

In 2019, I left my job at Amazon to focus on distilling everything I had learned about PKM to build Dendron - a tool for thought that helps humans manage knowledge at scale.

Metrics

cdk-constants's People

Contributors

dependabot[bot] avatar kevinslin avatar piotrmoszkowicz avatar yutaokoshi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cdk-constants's Issues

Version 3.0.3 incompatible with CDK 1.26.0

Hi,

cdk-constants version 3.0.3 depends on jsii (>=0.21.1,<0.22.0), which is not compatible with CDK 1.26.0 (it requires jsii (>=0.22.0,<0.23.0)).

Can you please release a new version with updated/relaxed jsii dependency?

Here's a complete output of poetry update in my Python project where I tried upgrading CDK core to 1.26.0:

[SolverProblemError]
Because no versions of cdk-constants match >3.0.3,<4.0.0
 and cdk-constants (3.0.3) depends on jsii (>=0.21.1,<0.22.0), cdk-constants (>=3.0.3,<4.0.0) requires jsii (>=0.21.1,<0.22.0).
And because aws-cdk.core (1.26.0) depends on jsii (>=0.22.0,<0.23.0)
 and no versions of aws-cdk.core match >1.26.0,<2.0.0, cdk-constants (>=3.0.3,<4.0.0) is incompatible with aws-cdk.core (>=1.26.0,<2.0.0).
So, because bp-tornado-online depends on both aws-cdk.core (^1.26.0) and cdk-constants (^3.0.3), version solving failed.

Thank you :)

Error trying to install

Hi! I love the idea of this library, thank you for making it.

I ran into an error trying to install:

> npm i [email protected]                                   
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

npm ERR! path /Users/emurphy/kindlyops/kindlyops/cdk/node_modules/cdk-constants/lib/bin/cli.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/emurphy/kindlyops/kindlyops/cdk/node_modules/cdk-constants/lib/bin/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

Is there any extra info I can provide to help figure out why this isn't installing?

Add `delivery.logs.amazonaws.com` to `ServicePrincipals`

Example of the policy:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AWSLogDeliveryWrite",
      "Effect": "Allow",
      "Principal": {
        "Service": "delivery.logs.amazonaws.com"
      },
      "Action": [
        "logs:CreateLogStream",
        "logs:PutLogEvents"
      ],
      "Resource": [
        "arn:aws:logs:x:x:log-group:/aws/vendedlogs/*"
      ]
    }
  ]
}

Requesting an updated version release

Good afternoon, Kevin!

We're currently using this library to great effect, but we just encountered an issue where we we're standing up a new EventBridge scheduler, and noticed that the ServicePrincipals list does not include the SCHEDULER role. I see that there was a PR that added this merged back in May, is there any chance we could get a release cut to use the new principal?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.