
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.
-
- Sign up for GitHub or sign in to edit this page
- Released March 2006
Here are 11,897 public repositories matching this topic...
I just noticed that in SQS events triggered by creating an S3 object, the size is always 1024, rather than the real size of the file.
With the 'real' AWS, you get the size of the file.
The code in get_event_message() has a default file_size parameter of 1024, but this is n
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 16, 2019 - 543 commits
- Python
In the help page for the aws sqs receive-message
command, it says:
--wait-time-seconds (integer)
The duration (in seconds) for which the call waits for a message to
arrive in the queue before returning. If a message is available, the
call returns sooner than WaitTimeSeconds . If no messages are avail-
able and the wait time expires, t
AWS Lambda currently supports Node v10.x
Can you please support it.
FEATURE REQUEST:
Hi,
I see that there is nothing in the kargo repo related to docker login
stuff and more precisely nothing about the ability to make kubernetes pull images from private registries such as ECR.
I have a solution for this that currently works for ECR and CoreOS and that could be extended to different registries solutions (azure one, custom private registry on premi
What would be the minimal IAM Policy for deploying, I know the policy on the website, but that has also access to EC2 and is quite broad. For example I would not need to control a domain from there.
Like it would be a role that you could put on Travis-CI and not worry about them deleting your EC2 instances.
I tried deleting everything other than Lambda, API Gateway and S3, but then I began
A curated list for awesome kubernetes sources :ship::tada:
-
Updated
Oct 16, 2019 - 874 commits
- Makefile
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
-
Updated
Oct 16, 2019 - 15 commits
- Java
Do all drivers decode times in UTC? Local time? Do they differ?
We should document, and ideally, make it consistent.
Handling Private API gateway resource policy as long with lambda policy when usinh chalice deploy
Hello!
I have updated to the new chalice release 1.11.0. I have seen that there are two tickets related with my request:
aws/chalice#976
aws/chalice#897
I would like to handle both lambda and API gateway Resource policy in the same file.
When I ran the
chalice deploy --no-autogen-policy
I bumped in:
**chalice.deploy.deployer
I recently ran into an issue where resource policy on my API was getting updated but was not effective. So essentially a new deployment was not being created by SAM. It's because SAM processes the template before any mapping substitutions and according to SAM nothing changed and it doesn't generate a deployment. However, cloud-formation does the substitutions and updates the API. So you see update
Using the query parameter name "code" causes "invalid_grant" error due to the Amplify listener attempting to validate the parameter as an OAuth code. Might make sense to namespace the code parameter to "awscode" or even validate that the code value looks like an OAuth response code before throwing an error.... took a few hours to debug this.
Goal
I want to minimize the external dependencies in my Lambda code (node.js) as much as possible. I expect this to reduce the size, increase the speed and minimize regression when external libraries change.
Background
My solution needs to call external to AWS REST endpoints, retrieve the results and do further processing on those requests. I hope to use the AWS SDK method Service
- It would be great to update the README to mention the additional utilities that are now supported by the SDK.
- Improve the content of the README by removing replicated information and providing URL's of the appropriate document.
Error on first run
I'm in the preview for a new AWS service, and have added the cli models for that service. I get the following error when running aws-shell.
$ aws-shell
First run, creating autocomplete index...
Traceback (most recent call last):
File "/usr/local/bin/aws-shell", line 9, in <module>
load_entry_point('aws-shell==0.1.1', 'console_scripts', 'aws-shell')()
File "/Library/Python/2.7/si
put_bucket_encryption has a link to AWS API Documentation.
The destination is wrong. Should probably be:
https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html
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
Oct 14, 2019 - 356 commits
- Python
Description
The build process doesn't copy over .so files when building a Python Lambda function.
Steps to reproduce
Install the ptvsd
library:
pip install
Coming from: aws ec2 describe-reserved-instances
It sure would be great if the docs would list:
- Which resources SM will watch and audit
- All of the checks that are available out of the box
In order to find an answer to the second question I had to search through all of the auditor modules and count the individual check methods. By my count there are 152 checks all together, but that could easily be incorrect.
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
-
Updated
Oct 15, 2019 - 490 commits
- Shell
I'm a bit confused about the registerOutputs call and what actually is considered an output.
The current documentation says this:
Components can define their own properties using registerOutputs. The Pulumi engine uses this information to display the logical outputs of the component. The call to registerOutputs also tells Pulumi that the resource is done registering children and should be c
Practical Node.js, 1st and 2nd Editions [Apress] 📓
-
Updated
Oct 16, 2019 - 331 commits
- JavaScript
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
-
Updated
Oct 16, 2019 - 1 commits
- TypeScript
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
Oct 11, 2019 - 894 commits
- JavaScript
Unable to create an aws_api_gateway_domain_name
on the first run (when no infra were previously created). On re-run the resource is created successfully. The behavior is constant and always reproduces.
Community Note
- Please vote on this issue by adding a
👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-request
Learn about aws
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia
Description
As a new serverless user, I'm having trouble understanding how to configure the SQS queue to call lambda after reading the doc;
Few question I've asked myself after reading this doc and started to copy paste the code:
1/ In the example, we have under