jen20
jen20
Node and host uptime would be useful statistics.
It would be a good plan to add constants for the various instance sizes and a sum type to the various places that a size is accepted in a similar...
## Description This operation allows the user to obtain a copy of the auto-generated Administrator password for an instance running Windows, encrypted using the key-pair specified on instance launch. A...
GitHub has a new code scanning service that works for open source Java repositories in this organisation - we should enable it as a workflow for this repository.
As of #21, stream identifiers are now structured, but represented on the wire as `ByteString` types. @jageall suggests that these should be limited in which bytes are acceptable, and that...
When building policies as JSON objects, it would be nice to have the set of available actions exported as constants from the `pulumi-aws` library. There are three primary benefits I...
When constructing an `awsx.elasticloadbalancingv2.LoadBalancer` the first parameter is the type - currently (I think) restricted to `"network"` or `"application"`. It would be good to make this an enumeration with constants...
I'm currently trying to use `awsx` for some 'serverless' infrastructure, and I think some of the naming - specifically in API Gateway - should be reconsidered. This program: ``` import...
It would be nice to present short, focused examples for common questions in the style of "cookbook" documentation. Some example scenarios to start with: - How do I use a...