Amazon Web Services
Amazon Web Services is a subsidiary of Amazon.com that provides on-demand cloud computing platforms to individuals, companies, and governments, on a subscription basis.
Here are 18,328 public repositories matching this topic...
-
Updated
Dec 13, 2020 - Python
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
Oct 1, 2020 - Python
A curated list for awesome kubernetes sources
-
Updated
Dec 9, 2020 - Shell
Universal Command Line Interface for Amazon Web Services
-
Updated
Dec 12, 2020 - Python
What would you like to be added:
Support for deploying vSphere storage Container Storage Interface (CSI).
It' GA already.
https://github.com/kubernetes-sigs/vsphere-csi-driver
https://cloud-provider-vsphere.sigs.k8s.io/
It requires vSphere 6.7u3+
Why is this needed:
- The in-tree cloud provider for vSphere is deprecated.
- The CSI is the standard way to implement the Storage
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Dec 4, 2020 - Python
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
-
Updated
Dec 12, 2020 - Java
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Nov 18, 2020 - Go
Describe the bug
When a user signs in using Auth.signIn() the "signIn" event is registered multiple times in the Hub listener
To Reproduce
- Add a log inside the "signIn" event in the Hub.listener callback
- Open devtools
- Sign in using Auth.signIn()
- Notice there is at least 4 or more logs and the same amount of network calls
Expected behavior
The sign in event shou
Description:
I'd like to be able to specify the IAM role Path on either a function or globals.
Observed result:
Able to specify Path on a Function or Globals
Expected result:
Path is set on the implicitly created IAM roles
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
-
Updated
Dec 11, 2020 - Go
Python Serverless Microframework for AWS
-
Updated
Dec 11, 2020 - Python
Pulumi - Modern Infrastructure as Code. Any cloud, any language
-
Updated
Dec 12, 2020 - Go
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
-
Updated
Dec 12, 2020 - TypeScript
AWS SDK for JavaScript in the browser and Node.js
-
Updated
Dec 11, 2020 - JavaScript
Simple and flexible tool for managing secrets
-
Updated
Nov 30, 2020 - Go
When 2 ES Domains, both with logging enabled, are created in the same stack, a Construct naming conflict occurs
Error:
There is already a Construct with name 'AppLogs' in Stack [es-bug-stack]
Reproduction Steps
#!/usr/bin/env node
import { App, Stack } from '@aws-cdk/core';
import { Domain, ElasticsearchVersion } from '@aws-cdk/aws-elasticsearch';
const app = new App(
An integrated shell for working with the AWS CLI.
-
Updated
Dec 4, 2020 - Python
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
-
Updated
Dec 8, 2020 - Shell
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
-
Updated
Dec 12, 2020 - Python
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
-
Updated
Jun 20, 2020 - Python
Coming from: aws ec2 describe-reserved-instances
A supercharged AWS command line interface (CLI).
-
Updated
Dec 13, 2020 - Python
I'm using disable_init to prevent terragrunt from accessing remote state bucket on its own (reason explained below). However, this also disables initializing the backend by terraform: it passes -backend=false to terraform init. As a result, the backend is not initialized and all terragrunt commands result in errors:
$ terragrunt plan
...
[terragrunt] [/tf] 2020/11/11 21:14:49 Running c
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia



These are the functions that I've found in the codebase which are in fs and can be used from fsPromise or using util.promisify directly
And, of course, their Sync counterparts.