-
Updated
Mar 5, 2020 - Go
lyft
Here are 141 public repositories matching this topic...
Motivation: Why do you think this is important?
New user should be able to deploy an EKS cluster, create a bucket and an RDS instance using a launch button and also deploy the EKS overlay
https://aws.amazon.com/blogs/devops/construct-your-own-launch-stack-url/
Goal: What should the final outcome look like, ideally?
On github page of Flyte there should be a launchstack button
**D
-
Updated
Jul 17, 2019 - Java
Description
Add the ability to compose the application config from multiple config files.
e.g. go run main.go -c backend/clutch-config.yaml -c examples/experimentation/clutch-config.yaml
This would allow for isolated configurations and reduced duplication.
Complexity [S/M/L]: S
-
Updated
Sep 21, 2020 - Kotlin
We duplicate all the iam routes between mock.py and proxy.py, which is a maintenance burden, since they're implemented identically. Let's refactor this into its own iam.py module.
-
Updated
Nov 16, 2020 - Go
The error handling in the IPAM add command is such that it is very hard to understand why something is failing. I've run into two problems that are due to the same general issue:
- The
allocateClientdoesn't differentiate between an interface already being maxed out on allowed IPv4 or IPv6 IP addresses and all IP addresses in a subnet being taken. Only the later is represented in the error [
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Oct 27, 2020 - Java
-
Updated
Sep 1, 2017 - TypeScript
-
Updated
Nov 1, 2019 - Python
Improve this page
Add a description, image, and links to the lyft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lyft topic, visit your repo's landing page and select "manage topics."
We should probably extend the DynamoDB intel module to gather more information about tables, as at the moment we only collect the table name.
The DescribeTable API call returns a set of useful information: