-
Is there an API for this yet? We have an inventory database managed by our Facilities department. I can get data out of their database. If there was a way to import assets via an API of some sort t…
-
Hello Kubernetes community,
Happy to have found my way here. I'm very interested in making Kubernetes work in an AWS VPC and have looked at the changes @silasdavis has made to the original CloudForma…
rgolg updated
7 years ago
-
Hi,
Today, I got a Critical "Running On-Demand t2.medium instances" limit notification
I checked my account via the AWS console: "EC2 Services Limits"
My account's defaults is not like the defaults I…
-
https://archive.org/help/json.php has instructions on using the `?output=json` query parameter. This works great, but not when I try to use the api in my apps. The issue is that Access-Control-Allow-O…
-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
Similar to the behavior of `key_exists` it would be great to have `secret_exists`
-
The packaging process should be moved into an own plugin.
**Status:**
Done --> See https://github.com/serverless/serverless/pull/1494
**This includes:**
- [x] Zipping up a whole service
- [x] One se…
-
The goal here is not just to create the ultimate boilerplate project for building serverless applications, but to create an application boilerplate with the **lowest total cost of ownership** (e.g., c…
-
Why is this lib using `aws.String("xxx")` instead of just strings `"xxx"`?
-
I'm wondering how would a .drone.yml would look if you'd want to test with multiple versions of Python, like for example, using Tox?