Alex Pulver
Alex Pulver
https://github.com/aws/chalice/blob/9de5fe604b4f0784d469de3052e256ac0b989d40/setup.py#L28
I see CDK-Path in text output, but don't see when using`-o json`. By the way, should there be a difference between `--print-json` and `-o json`? Why not have only `-o...
Running the 2.1.0 version on the below example produces both non-JSON and JSON outputs. The lower JSON output doesn't contain the CDK-Path element (in case of CDK-generated templates). Command ```...
*Issue #, if available:* *Description of changes:* Currently the variables persisted without 'export', which causes 'kops create cluster' command to fail, since it expects KOPS_STATE_STORE variable to be exported. By...
Is there a reason to open ingress to the database from `0.0.0.0/0` on all ports? It doesn't seem to be needed, since there is an explicit reference to yelb-app-server security...
*Issue #, if available:* *Description of changes:* The parameter was --mesh, causing command to fail. Should be --mesh-name By submitting this pull request, I confirm that you can use, modify,...
When reading an application's source code, I want to get more details about a class used (e.g. CfnResource). Assuming I know it is in `@aws-cdk/core`, I would navigate to that...
https://constructs.dev/packages/aws-bootstrap-kit/v/0.6.0?lang=python provides a command for installing the package in Python. But the package is not actually published to PyPI. The reason Construct Hub displays Python availability is because Python appears...
For example, in a [Python-based AWS CDK application](https://github.com/alexpulver/usermanagement-backend/tree/bd7b324f854c2e844d9b9484ec7917a2ed749ee6), CfnGuardValidator doesn't show the location of the [Ingress custom construct](https://github.com/alexpulver/usermanagement-backend/blob/bd7b324f854c2e844d9b9484ec7917a2ed749ee6/service/ingress.py#L7), but an AWS CDK internal module. ``` api_gw_v2_access_logs_enabled_check (1 occurrences) Occurrences: -...
- Be clear about who is it for (e.g. companies who create cloud-based software) and why do they need it - Add the definition of application to the context section...