Paul Maddox

Results 7 issues of Paul Maddox

It would be great to have an interface uptime (in seconds) metric. It would need to be calculated as I don't believe RouterOS currently exposes the uptime, just a datetimes...

New GitHub pages based documention is required now that this resides in github.com/awslabs. The old website (https://somanymachines.com/fargate/) should be 301 redirected to GitHub pages docs.

New pipeline & release automation is required now that this resides in github.com/awslabs

We should integrate the AWS CDK into the console / getting started experience for every AWS service. #thinkbig ### Use Case As an AWS user, I want to be able...

status/proposed
effort/large

**Is your feature request related to a problem? Please describe.** Currently the list of locations that can be deployed to via the helper wizard is hardcoded. E.g. https://github.com/Azure/AKS-Construction/blob/88be947c9ada7c92805b3251a931e2c7aee634e3/helper/src/components/deployTab.js#L307-L328 **Describe the...

enhancement
good first issue
help wanted
stale

Due to the 1hr time constraint of the webinar this repository was created for, no tests were written for the project. See: - https://rocket.rs/v0.4/guide/testing/ - https://lib.rs/crates/rusoto_mock

Currently the list operation will only return 1MB of items, and not handle/paginate further requests. It should return a finite number of results, and offer pagination on the rest. From...