question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make awslint publicly available

See original GitHub issue

It would be nice if you could make awslint public available as npm package, so that other people who want to publish CDK libraries can also benefit from it and design their libs also according to the AWS Resource Construct Design Guidelines.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
eladbcommented, Mar 24, 2019

Note: this is taking a bit longer to do because currently awslint is tightly coupled with the CloudFormation model, so there is no real value in running it on anything else. The idea is the move some of the rules so they will apply to any construct and then it makes total sense to reuse

3reactions
eladbcommented, Mar 4, 2019

Sure, that should be fairly easy to do

Read more comments on GitHub >

github_iconTop Results From Across the Web

Make awslint publicly available · Issue #1942 · aws/aws-cdk
+1 Please do this. My team is working on a Construct library, and we currently have awslint copied into our repo. Would be...
Read more >
awslint - npm
A linter for the AWS Construct Library's API. It reflects a construct library's module via it's .jsii manifest and checks that the module...
Read more >
Construct your own CDK Construct Library - Philipps Blog
Unfortunately, awslint cannot be used to check your own libraries, but there's already an issue to make it publicly available.
Read more >
ApplicationLoadBalancedFargat...
A Fargate service running on an ECS cluster fronted by an application load balancer. ... Constructs a new instance of the ApplicationLoadBalancedFargateService ...
Read more >
On aws-rds on aws-cdk, where is the setting to make database ...
Whether the database is made publicly accessible or not is derived from the vpcSubnets prop which is of type ec2.SubnetSelection .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found