Zack Mully

Results 18 issues of Zack Mully

I was trying to use https://github.com/oclif/oclif to create a command to initialize a new external projen project using the `createProject` API, but when resolving the external project, the module path...

bug

I have an external project that exports a project type "scala", but when I attempt to use this external project, there is autosuggestion (from yargs? maybe, I'm not quite sure...

bug

This is perhaps intentional, but I can't find any documentation either way, and since I can pass `--outdir` when using `projen new`, I assume this is bug, but maybe not?...

bug
good first issue

Rules that check IAM for policies, roles, etc. should not only handle new events, but should check all existing policies on a schedule. This would catch events missed during a...

rule

I'm not sure if this a recent update to TA, but the service limit check needs to be refreshed before requesting the output of the check, else the rule will...

A third class of rules, scheduled rules, will be useful for checks on a service that does not generate usable push events, as well as for periodic stateful checks. ~~Because...

Provide a generic interface for state storage: Possible backends: - DynamoDB - SimpleDB - S3 files Possible state usage patterns: - compare and insert: if new state != oldstate create...

SNS based rules will allow easy integration of non-AWS event streams (e.g. Zapier) while maintaining a consistent Crowsnest develop/build/deploy experience. I think the easiest way to integrate this will be...

When using an external project, the cli command `--from` injects a devDep for the external project, but it does not try to inject a devDep that is platform specific, and...

bug

In our rc file, we have dependencies using `*`, as their version resolution is driven by the peer deps of another internal library. These wildcard semvers get resolved in the...