status stringclasses 1
value | repo_name stringclasses 13
values | repo_url stringclasses 13
values | issue_id int64 1 104k | updated_files stringlengths 11 1.76k | title stringlengths 4 369 | body stringlengths 0 254k ⌀ | issue_url stringlengths 38 55 | pull_url stringlengths 38 53 | before_fix_sha stringlengths 40 40 | after_fix_sha stringlengths 40 40 | report_datetime timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | localstack/localstack | https://github.com/localstack/localstack | 2,111 | ["localstack/utils/cloudformation/template_deployer.py", "tests/integration/test_cloudformation.py"] | Cloudformation Nested Stacks should allow parameters from parent | I spent a couple of hours yesterday trying to deploy a parent stack with two nested dynamodb table stacks. Both stacks were to be built from the same template and so provided a TableName parameter for the general purpose child stack to use along with its standard settings. This is one of the primary use cases for child... | https://github.com/localstack/localstack/issues/2111 | https://github.com/localstack/localstack/pull/2153 | 0797409e4f4d13ce3ab62f0362cf284bd5b1f9b5 | a5ec7f8563a51f096926a5a62ccd20cb0743e128 | 2020-02-29T21:14:06Z | python | 2020-03-13T08:44:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,099 | ["localstack/services/cloudformation/cloudformation_listener.py", "localstack/services/dynamodb/dynamodb_listener.py"] | CreationTime for cloudformation stacks is always a fixed value | ## Issue description
When creating a CloudFormation stack, the `CreationDate` is always `2011-05-23T15:47:44Z`
## Steps to reproduce
1. Prepare a CloudFormation file, for example
```yml
AWSTemplateFormatVersion: 2010-09-09
Description: My Stack
Resources:
LambdaCodeBucket:
Type: AWS::S3::Bucket
Pr... | https://github.com/localstack/localstack/issues/2099 | https://github.com/localstack/localstack/pull/2103 | 6c7f6a6b76ee4e1c03eeae7b4dfa7047a2b93cb3 | 58bf72accab5af7d5148c9c606d05ed71045e503 | 2020-02-27T07:37:30Z | python | 2020-02-27T21:45:09Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,093 | [".travis.yml", "Dockerfile", "bin/Dockerfile.base", "doc/developer_guides/README.md", "tests/integration/lambdas/java/lambda-function-with-lib-0.0.1.jar", "tests/integration/lambdas/java/pom.xml", "tests/integration/test_lambda.py"] | Support Java 11 in Local Lambda Executor | Invoking a lambda that has been compiled by JDK 9+ with the following options causes `UnsupportedClassVersionError`. I think it's because of the fat jar compiled by JDK 8.
```
- LAMBDA_EXECUTOR=local
- LAMBDA_REMOTE_DOCKER=false
```
`
Exception in thread "main" java.lang.UnsupportedClassVersionError: ImageTra... | https://github.com/localstack/localstack/issues/2093 | https://github.com/localstack/localstack/pull/3166 | 819d90f6e7376d3cd3dcf59128854281ce2d70c1 | d0fbb06386ea59f0abc3f74102a1a7f53eeea1e4 | 2020-02-26T09:53:20Z | python | 2020-10-26T23:45:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,066 | ["Dockerfile", "Makefile", "localstack/ext/java/src/main/java/cloud/localstack/Localstack.java"] | docker-compose fails to run the custom initialisation script due to awslocal cli (ModuleNotFoundError: No module named 'localstack_client') | I'm getting this error running the docker-compose with the latest image:
```
localstack_1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initaws.d/init-stack.sh
localstack_1 | Traceback (most recent call last):
localstack_1 | File "/usr/bin/awslocal", line 28, in <module>
localstack_1 | ... | https://github.com/localstack/localstack/issues/2066 | https://github.com/localstack/localstack/pull/2070 | 8fcbb9547336392a01a95f169a88da7fe1b4495f | ee2ea222af0b979eb8cfdb2ddf53d6ba7014304d | 2020-02-19T11:56:07Z | python | 2020-02-20T17:44:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,049 | ["localstack/services/dynamodb/provider.py", "tests/integration/test_dynamodb.py"] | DynamoDB doesn't respect ReturnValues parameter on PutItem request | Despite `ReturnValues` being set to `ALL_OLD`, the written attributes are returned. Expected behavior is `null` returned when the item didn't previously exist. Logs from Java client below. Actual data being written/returned has been edited.
```
01:08:34.907 [DataService-akka.actor.default-dispatcher-74] DEBUG com.a... | https://github.com/localstack/localstack/issues/2049 | https://github.com/localstack/localstack/pull/6439 | 868d1e87f26c0c34e280e4c234743c1690c6a09b | a09af417cf620683a12a33c70b9809a5f43eaa59 | 2020-02-12T03:41:30Z | python | 2022-07-15T13:55:49Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,044 | [".github/workflows/asf-updates.yml"] | Java arguments are not applied. | In case of lambda execution with the following properties:
LAMBDA_EXECUTOR=local
LAMBDA_JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005
The arguments are not supplied to the runner.
| https://github.com/localstack/localstack/issues/2044 | https://github.com/localstack/localstack/pull/10178 | 75042c5c7feb0a3eafa2beea6cc30471e2b527a0 | 75db5a92d9f0264ace027bef216b3d0aeaeaf285 | 2020-02-11T16:31:01Z | python | 2024-02-06T07:43:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,041 | ["localstack/services/cloudformation/cloudformation_starter.py"] | Outputted Resources Not Available For Import | We are in the process of reorganizing our Lambda functions into a monorepo and utilizing shared resources (ApiGateway, IAM, S3) and want to us localstack to help with local development of our platform. Unfortunately, we have seemed to run into a pretty big roadblock.
We are trying to share a single ApiGateway among... | https://github.com/localstack/localstack/issues/2041 | https://github.com/localstack/localstack/pull/2097 | f25da7f462968e5262398431262b741a17206901 | a9d5258cdb6651772ae489e71d43a6e5800c527e | 2020-02-10T21:36:50Z | python | 2020-02-26T21:41:20Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,039 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/s3/s3_listener.py", "localstack/services/sqs/sqs_listener.py", "localstack/utils/aws/aws_stack.py", "localstack/utils/aws/dead_letter_queue.py", "tests/integration/test_api_gateway.py", "tests/integ... | SQS ChangeMessageVisibility from within Lambda function | sqs.changeMessageVisibility according to [this](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ChangeMessageVisibility.html#API_ChangeMessageVisibility_Examples) makes a request directly to the Queue's URL rather than via the SQS Endpoint. (I'm already setting SQS endpoint to LOCALSTACK_HOSTN... | https://github.com/localstack/localstack/issues/2039 | https://github.com/localstack/localstack/pull/2145 | b90c4448e8c39fb2411084174bec122d8b775fff | b31f6e5cc4e8da8d46510ccb1b8b3130fd7fd7cf | 2020-02-10T18:21:59Z | python | 2020-03-11T01:32:18Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,029 | ["localstack/services/sns/sns_listener.py"] | SNS logs location | Hi,
I want to see, what's coming from outside to my SNS service in localstack like payload.
Where can I see it? I have set `DEBUG=1` but I still not see anything. | https://github.com/localstack/localstack/issues/2029 | https://github.com/localstack/localstack/pull/2222 | ae1986daeee9dc698b10ed587ce5c4e93310cdb8 | 243ff623a23dfc235d0bd3833a85cbb4979cb31e | 2020-02-07T11:38:25Z | python | 2020-03-31T19:16:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,001 | ["tests/integration/awslambda/functions/java/lambda_echo/pom.xml"] | SNS subscription signature verification failing no Signature, SignatureVersion, SigningCertURL | On SubscriptionConfirmation message I am expecting request similar to
```
POST / HTTP/1.1
x-amz-sns-message-type: SubscriptionConfirmation
x-amz-sns-message-id: 165545c9-2a5c-472c-8df2-7ff2be2b3b1b
x-amz-sns-topic-arn: arn:aws:sns:us-west-2:123456789012:MyTopic
Content-Length: 1336
Content... | https://github.com/localstack/localstack/issues/2001 | https://github.com/localstack/localstack/pull/6112 | a8e14aeedd4ba95ae3384343ebe1a1c855d37441 | 308ee11005d0b3d9ad90e1d3a3cf14e532391098 | 2020-01-30T12:01:49Z | python | 2022-05-21T16:16:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,990 | ["tests/integration/awslambda/functions/java/lambda_echo/pom.xml"] | Can multiple instances for any service invoked | I need multiple instances of lambda services running using localstack, with each lambda having its own handler function.
Same with SQS, I need it to scale it to 4 instances all consuming different message streams.
Is it possible to scale instances in localstack ?? | https://github.com/localstack/localstack/issues/1990 | https://github.com/localstack/localstack/pull/6112 | a8e14aeedd4ba95ae3384343ebe1a1c855d37441 | 308ee11005d0b3d9ad90e1d3a3cf14e532391098 | 2020-01-28T05:25:38Z | python | 2022-05-21T16:16:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,984 | ["localstack/services/apigateway/apigateway_starter.py"] | API Gateway Terraform not idempotent | <!-- Love localstack? Please consider supporting our collective:
:point_right: https://opencollective.com/localstack/donate -->
When creating an API Gateway with Lambda integration using Terraform, I am expecting the configuration to be idempotent but running `plan` immediately after `apply`ing my configuration resul... | https://github.com/localstack/localstack/issues/1984 | https://github.com/localstack/localstack/pull/3240 | c8c2377b1e514f28e4324e31628edd259bf92f1c | 305855444bce0f5835ce7f498d146ac146490944 | 2020-01-26T09:39:07Z | python | 2020-11-13T16:17:37Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,980 | ["localstack/services/generic_proxy.py", "localstack/services/infra.py"] | Getting "http: server closed idle connection" errors trying to PutObject() (S3) | I have code which wants to opens 28 connections "simultaneously" (very quickly, for sure) and I get the following error every time:
> Post http://192.168.2.95:4572/bucket-name/test-12.mp3?uploadId=%2FNb2OX2QSBfweIaAvP1UDYoFaviO1YGCpqNVV8DmF34TNXai9f2fD%2FpqA: http: server closed idle connection
I understand that ... | https://github.com/localstack/localstack/issues/1980 | https://github.com/localstack/localstack/pull/1986 | 8163592b4de16508769030017d1022dbc1d89327 | 859cbc5ad1c23fefcec10a7a25570fe7581cbbb5 | 2020-01-24T18:51:18Z | python | 2020-01-26T18:14:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,978 | ["localstack/ext/java/src/test/java/cloud/localstack/S3FeaturesTest.java", "localstack/services/s3/s3_listener.py", "localstack/utils/cloudformation/template_deployer.py"] | Regression since 0.10.7: Unable to unmarshall response (Data read has a different checksum than expected.) | I have just pulled the `latest` Docker image and I'm getting
```
Unable to unmarshall response (Data read has a different checksum than expected.)
```
errors when using `S3Client#putObject` from the AWS SDK. This is almost identical to #1611 from October.
Fixing to version 0.10.7 fixes the issue. Looking at ... | https://github.com/localstack/localstack/issues/1978 | https://github.com/localstack/localstack/pull/1993 | 58f67a8650888e7a065ac6d7aeddba02db2d6afa | c2c276b1d04a6f61db74200d53d61c8e9575cd26 | 2020-01-24T15:30:29Z | python | 2020-01-28T23:18:56Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,959 | ["tests/integration/awslambda/functions/java/lambda_echo/pom.xml"] | Provisioning Elasticache with terraform hangs | Provisioning Redis Elasticache instances with the following Terraform hangs forever
```terraform
resource "aws_elasticache_cluster" "my-redis" {
cluster_id = "my-redis-cluster"
engine = "redis"
node_type = "cache.m4.large"
num_cache_nodes = 1
parameter_group_na... | https://github.com/localstack/localstack/issues/1959 | https://github.com/localstack/localstack/pull/6112 | a8e14aeedd4ba95ae3384343ebe1a1c855d37441 | 308ee11005d0b3d9ad90e1d3a3cf14e532391098 | 2020-01-17T10:34:06Z | python | 2022-05-21T16:16:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,952 | ["localstack/services/s3/s3_listener.py", "localstack/services/s3/s3_starter.py", "tests/integration/test_s3.py"] | S3 requests with Range header broken when using SSL | Including the `Range` header on S3 requests triggers a `502 Bad Gateway` when localstack is run with SSL.
Sample test that demonstrates the issue:
```python
import logging
import io
import os
import boto3
logging.basicConfig(level=logging.INFO)
def test_range_s3():
s3 = boto3.client('s3', endpoin... | https://github.com/localstack/localstack/issues/1952 | https://github.com/localstack/localstack/pull/1981 | 132dd1ab98724499576836238233cf9de75c2a30 | 3181726cd5347d8be97fb65e11e490ae3d2dcc85 | 2020-01-14T23:52:50Z | python | 2020-01-24T22:12:26Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,936 | ["localstack/services/generic_proxy.py"] | Regression: S3 502 error from headBucket request | When executing:
```
s3AsyncClient.headBucket(HeadBucketRequest.builder()
.bucket("local-stack-test-bucket")
.build()).join();
```
We get this exception thrown (Java): java.util.concurrent.CompletionException: software.amazon.awssdk.services.s3.model.S3Exception: null (S... | https://github.com/localstack/localstack/issues/1936 | https://github.com/localstack/localstack/pull/1937 | db4cddea4e4844c1241cca5ac22ecbde08e52064 | a4913cc813dd6b9739807adf7f8621c8d0b8deed | 2020-01-10T19:46:30Z | python | 2020-01-11T14:28:41Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,932 | ["README.md", "localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py"] | Standardize usage with terraform | As a user of localstack I would like a documented standardized way to run terraform scripts against a running localstack to create AWS infrastructure so that I don't have to duplicate work that involves programatically creating the resources when I use terraform to create resources in my cloud environment. | https://github.com/localstack/localstack/issues/1932 | https://github.com/localstack/localstack/pull/1963 | 3f334986fa89df78ddff3950e3ef727c9e8d0a22 | 03c6f4bf250edd18eb818ed65090f508636b0bff | 2020-01-07T20:22:48Z | python | 2020-01-18T15:30:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,929 | ["localstack/services/es/es_api.py", "tests/integration/test_elasticsearch.py"] | Docker and es::CreateElasticsearchDomain / elasticsearch endpoint | Hey all!
I'm using localstack for a project where I consume data from kinesis, process it and put it in elasticsearch.
In the later versions of localstack 'elasticsearch' was removed and is now lazily loaded after call to es::CreateElasticsearchDomain (at least that's how I understand it from #1881, #1865, #1870)... | https://github.com/localstack/localstack/issues/1929 | https://github.com/localstack/localstack/pull/2313 | 9f84b04f293b13d5388b13a33bf63ab28e525904 | c06c9eb97cee5b94b7879662855b2a3ec1b0e557 | 2020-01-07T08:37:04Z | python | 2020-04-18T16:59:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,928 | ["README.md", "localstack/ext/java/src/main/java/cloud/localstack/deprecated/LocalstackExtension.java", "localstack/ext/java/src/main/java/cloud/localstack/deprecated/TestUtils.java"] | JUnit 5 failing in the spining up of localstack infrastructure | I am trying a sample application, I first added the to connect to SQS, SNS and ElasticSearch
```java
@ExtendWith(LocalstackExtension.class)
@LocalstackDockerProperties(services = {"sqs", "sns", "elasticsearch"}, randomizePorts = true)
class MyAppApplicationTests {
@Test
void contextLoads() {
AmazonSQS sq... | https://github.com/localstack/localstack/issues/1928 | https://github.com/localstack/localstack/pull/2047 | 5b6eee89f41af000b2da5ff43e3292529ff4c56f | 3b1589f77de2e0f6e83de7cacb23a93c38a7fb7d | 2020-01-06T19:58:05Z | python | 2020-02-11T23:51:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,915 | [".github/workflows/asf-updates.yml"] | Lambda Layer still 404 on Localstack Pro | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
I needed to use layer with localstack lambda, so I am trying out the PRO version. I added the LOCALSTACK_API_KEY into the environment variable on docker compose, but it is still not letting me publi... | https://github.com/localstack/localstack/issues/1915 | https://github.com/localstack/localstack/pull/10178 | 75042c5c7feb0a3eafa2beea6cc30471e2b527a0 | 75db5a92d9f0264ace027bef216b3d0aeaeaf285 | 2020-01-03T04:56:46Z | python | 2024-02-06T07:43:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,910 | ["bin/Dockerfile.base", "localstack/config.py", "localstack/services/s3/s3_starter.py", "localstack/utils/analytics/event_publisher.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/templates/template1.yaml", "tests/integration/test_cloudformation.py"] | Cloudformation create-stack 502 BadGateway error | I am using the **latest** localstack docker image to test aws s3, lambda and cloudformation locally. s3 and lambda seems to be working fine but when I call cloudformation **create-stack** api it gives me a 502 BadGateway error. This is the command I am using
`aws cloudformation create-stack \
--template-body temp... | https://github.com/localstack/localstack/issues/1910 | https://github.com/localstack/localstack/pull/2138 | dda2cca6a11a237699da024169322b818635bed9 | 150d298dfae17a1027d70fb6dbc68adc7c7efd80 | 2019-12-31T22:33:47Z | python | 2020-03-08T23:32:59Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,899 | ["localstack/ext/java/src/test/java/cloud/localstack/S3FeaturesTest.java", "localstack/services/s3/s3_listener.py", "localstack/utils/common.py", "requirements.txt", "tests/integration/test_s3.py"] | S3 ListAllMyBucketsResult response CreationDate Invalid format | can someone please advise here-
I am using the S3 service on the latest localstack version,and using the Amazon's S3 Java SDK to perform all the operations with Java 8 (Additional configuration info : aws-sdk-java/1.11.542 Windows_10/10.0 Java_HotSpot(TM)_64-Bit_Server_VM/25.60-b23 java/1.8.0_60 scala/2.10.5 groovy... | https://github.com/localstack/localstack/issues/1899 | https://github.com/localstack/localstack/pull/1983 | 3181726cd5347d8be97fb65e11e490ae3d2dcc85 | 8163592b4de16508769030017d1022dbc1d89327 | 2019-12-23T06:21:40Z | python | 2020-01-25T11:45:34Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,893 | ["localstack/ext/java/src/test/java/cloud/localstack/S3FeaturesTest.java", "localstack/services/s3/s3_listener.py", "requirements.txt", "tests/integration/test_s3.py"] | s3api delete-objects on a non-existent key throws errors | Deleting a non-existent key through s3api's delete-objects should return a valid response..
```
aws s3api delete-objects --bucket my-bucket --delete '{\"Objects\":[{\"Key\":\"my-key\"}]}'
```
Gives...
```
{
"Deleted": [
{
"Key": "my-key"
}
]
}
```
Deleting a non-exi... | https://github.com/localstack/localstack/issues/1893 | https://github.com/localstack/localstack/pull/1895 | db088d532780ea4aaf0df7802e332ab7f74b852c | 917d8f0ddc797e938aeaac11d196aeb12f378232 | 2019-12-20T16:27:40Z | python | 2019-12-21T12:40:17Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,891 | ["localstack/services/sqs/sqs_listener.py", "localstack/utils/bootstrap.py"] | Failed to start on Windows - ERROR: environment can only contain strings | **F:\\*\*\*>pip install localstack**
```
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found a
t ht... | https://github.com/localstack/localstack/issues/1891 | https://github.com/localstack/localstack/pull/2052 | e9fa1eec0b3407fdaca1dd4b068ca929c6dd1911 | 5375dc93a2365074d0e66719349e1c2df9e0a89f | 2019-12-20T09:47:59Z | python | 2020-02-14T00:40:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,886 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/sqs/sqs_listener.py", "localstack/utils/aws/aws_models.py", "localstack/utils/aws/dead_letter_queue.py", "localstack/utils/testutil.py", "tests/integration/lambdas/lambda_integration.py", "tests/int... | Exception in lambda not being put on dead letter queue | May be a duplicate of https://github.com/localstack/localstack/issues/988 but due to the age I will re raise.
I'm having issues when I throw an exception in a lambda - it isn't appearing on my dead letter queue. Is there something I am missing, I would like an sqs event exception to appear on the poison queue when a... | https://github.com/localstack/localstack/issues/1886 | https://github.com/localstack/localstack/pull/1898 | 8a31ddcbfa753f396012cc8890977502789e6bae | 77d4061526741d9063d388de0a183347b5d9c428 | 2019-12-19T19:27:59Z | python | 2019-12-23T11:11:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,877 | ["localstack/services/awslambda/lambda_executors.py", "localstack/utils/cloudformation/template_deployer.py"] | Cannot get S3 BucketPolicy created via CloudFormation | I created a CloudFormation stack using the template below via Boto3 Python method `cf_client.create_stack(StackName="test")`; however, when I attempt to call `s3_client.get_bucket_policy(Bucket="my-bucket")` I receive a `NoSuchBucketPolicy ... The bucket policy does not exist` error.
```yaml
---
AWSTemplateFormat... | https://github.com/localstack/localstack/issues/1877 | https://github.com/localstack/localstack/pull/2104 | 58bf72accab5af7d5148c9c606d05ed71045e503 | 98da886e33299b14e986806319d70da71f586009 | 2019-12-18T15:28:11Z | python | 2020-02-28T08:30:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,859 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | Localstack doesn't return some metadata for S3 Range requests | Using s3 range request with localstack causes incorrect content type to be returned & some metadata to be missing:
To reproduce, put object:
`aws s3api put-object --endpoint http://localhost:3006 --bucket some-bucket --key some-dir/some-key --body text.txt --content-type text/plain --content-language en-US --cache-co... | https://github.com/localstack/localstack/issues/1859 | https://github.com/localstack/localstack/pull/2339 | df8a1c0fc8cb4beecf824ff59274bb06540278a1 | c0cfa18c0571184f97bfca18b245b0e35886519f | 2019-12-12T11:04:47Z | python | 2020-04-22T21:22:01Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,851 | ["README.md", "localstack/config.py", "localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/s3/s3_listener.py", "tests/integration/lambdas/lambda_environment.py", "tests/integration/test_stepfunction.py"] | Add flag to enable/disable removal of Docker containers after Lambda execution | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
Having upgraded to the latest LocalStack version, I've noticed that Docker containers from Lambda executions are immediately removed when they terminate.
This was added in https://github.com/loca... | https://github.com/localstack/localstack/issues/1851 | https://github.com/localstack/localstack/pull/1856 | de6d408b12586aa09d2e51e558a07a4ef5df9ea3 | 4712963ea335451606afa2c04a699790244bbe35 | 2019-12-10T13:40:19Z | python | 2019-12-12T01:57:07Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,846 | ["localstack/plugins.py", "localstack/services/ec2/__init__.py", "localstack/services/ec2/ec2_starter.py", "localstack/services/events/events_listener.py", "localstack/services/infra.py"] | Creating VPC, describe_vpc_classic_link action missing? | I'm running the latest version of localstack using a docker-compose file. I'm trying to deploy a VPC, subnet and security group for a fleet of lambda functions using the following
```
resource "aws_vpc" "pos_vpc" {
provider = aws.local
cidr_block = "10.0.0.0/16"
tags = {
project = var.prefix
}
... | https://github.com/localstack/localstack/issues/1846 | https://github.com/localstack/localstack/pull/2112 | 0a6e57ac423df7112997b24f7d7049ca48d154d5 | a9b593c1699aeef9efbfcfc45ff13155fe8662e8 | 2019-12-09T05:20:07Z | python | 2020-02-29T22:53:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,841 | ["localstack/config.py", "localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/sqs/sqs_listener.py", "requirements.txt", "tests/integration/test_api_gateway.py", "tests/unit/test_sns.py", "tests/unit/test_sqs.py"] | MD5 returned by SQS does not match the calculation on the original request | It looks like a duplicate of old issue https://github.com/localstack/localstack/issues/78
But now it's reproducible for me with the latest version of LocalStack. | https://github.com/localstack/localstack/issues/1841 | https://github.com/localstack/localstack/pull/1850 | dd0a9742da83dd05e110d35f5159fa656c4871c4 | 0d67b3da8fefa05a077968be41220cf46764722a | 2019-12-08T09:34:17Z | python | 2019-12-10T22:28:53Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,829 | ["localstack/utils/cloudformation/template_deployer.py", "tests/integration/templates/template1.yaml", "tests/integration/test_cloudformation.py"] | aws cloudformation sns subscription FilterPolicy not created | When a subscription is created using cloudformation:
```
"ProfileChangedSubscription": {
"Type": "AWS::SNS::Subscription",
"Properties": {
"Endpoint": {
"Fn::GetAtt": [
"ProfileChangedQueue",
"Arn"
]
},
"Protocol": "sqs",
... | https://github.com/localstack/localstack/issues/1829 | https://github.com/localstack/localstack/pull/1964 | 03c6f4bf250edd18eb818ed65090f508636b0bff | e753853752b9511eae57b8c6f9d115e1c9990d78 | 2019-12-05T09:28:56Z | python | 2020-01-18T19:29:07Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,824 | ["localstack/services/es/es_api.py", "localstack/services/s3/s3_listener.py"] | S3 Terraform issue | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
Hi there.
I'm having an issue when using terraform to deploy resources into a running instance of localtack.
This happens when I start localstack from a `docker-compose` file using the `localsta... | https://github.com/localstack/localstack/issues/1824 | https://github.com/localstack/localstack/pull/1845 | 9c53c081382267c67c6fb336779dd0a3856a74fa | fccc6ab3a21f69b2eb4cb3e69effb3068dd9e690 | 2019-12-03T04:44:48Z | python | 2019-12-08T22:00:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,822 | ["localstack/services/awslambda/lambda_api.py", "tests/unit/test_lambda.py"] | ApiGateway, terraform issue | Hi, I'm trying to set up the ApiGateway Lambda Authorizer but it looks like it doesn't work yet
Terraform code:
```
resource "aws_api_gateway_authorizer" "demo" {
name = "demo"
rest_api_id = "${aws_api_gateway_rest_api.demo.id}"
authorizer_uri = "${aws_lambda_function... | https://github.com/localstack/localstack/issues/1822 | https://github.com/localstack/localstack/pull/1838 | 2293b9aa365cb36fa9e62e5d321ee81688a82950 | c4fb0eccc2bb99a768c55a385697788b2a5f9ed7 | 2019-12-02T15:34:08Z | python | 2019-12-07T14:23:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,811 | ["localstack/utils/common.py", "tests/unit/utils/__init__.py", "tests/unit/utils/test_common.py"] | Potential race condition in `GenericProxy.create_ssl_cert`. | There appears to be a race condition when multiple threads invoke `GenericProxy.create_ssl_cert` when using `USE_SSL=1`. It causes a cascading failure of the service as shown by the following logs.
```
[36mlocalstack_1 |[0m 2019-11-27T18:59:49:ERROR:localstack.services.generic_proxy: Exception run... | https://github.com/localstack/localstack/issues/1811 | https://github.com/localstack/localstack/pull/1821 | 41b37c24db442065566d706851772304105bfacf | caad6160880599b125befd59a2d12fc80ceaa170 | 2019-11-27T19:39:23Z | python | 2019-12-02T09:59:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,802 | ["README.md", "localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py"] | class not found error from localstack server less | Hi, I deployed my maven function and then invoked as below. But when I try to run docker image I get ClassNot Found error.
```
C02TX00EHV2H:hellome xx$ serverless invoke local -f hellome --log
Serverless: Packaging service...
Serverless: Building Docker image...
START RequestId: fc013012-d402-1cf2-ca95-2ec1ab9f... | https://github.com/localstack/localstack/issues/1802 | https://github.com/localstack/localstack/pull/1963 | 3f334986fa89df78ddff3950e3ef727c9e8d0a22 | 03c6f4bf250edd18eb818ed65090f508636b0bff | 2019-11-25T02:54:46Z | python | 2020-01-18T15:30:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,790 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | S3 object metadata behavior is inconsistent with AWS behavior | When PUTting an S3 object to Localstack with attached Metadata, if a key contains an underscore it is replaced with a dash.
However, when the same request is performed against the real S3, the key is not modified.
Example Input:
key_with_underscores => test
Localstack Result:
key-with-underscores => test
... | https://github.com/localstack/localstack/issues/1790 | https://github.com/localstack/localstack/pull/1965 | e753853752b9511eae57b8c6f9d115e1c9990d78 | 00d1878904dc8479e1d7afa50899c02fbf201f05 | 2019-11-22T18:53:06Z | python | 2020-01-19T10:32:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,761 | ["localstack/services/awslambda/lambda_executors.py", "localstack/services/dynamodb/dynamodb_listener.py", "localstack/utils/common.py", "requirements.txt"] | Installation question -- Localstack start error: cannot import name requests | trying to install localstack with pip(pip2) and python 2.7
* OS: ubuntu 18.04 LTS
* verify python: python --version ====> Output: Python 2.7.15+
* verify python location: whereis python ===> python: /usr/bin/python2.7-config /usr/bin/python /usr/bin/python3.6m /usr/bin/python3.6 /usr/bin/python2.7 /usr/lib/pytho... | https://github.com/localstack/localstack/issues/1761 | https://github.com/localstack/localstack/pull/1771 | 4d020b0cedc6cd4c8b6a815b38759a23456f93da | bf76bdf1a7310e3f3450f26bd5a07fa8321a6b98 | 2019-11-13T23:28:41Z | python | 2019-11-19T12:00:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,751 | ["Dockerfile"] | Running awslocal in the latest image fails | Running the `awslocal` command in the `localstack/localstack:latest` image (digest `e022a3263089`) fails with
```
bash-5.0# awslocal
Traceback (most recent call last):
File "/usr/bin/awslocal", line 29, in <module>
from localstack_client import config
ModuleNotFoundError: No module named 'localstack_clien... | https://github.com/localstack/localstack/issues/1751 | https://github.com/localstack/localstack/pull/1756 | 5fbe387ccd4da7b01c9f36a85544ce052e923d61 | 5d492fcab14e57b70a12195fce5edae49562531b | 2019-11-12T11:17:10Z | python | 2019-11-13T13:45:53Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,733 | ["localstack/services/dynamodb/dynamodb_listener.py", "localstack/services/s3/s3_starter.py", "localstack/utils/aws/aws_stack.py"] | S3 objects larger than 6MB cannot be accessed via the S3 URL (403 forbidden) | Normally S3 objects in localstack can be accessed via `http://localhost:4572/bucket/key`.
However, if the object is 7 MBs or larger, attempting to access it via this URL will result in a 403 error. Objects any smaller are retrieved as expected.
(Possibly related: Lambda response size is limited to 6MB. Perhaps th... | https://github.com/localstack/localstack/issues/1733 | https://github.com/localstack/localstack/pull/1755 | 4525e6b858b8dda2cec5ad76a757059e65bb915c | 5fbe387ccd4da7b01c9f36a85544ce052e923d61 | 2019-11-07T11:32:33Z | python | 2019-11-13T02:29:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,728 | ["README.md", "localstack/config.py", "localstack/constants.py", "localstack/services/apigateway/apigateway_listener.py", "localstack/utils/cloudformation/template_deployer.py"] | Setting TEST_AWS_ACCOUNT_ID does not change the account ID in ARNs | It is my understanding that setting an environment varialbe `TEST_AWS_ACCOUNT_ID` for localstack sets that as the AWS account for the user in localstack.
However, setting it does not actually change any ARNs. For example:
1. Start localstack using `TEST_AWS_ACCOUNT_ID="111111111111" DEBUG=1 localstack start`
2. ... | https://github.com/localstack/localstack/issues/1728 | https://github.com/localstack/localstack/pull/1731 | d7a9cf15347a63b94e25546508891f9808e8c606 | 58f31c5bcc1b7501cb4046f32e6cb9c11eeb9e90 | 2019-11-06T06:50:06Z | python | 2019-11-07T00:00:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,727 | ["README.md", "localstack/config.py", "localstack/constants.py", "localstack/services/apigateway/apigateway_listener.py", "localstack/utils/cloudformation/template_deployer.py"] | API Gateway unable to find any integrations | With today's update, API Gateway consistently fails to find any of its' defined paths.
For example, the following `serverless.yml` :
```yaml
service: "localtest"
provider:
name: "aws"
runtime: "nodejs10.x"
functions:
hello:
handler: "handler.hello"
events:
- http:
path: "... | https://github.com/localstack/localstack/issues/1727 | https://github.com/localstack/localstack/pull/1731 | d7a9cf15347a63b94e25546508891f9808e8c606 | 58f31c5bcc1b7501cb4046f32e6cb9c11eeb9e90 | 2019-11-06T06:39:46Z | python | 2019-11-07T00:00:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,717 | ["localstack/services/awslambda/lambda_api.py", "tests/integration/test_lambda.py"] | SerializationError: failed decoding JSON RPC response caused by: unsupported JSON value | I'm using Terraform to create an API Gateway and required Lambda Functions.
I do realize this might not be supported, and I can work around any limitations that Localstack might have, **But**, I have no idea how to debug the response I get from Terraform, and/or then dig into Localstack to see what is getting sent o... | https://github.com/localstack/localstack/issues/1717 | https://github.com/localstack/localstack/pull/1739 | 1a7744509a9548e785f6bdf47743d8f51abd17ab | 23cd5fba5b3a2012f280a10b0d7266514fc46eb5 | 2019-11-04T05:59:50Z | python | 2019-11-08T16:44:22Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,707 | ["localstack/plugins.py", "localstack/services/awslambda/lambda_api.py", "localstack/services/iam/iam_starter.py", "localstack/services/infra.py", "tests/integration/test_lambda.py"] | Lambda RemovePermission throwing serialization error | - When attempting to remove a created lambda permission with the new fix from https://github.com/localstack/localstack/issues/1260, throws up `SerializationError`
Code being called:
```
func deleteLambdaPermission(ctx context.Context, destinationLambdaARN, permissionStatementID string) (err error) {
lambdaClie... | https://github.com/localstack/localstack/issues/1707 | https://github.com/localstack/localstack/pull/1709 | e3e4354bf4ce6d4afe45a6dd46afa1e3e534d3e8 | 9cba1010dfcbf2b7672df4d7da46b7e8ab287f64 | 2019-10-31T06:15:43Z | python | 2019-10-31T19:39:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,700 | ["localstack/services/cloudformation/cloudformation_starter.py", "tests/integration/test_cloudformation.py"] | CloudFormation change-set fails if elements are unchanged | I can reproduce this with DynamoDB and S3. For example, this file as `template.json`:
```json
{
"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
"Resources": {
"S3Setup": {
"Type": "AWS::S3::Bucket",
"Properties": {
"BucketName": "testbucket"
... | https://github.com/localstack/localstack/issues/1700 | https://github.com/localstack/localstack/pull/1704 | 950699c7b1256afc61d15dbff2a519e2db10635e | e3e4354bf4ce6d4afe45a6dd46afa1e3e534d3e8 | 2019-10-30T03:48:16Z | python | 2019-10-30T20:22:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,698 | ["tests/integration/test_logs.py"] | Tag retrieval broken in Cloudwatch Logs & Cloudwatch Events. | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
Using terraform to deploy the following two. TF likes scraping the API's to see whats changes before it deploys
`Error: error setting tags: Error retreiving tags for arn:aws:events:us-west-2:111... | https://github.com/localstack/localstack/issues/1698 | https://github.com/localstack/localstack/pull/2257 | bf9c4da504ab81f61c3fb647c22c5986c74c2718 | 81ff441be3fc046aaaaff7f8dd31813fd008a4b9 | 2019-10-29T21:43:22Z | python | 2020-04-06T20:04:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,689 | ["localstack/package.json"] | localstack 0.10.2 to latest (0.10.4+) not starting on reboot (Ubuntu 18.04) | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
(See my [answer](https://github.com/localstack/localstack/issues/1689#issuecomment-581583813) below for the solution)
I installed a brand new VPS with Virtualbox. Installed Docker. Got Localstack... | https://github.com/localstack/localstack/issues/1689 | https://github.com/localstack/localstack/pull/1711 | 9cba1010dfcbf2b7672df4d7da46b7e8ab287f64 | 2af21304eecda89405e042b322c1e9e2810e4583 | 2019-10-26T23:57:45Z | python | 2019-11-01T00:22:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,682 | ["localstack/utils/cloudformation/template_deployer.py", "requirements.txt", "tests/integration/test_lambda.py"] | Unable to create http integrations for lambdas | With today's update this `serverless.yml` no longer deploys:
```yaml
service: "localtest"
provider:
name: "aws"
runtime: "nodejs10.x"
functions:
hello:
handler: "handler.hello"
events:
- http:
path: "/"
method: "get"
integration: "lambda-proxy"
plugins:
... | https://github.com/localstack/localstack/issues/1682 | https://github.com/localstack/localstack/pull/1684 | ac9ab0632446fea4cd6b7ece749ceba561625c3c | 5642ad8b81470af7d5308d920dc42fdb3e59f142 | 2019-10-24T09:23:20Z | python | 2019-10-24T22:46:56Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,677 | ["localstack/services/cloudformation/cloudformation_starter.py"] | When deploying a service with errors using a custom deployment bucket, lambdas appear to already exist | When trying to deploy a serverless service that does not currently deploy correctly onto localstack using a custom deployment bucket, the lambdas seems to be created regardless (???) but not as part of the stack, with localstack outputting `botocore.errorfactory.ResourceConflictException: An error occurred (ResourceCon... | https://github.com/localstack/localstack/issues/1677 | https://github.com/localstack/localstack/pull/1722 | 902e52f04e22a95f9bf3b37ba9a850e46a4b891c | 5a08e49a478d23591c0018d2a8a811f2fbb0e54d | 2019-10-23T13:08:17Z | python | 2019-11-05T16:00:43Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,675 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/cloudformation/service_models.py", "localstack/services/generic_proxy.py", "localstack/utils/cloudformation/template_deploye... | Unable to deploy custom Gateway Responses via Cloudfront | The following example `serverless.yml` fails to deploy on localstack:
```yaml
service: "localtest"
provider:
name: "aws"
runtime: "nodejs10.x"
functions:
hello:
handler: "handler.hello"
resources:
Resources:
ApiGatewayRestApi:
Type: "AWS::ApiGateway::RestApi"
Propert... | https://github.com/localstack/localstack/issues/1675 | https://github.com/localstack/localstack/pull/1690 | 3ef26112fb6771cc140818f3a6aeb2b447e2d5e5 | e1989aa841c1fae3551423c3fb01174492418afe | 2019-10-23T12:33:09Z | python | 2019-10-27T18:43:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,673 | ["localstack/services/iam/iam_listener.py", "localstack/services/iam/iam_starter.py", "tests/integration/test_iam.py"] | IAM CreateUser tags are not stored | Tags attached to an IAM user are not saved. Create a user with attached tags. The response from the create user doesn't include the tags and when you run a GetUser the tags are not included.
```
aws-sdk-swift % aws --endpoint-url http://localhost:4593 iam create-user --user-name test-user --tags Key=test,Value=hello
... | https://github.com/localstack/localstack/issues/1673 | https://github.com/localstack/localstack/pull/2256 | 06a5dfc56a3d2545eb27bd266d59d0c49a9cae52 | bf9c4da504ab81f61c3fb647c22c5986c74c2718 | 2019-10-23T08:54:35Z | python | 2020-04-06T19:54:02Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,668 | ["localstack/services/s3/s3_listener.py", "localstack/utils/bootstrap.py"] | S3 Presigned URL not Triggering Lambda Function | Hello all,
I have noticed that when I generate a presigned url for a file that will be uploaded to S3 that the Lambda function does not get triggered. It seems to only be happening for presigned url. I was able to successful have it trigger when I use the command line and upload a file through `aws s3 cp`.
To re... | https://github.com/localstack/localstack/issues/1668 | https://github.com/localstack/localstack/pull/1736 | 58f31c5bcc1b7501cb4046f32e6cb9c11eeb9e90 | 1a7744509a9548e785f6bdf47743d8f51abd17ab | 2019-10-21T18:40:34Z | python | 2019-11-07T21:27:34Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,658 | ["localstack/services/sqs/sqs_listener.py", "localstack/utils/aws/aws_responses.py", "tests/integration/test_sqs.py"] | SQS Send Message Batch should not allow empty batches | Real SQS throws `There should be at least one SendMessageBatchRequestEntry in the request. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest;` when there is a send batch of zero size.
This would be useful to mimic inside localstack in order to find these bugs earlier. | https://github.com/localstack/localstack/issues/1658 | https://github.com/localstack/localstack/pull/2412 | d17eb50b25c95864eb9d8b1820e2afced5e03a9a | 078138a41d8b0a88ee21e1932ada05c4f1b08191 | 2019-10-17T09:07:59Z | python | 2020-05-25T22:12:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,630 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/dynamodb/dynamodb_listener.py", "localstack/services/dynamodbstreams/dynamodbstreams_api.py", "tests/integration/test_lambda.py", "tests/performance/test_dynamodb_performance.py"] | Localstack Lambda won't return Tail log on invoke | MacOS 10.14.6 Mojave.
Node v10.15.3
LocalStack - docker image 0.10.4
When invoking a Lambda from Node.js code.
const lambda = new Aws.Lambda(creds);
const payload = {};
const clientContext = {
invokedFunctionArn: this._workerArn
};
const params = {
FunctionName: thi... | https://github.com/localstack/localstack/issues/1630 | https://github.com/localstack/localstack/pull/3425 | 8b74853dc2e0c35a3601881de58518d4d7265cb5 | cebd43f26fdd847a939bf82add79b1454d6eb4db | 2019-10-06T17:19:34Z | python | 2021-01-04T23:32:17Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,622 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/utils/cloudformation/template_deployer.py", "localstack/utils/common.py"] | S3 buckets created through cloudformation are not created in the template's region in Pro | Any bucket created through cloudformation will have `"LocationConstraint": null`, implying us-east-1, although in AWS CloudFormation the bucket's region will always match the template's region. | https://github.com/localstack/localstack/issues/1622 | https://github.com/localstack/localstack/pull/1628 | 1fec084a6114bcc4d3e6208b3ccf907a02ebd426 | 6da8c6d96ef0939933f67546e06501a858ba9b95 | 2019-10-04T12:37:04Z | python | 2019-10-06T15:23:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,620 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/utils/cloudformation/template_deployer.py", "localstack/utils/common.py"] | Unable to deploy Lambdas with a DynamoDB stream as the event source | With the following serverless.yml file:
```yml
service: localtest
provider:
name: aws
runtime: nodejs10.x
functions:
hello:
handler: handler.hello
events:
- stream:
type: dynamodb
arn:
Fn::GetAtt: [fooTable, StreamArn]
resources:
Resources:
fooTabl... | https://github.com/localstack/localstack/issues/1620 | https://github.com/localstack/localstack/pull/1628 | 1fec084a6114bcc4d3e6208b3ccf907a02ebd426 | 6da8c6d96ef0939933f67546e06501a858ba9b95 | 2019-10-04T12:11:10Z | python | 2019-10-06T15:23:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,619 | ["localstack/constants.py", "localstack/ext/java/src/test/java/cloud/localstack/SQSMessagingTest.java"] | SQS returns incorrect MD5OfMessageAttributes when multibyte string used in MessageAttribute's value | If I don't use multibyte strings, the same MD5OfMessageAttibutes are returned from SQS on localstack and AWS.
```
aws --endpoint-url http://localhost:4576 sqs send-message --queue-url http://localhost:4576/queue/dummy --message-body 'foo' --message-attributes '{ "XXX": {"DataType": "String", "StringValue": "xxx"}}'... | https://github.com/localstack/localstack/issues/1619 | https://github.com/localstack/localstack/pull/1652 | 8039e4cb873c4a6b1a9ba3693f886206d0fce2f9 | 33af44e4d32948d9fcba3ed4cbdd86328ee22d61 | 2019-10-04T07:37:02Z | python | 2019-10-17T22:06:22Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,612 | ["localstack/services/generic_proxy.py", "localstack/utils/common.py"] | CORS S3 responds twice with Access-Control-Allow-Origin headers, breaking Browser based calls | Scenario:
- Given I have a S3 bucket, with or without any explicit CORS configuration
- Given I do a browser request against any s3 object (it includes an origin header)
- I receive a response with two `Access-Control-Allow-Origin` headers.
- `Access-Control-Allow-Origin: *` and `Access-Control-Allow-Origin: http... | https://github.com/localstack/localstack/issues/1612 | https://github.com/localstack/localstack/pull/1687 | 5642ad8b81470af7d5308d920dc42fdb3e59f142 | 1a3833f5cc9defe74d27dbf12f3d8bb0703f5c92 | 2019-10-01T18:59:54Z | python | 2019-10-26T08:48:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,605 | ["localstack/services/dynamodbstreams/dynamodbstreams_api.py"] | development environment python version should match the docker image | while developing on localstack found out that the python version used is 2.7, while the docker-image uses version 3.6.8
as in the readme file I brought up my environment using:
```
make install
make infra
```
this will cause issues when touching parts different in these 2 major versions.
workaround:
```
ma... | https://github.com/localstack/localstack/issues/1605 | https://github.com/localstack/localstack/pull/1606 | 6d603f297e332fc275c72882224ffc707d33bade | 1426ff73434568489da26e8faed1b42351bf003e | 2019-09-29T12:38:39Z | python | 2019-10-01T19:57:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,599 | ["localstack/ext/java/src/main/java/cloud/localstack/docker/Container.java", "localstack/ext/java/src/main/java/cloud/localstack/docker/command/ListImagesCommand.java", "localstack/ext/java/src/main/java/cloud/localstack/docker/command/PullCommand.java"] | Docker hub pull image issue | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
If localstack/localstack image is not available in local, localstack is not waiting for container to be available till docker pulls image from Docker Hub. Localstack stops the container before dow... | https://github.com/localstack/localstack/issues/1599 | https://github.com/localstack/localstack/pull/1943 | e0e96ace84d4e49614e874dcf2b9af0bedddca13 | 0d9f6f339c012c3dac43dd74e371c4e15f9af923 | 2019-09-26T15:56:13Z | python | 2020-01-12T19:52:34Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,583 | ["localstack/services/awslambda/lambda_executors.py"] | Lambda containers not cleaned up with LAMBDA_EXECUTOR=docker and LAMBDA_REMOTE_DOCKER='true' | # Steps to reproduce
* Run `localstack` with `LAMBDA_EXECUTOR=docker` and `LAMBDA_REMOTE_DOCKER=true`.
* Create and execute multiple lambda functions.
* Run `docker ps -a` and observe multiple `lambci` containers
This does not happen with `LAMBDA_EXECUTOR=docker-reuse` or with `LAMBDA_REMOTE_DOCKER=true` | https://github.com/localstack/localstack/issues/1583 | https://github.com/localstack/localstack/pull/1584 | 42e9992e3644ce6bea4f7d635e64419c5e3126d7 | 76bee8007afeed5f4c8d687bc36bc2a239dd686b | 2019-09-20T14:33:56Z | python | 2019-09-20T15:21:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,581 | ["localstack/services/awslambda/lambda_api.py"] | Lambda not found check broken if qualifier is provided | # Steps to reproduce
* Start `localstack` (version 0.10.3).
* Don't create any lambda functions.
* Run:
```sh
AWS_ACCESS_KEY_ID='a' AWS_SECRET_ACCESS_KEY='b' \
aws lambda invoke \
--function-name 'my-func' \
--qualifier='qual' \
--endpoint http://localhost:4574 test.out
```
* Expected behaviour —... | https://github.com/localstack/localstack/issues/1581 | https://github.com/localstack/localstack/pull/1582 | 76bee8007afeed5f4c8d687bc36bc2a239dd686b | c879e9412c94089d668657ea149860725735ab1f | 2019-09-20T13:14:21Z | python | 2019-09-20T15:30:40Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,571 | ["localstack/config.py", "localstack/constants.py", "localstack/services/dynamodb/dynamodb_listener.py", "localstack/services/dynamodbstreams/dynamodbstreams_api.py", "localstack/services/s3/s3_listener.py", "localstack/utils/bootstrap.py", "localstack/utils/common.py", "requirements.txt", "tests/integration/test_lambd... | Bug when uploading file to S3 when file ends with new line characters because those get removed | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
I'm using localstack as of commit f9dd152cbfab0a51e01e0c0b3ba7463304c8dba3
I ran in an issue where a file I first added to my S3 device (`PutObject()`) would come back out with one less byte. I v... | https://github.com/localstack/localstack/issues/1571 | https://github.com/localstack/localstack/pull/1608 | 288bd0cc6b72ad49dabbcbd170477be93f91409d | 2efb59ecc86c16376e976809635e7b9f09c9f0bd | 2019-09-18T05:40:42Z | python | 2019-09-30T19:32:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,566 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/cloudformation/service_models.py", "localstack/services/es/es_starter.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/test_cloudformation.py"] | Does LocalStack support nested CloudFormation Templates? | Hi, I'm trying to get LocalStack set up for integration testing and having a lot of trouble building CloudFormation templates that include nested stacks referenced via the `TemplateURL` property. Is this just not a thing that works in LocalStack? I've tried setting TemplateURL to a local file as well as to an object in... | https://github.com/localstack/localstack/issues/1566 | https://github.com/localstack/localstack/pull/1921 | 37e95d9ba40c1ad71e3a9326290462fa231e85bf | 52585a2bfc037f882d9d1d2be10a79f57d1ca09a | 2019-09-16T19:28:44Z | python | 2020-01-04T17:36:46Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,554 | ["localstack/services/firehose/firehose_api.py", "localstack/utils/testutil.py", "tests/integration/test_integration.py"] | Kinesis to S3 file structure not correct | For Kinesis, it seems to be, that AWS organizes its folders on S3 like: "prefix/2019/02/09/13/kinesis-stream-name-2019-02-09-10-02-32-db1db7a9-c484-40d1-b7ec-7651a55e4677"
The date in the path is UTC-time, the date in the file name is the UTC-time of the first received byte in the Kinesis stream for the specific fil... | https://github.com/localstack/localstack/issues/1554 | https://github.com/localstack/localstack/pull/1920 | 98e4bdb5fc526bf14c6e29a577fd42b710a9557a | 37e95d9ba40c1ad71e3a9326290462fa231e85bf | 2019-09-10T12:39:29Z | python | 2020-01-04T15:43:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,553 | ["localstack/package.json", "localstack/services/kinesis/kinesis_listener.py", "tests/integration/test_kclpy.py", "tests/unit/test_kinesis.py"] | describe-stream vs describe-stream-summary on non-existent streams | **Problem**
For *non-existent* Kinesis streams:
* the command `awslocal kinesis describe-stream` returns a ResourceNotFoundException (as expected)
* whereas `describe-stream-summary` returns stream details (as if it existed).
**Expected behaviour**
It's expected that both commands return a ResourceNotFoundExcep... | https://github.com/localstack/localstack/issues/1553 | https://github.com/localstack/localstack/pull/1746 | 8bd0cf29083650d86f364c5ca78a2edfc231ea63 | 5c36ea0ad6e904ed9dab82d41cde286aa1fb4eff | 2019-09-10T07:43:33Z | python | 2019-11-11T09:23:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,549 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/sns/sns_listener.py", "tests/integration/templates/template1.yaml", "tests/integration/test_cloudformation.py"] | Fn::GetAtt with S3 w/serverless-localstack | I have a simple S3 bucket 'MyBucket' declared alongside an IAM Role 'MyBucketRole', if I attempt to access the bucket's ARN via:
{ "Fn::GetAtt": ["MyBucket", "Arn"] }
it will throw:
Template error: resource MyBucket does not support attribute type Arn in Fn::GetAtt
However, if I attempt to access the ARN via:
{ ... | https://github.com/localstack/localstack/issues/1549 | https://github.com/localstack/localstack/pull/1879 | 2ed3406a9adb80ec06b740874c46684c6fe48eff | 9c7b3f97252193ea02de95daf7bb026adc976789 | 2019-09-09T08:41:58Z | python | 2019-12-18T22:02:05Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,540 | ["localstack/services/dynamodb/dynamodb_listener.py", "localstack/services/dynamodbstreams/dynamodbstreams_api.py", "localstack/utils/aws/aws_stack.py"] | dynamodbstreams describe-stream, stream not found | dynamodbstreams describe-stream shows stream not found but the stream is there in list-streams
Steps to recreate:
1. create dynamodb table,
```
aws dynamodb create-table --table-name MusicCollection --attribute-definitions AttributeName=Artist,AttributeType=S AttributeName=SongTitle,AttributeType=S --key-schema ... | https://github.com/localstack/localstack/issues/1540 | https://github.com/localstack/localstack/pull/1585 | 3ea1ca3ebbeb9d42f56de737c3a4a8e7b815bd36 | 4b932c5b0e2203d064e7e4577562cf88c42c5e38 | 2019-09-04T18:38:14Z | python | 2019-09-22T09:33:29Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,535 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/infra.py", "tests/integration/templates/template2.yaml", "tests/integration/test_cloudformation.py"] | CloudFormation PhysicalResourceId for AWS::SQS::Queue should be the queue URL | According to the [AWS CFN docs for SQS](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-properties-sqs-queues-return-values-ref), the physical resource ID should be its queue URL.
>Ref
>
>When you pass the logical ID of this resource to the intrinsic Ref function, ... | https://github.com/localstack/localstack/issues/1535 | https://github.com/localstack/localstack/pull/1560 | f3a106b1a7d9b1356aa24ccb9a5c804132c4e3c0 | 04a2ee1f404502df4d9b85c555b2c42cdffcac42 | 2019-09-03T22:10:05Z | python | 2019-09-12T07:04:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,527 | ["localstack/constants.py", "localstack/plugins.py", "localstack/services/iam/iam_listener.py", "localstack/services/infra.py", "localstack/services/logs/__init__.py", "localstack/services/logs/logs_listener.py", "localstack/services/logs/logs_starter.py"] | Cloudwatch Logs DescribeLogGroups response nextToken format is incorrect | Having deployed a large number of lambdas to localstack and enabled cloudwatch logs for all of them, I attempted to retrieve a list of log groups using
`aws logs describe-log-groups --endpoint-url http://localhost:4586 --region us-east-1`
However this only resulted in the following error message:
`Parameter validati... | https://github.com/localstack/localstack/issues/1527 | https://github.com/localstack/localstack/pull/1988 | 7ff1137b8f7a5161acaccdf8270f483dff0aeeb9 | 58f67a8650888e7a065ac6d7aeddba02db2d6afa | 2019-09-03T02:13:51Z | python | 2020-01-26T22:04:36Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,524 | ["README.md", "localstack/config.py", "localstack/services/kinesis/kinesis_starter.py"] | Kinesis proxy hangs once ShardLimit is hit | I have tests that generate unique dynamodb tables (with streams enabled) for each test (to provide isolation) and keep running into Math.random() with tests timing out. After bash'ing into the docker container and force killing various services, I narrowed it down to kinesalite.
An easy way to reproduce isrun it wit... | https://github.com/localstack/localstack/issues/1524 | https://github.com/localstack/localstack/pull/1526 | 737ca72b7bce6e377dd6876eacee63338fa8c30c | 5494437a03545f9eda7eb5c457f44f3c58ae5b2e | 2019-09-02T22:32:16Z | python | 2019-09-03T21:02:02Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,503 | ["tests/integration/test_sqs.py"] | Cannot send message to FIFO queue with DelaySeconds parameter | If you attempt to send a message to a FIFO queue with a request that contains the `DelaySeconds` parameter, the request fails with an `InvalidParameterValue` response.
This is actually a problem with ElasticMQ, but I'm creating an issue here to track that the version localstack is using gets updated if/when a fix is... | https://github.com/localstack/localstack/issues/1503 | https://github.com/localstack/localstack/pull/2227 | 38923ae321c2f85e59cf6167b95e370dcb49f845 | 8fd0e1358d83130f95869710f4d931403b1e7331 | 2019-08-26T16:43:03Z | python | 2020-04-01T19:14:20Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,494 | ["bin/docker-entrypoint.sh"] | s3 persistent data restore failed | thanks for the awesome project!
```
environment:
SERVICES: s3
DEFAULT_REGION: us-east-1
DEBUG: 1
DATA_DIR: /tmp/localstack/data
volumes:
- './var/localstack:/tmp/localstack'
```
It works fine on the first "docker-compose up".
Restart "docker-compose" for s3 persistent volume test
The... | https://github.com/localstack/localstack/issues/1494 | https://github.com/localstack/localstack/pull/1567 | c615a0f721b9917d6c73e9ba3b0498f9e705e5b0 | 6a2a26fbc5043f30e76b92456643339f6abf034d | 2019-08-20T10:27:21Z | python | 2019-09-18T15:07:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,477 | ["bin/Dockerfile.base", "localstack/config.py", "localstack/services/awslambda/lambda_api.py"] | Cloudformation failing when using stackId | Hey, first thanks for this amazing project!
I was trying to use serverless and localstack together, and I was having problems deploying a lambda function. In the logs I was getting errors 502 all the time:
```Serverless: Recoverable error occurred (502), sleeping for 5 seconds. Try 4 of 4
Serverless Error --... | https://github.com/localstack/localstack/issues/1477 | https://github.com/localstack/localstack/pull/1504 | 1647cc96908c55bb437ecc80b2698b2990c2f41b | beb712c203f1141cbf5fd516321492a7f37e94da | 2019-08-10T14:53:27Z | python | 2019-08-26T17:43:56Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,457 | ["bin/docker-entrypoint.sh"] | Connection Refused: Kinesis | **Versions:**
```
localstack: 0.9.6
docker image: localstack/localstack:latest
serverless-localstack: ^0.4.17
serverless: 1.47.0
runtime: nodejs10.x
```
**Problem:**
Developing on Localstack with the Serverless plugin. I was having difficulty getting streams to work, and noticed the localstack container was ... | https://github.com/localstack/localstack/issues/1457 | https://github.com/localstack/localstack/pull/1567 | c615a0f721b9917d6c73e9ba3b0498f9e705e5b0 | 6a2a26fbc5043f30e76b92456643339f6abf034d | 2019-08-02T17:44:02Z | python | 2019-09-18T15:07:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,456 | ["localstack/ext/java/src/main/java/cloud/localstack/docker/DockerExe.java", "localstack/ext/java/src/main/java/cloud/localstack/docker/command/PullCommand.java", "localstack/ext/java/src/main/java/cloud/localstack/docker/command/RunCommand.java"] | Docker exec wait time too short for travis | I am using the docker test runner on travis ci. It was failing without a clear reason, but I think the problem is that `docker run` takes too long because it has to pull the docker image. Please consider increasing the `DEFAULT_WAIT_TIME_MINUTES` in `cloud.localstack.docker.DockerExe`.
I fixed it by setting `pullNew... | https://github.com/localstack/localstack/issues/1456 | https://github.com/localstack/localstack/pull/1901 | 7f42b965a5f7badf00cecaaf87b7fb65b70bf721 | 925841508d69f316192d561bedfb4267e79ffe2d | 2019-08-02T15:16:45Z | python | 2019-12-24T14:02:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,435 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/cloudformation/service_models.py", "localstack/utils/aws/aws_stack.py", "localstack/utils/cloudformation/template_deployer.py"] | Unable to create step function's state machine with cloudformation | I'm unable to create a step function's state machine through cloudformation. I'm using v0.9.6. A sample template is:
```yaml
---
AWSTemplateFormatVersion: '2010-09-09'
Description: Failing workflow template
Resources:
TestActivity:
Type: AWS::StepFunctions::Activity
Properties:
Name: ... | https://github.com/localstack/localstack/issues/1435 | https://github.com/localstack/localstack/pull/1501 | f422a97ff202e0ae99b699101fef837a7205acde | b16760d73af06c3d2e6706aaf43ee0039a4fd631 | 2019-07-22T09:40:33Z | python | 2019-08-25T18:35:40Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,417 | ["tests/integration/test_s3.py"] | S3 upload fails for some specific content of large size | when I try to upload a large file, localstack basically freezes (and eventually times out).
But if the file is all `1` bytes it succeeds.
succeeds:
```bash
aws s3 --endpoint-url=http://localhost:4572 mb s3://testbucket
python -c "print '\x01'*10000000" > testfile
echo $(ls -ahl | grep testfile)
aws s3 --endp... | https://github.com/localstack/localstack/issues/1417 | https://github.com/localstack/localstack/pull/2226 | b7c64ee163138e10a40cd43cb43fe09607c92e47 | 38923ae321c2f85e59cf6167b95e370dcb49f845 | 2019-07-11T01:03:50Z | python | 2020-04-01T06:11:37Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,416 | ["localstack/services/cloudformation/cloudformation_starter.py", "localstack/utils/cloudformation/template_deployer.py"] | Unable to create SQS redrive policy using CloudFormation | Hi,
I'm using the latest localstack docker image which is currently `0.9.5`.
The following error occurs when trying to use CloudFormation to create Dead Letter Queue and Queue in same template.
`An error occurred (AWS.SimpleQueueService.NonExistentQueue) when calling the CreateStack operation: Could not find DLQ... | https://github.com/localstack/localstack/issues/1416 | https://github.com/localstack/localstack/pull/1542 | 5320867c55d4e48a9474168b6c660023f46d6a6a | 1a697d711bae27ebbad4d18acb19b3b40a1e9c8b | 2019-07-10T10:37:29Z | python | 2019-09-05T07:37:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,408 | ["localstack/services/cloudformation/cloudformation_starter.py", "tests/integration/templates/template2.yaml", "tests/integration/test_cloudformation.py"] | CloudFormation does not expose ExportName | Given a CF template that defines outputs as named exports, I expect the "describe-stack" endpoint to include the exported names. With localstack, that is currently not the case.
Example template:
```yaml
Outputs:
VPCId:
Value: {Ref: MyVPC}
Export:
Name: My-VPCId
Resources:
M... | https://github.com/localstack/localstack/issues/1408 | https://github.com/localstack/localstack/pull/2033 | d27ccf4886f54ffe593acb4f8f0ab52b24448e21 | 1e31845b6214be9fd7024075d3af0cdb3900b87e | 2019-07-02T12:32:05Z | python | 2020-02-08T10:06:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,396 | ["localstack/ext/java/src/test/java/cloud/localstack/S3FeaturesTest.java", "localstack/services/dynamodb/dynamodb_listener.py"] | Uploading to S3 by presigned URL with Content-Md5 throw "The Content-MD5 you specified was invalid" | Hello guys. I use S3 preSigned URL to upload file, but it return an error "The Content-MD5 you specified was invalid".
It happens only when I generate Presigned Url with contentMd5.However it works fine when I annotation the line '.withContentMd5(md5)'.
My file md5 is 32c295626872e465b3d0b590eb8e88a7.
```java
... | https://github.com/localstack/localstack/issues/1396 | https://github.com/localstack/localstack/pull/1900 | 77d4061526741d9063d388de0a183347b5d9c428 | f8bb6a542e8c9db1f65992d0ab7ec1a1ebe3e549 | 2019-06-25T12:30:11Z | python | 2019-12-23T14:10:45Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,392 | ["localstack/dashboard/web/index.html", "localstack/dashboard/web/views/infra.graph.js"] | Dashboard does not work | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
Run localstack through docker.
```bash
sudo docker run -it -p 4567-4578:4567-4578 -p 8080:8080 localstack/localstack
```
I have put some objects into s3.
```bash
$ aws s3 ls foo.bucket
2019-0... | https://github.com/localstack/localstack/issues/1392 | https://github.com/localstack/localstack/pull/1521 | 6750278973dbb502ecc70eec27fb2c5400f8268d | 6645c8d773702a07a30bcee0f0390b05f7c33fcc | 2019-06-22T23:04:48Z | python | 2019-09-01T20:18:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,390 | ["tests/integration/awslambda/functions/java/lambda_echo/pom.xml"] | Cloudformation unsuported version 'eu-north-1' | I have an issue calling into cloudformation when using the `eu-north-1` region.
It seems that his region is not yet supported in cloudformation, and yields the following: `KeyError: 'eu-north-1'`
I am running localstack 0.9.5, python 3.7.3 and starting localstack through:
`localstack
Full relevant logs:
```
... | https://github.com/localstack/localstack/issues/1390 | https://github.com/localstack/localstack/pull/6112 | a8e14aeedd4ba95ae3384343ebe1a1c855d37441 | 308ee11005d0b3d9ad90e1d3a3cf14e532391098 | 2019-06-21T09:07:38Z | python | 2022-05-21T16:16:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,387 | ["bin/docker-entrypoint.sh"] | Error: /dev/fd/63: line 1: export: `6DD5EBD2_PORT_3080_TCP_PROTO=tcp': not a valid identifier | I am using k8s to deploy the localstack service and the yaml file looks like:
```
---
apiVersion: v1
kind: Service
metadata:
name: localstack
labels:
app: localstack
spec:
ports:
- name: http-dynamodb
port: 1080
targetPort: dynamodb
- name: http-sqs
port: 2080
t... | https://github.com/localstack/localstack/issues/1387 | https://github.com/localstack/localstack/pull/1388 | 96041e99d0c4a86e9d61a26d35e6c3088f1459c8 | 9c5a37c5630d92108002b9167347fc3d39c0469e | 2019-06-19T23:03:43Z | python | 2019-06-21T10:59:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,366 | ["localstack/services/iam/iam_listener.py"] | Terraform: falling to create IAM roles for lambda/SFN | Hey guys,
I am trying to create small POC of testing SFN workflow on Localstack through Terraform
(I am aware of https://github.com/whummer/localstack-demo using serverless, but I'd like to get this to work with terraform )
Terraform template :
```
provider "aws" {
access_key = "mock_access_ke... | https://github.com/localstack/localstack/issues/1366 | https://github.com/localstack/localstack/pull/1373 | 718bf8228ed942b66e6e745073ad9373f6c19f32 | d1f67f8775eb18eb425152df987d2f8c9bd48890 | 2019-06-10T18:40:09Z | python | 2019-06-13T20:20:51Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,364 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/sqs/sqs_listener.py", "localstack/utils/testutil.py", "tests/integration/test_integration.py", "tests/integration/test_lambda.py", "tests/integration/test_sqs.py"] | Lambdas don't trigger from SQS messages if SendMessageBatch is used | It appears lambdas are not triggered from items being pushed to SQS if [SendMessageBatch](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html) is used instead of [SendMessage](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html) | https://github.com/localstack/localstack/issues/1364 | https://github.com/localstack/localstack/pull/2215 | b9beb0a3ade2efc8e7211699033f3e09121f1ae2 | 1adbada176cfe115087b8ec060f67df52e183b32 | 2019-06-09T15:37:36Z | python | 2020-03-29T19:39:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,361 | ["localstack/services/sns/sns_listener.py", "tests/integration/test_sns.py"] | Unable to send SMS with SNS | ```
peter@nefilim ~ $ aws --endpoint-url=http://localhost:4575 sns publish --message="hello world" --phone-number="+15551239110"
An error occurred (NotFound) when calling the Publish operation: Topic does not exist
```
this works perfectly fine against AWS, from the docs:
```
--phone-number (string)
... | https://github.com/localstack/localstack/issues/1361 | https://github.com/localstack/localstack/pull/1369 | c71e49bf97da3672a614c3325c1db29731b3b259 | 718bf8228ed942b66e6e745073ad9373f6c19f32 | 2019-06-07T00:31:00Z | python | 2019-06-13T16:22:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,343 | ["localstack/services/logs/logs_listener.py", "tests/integration/test_logs.py"] | Incorrect response content-type header from cloudwatch logs | When using the .NET AWSSDK connected to localstack and querying cloudwatch logs e.g.
var logClient = new AmazonCloudWatchLogsClient(new AmazonCloudWatchLogsConfig()
{
ServiceURL = "http://localhost:4586",
UseHttp = true,
AuthenticationRegion = "eu-centr... | https://github.com/localstack/localstack/issues/1343 | https://github.com/localstack/localstack/pull/2244 | 03165fb33c6e8f380addd8ea5227210a648c6a41 | cd3efec796b0ad6e9ff3d2591ad1eccd3bed4f9a | 2019-05-30T14:44:27Z | python | 2020-04-03T16:44:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,324 | [".github/workflows/asf-updates.yml"] | Docker example with junit5 throws java.lang.IllegalStateException | looks like this snippet for Junit5 (have not tested it with Junit4) is not working with `lambda` and `stepfunctions`
```
@ExtendWith(LocalstackDockerExtension.class)
@LocalstackDockerProperties(randomizePorts = true, services = { "sqs", "kinesis:77077" })
public class MyDockerCloudAppTest {
...
}
```
I g... | https://github.com/localstack/localstack/issues/1324 | https://github.com/localstack/localstack/pull/9067 | 16b7f53c98d303476e70a1956aa1f193e7b534a7 | dfbaa14635557ab5cf6cb39178f01e3bcbca7313 | 2019-05-21T17:10:48Z | python | 2023-09-05T07:26:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,323 | ["Makefile", "requirements.txt"] | Don't require style and test packages for every installation | I recommend having the option to install things like `flake8`, `flake8-quotes` only when specifying development extras like `localstack[dev]` rather than for every install, which can cause unnecessary package conflicts in the consuming environment. One way to do this is by splitting dev / test requirements into separ... | https://github.com/localstack/localstack/issues/1323 | https://github.com/localstack/localstack/pull/1903 | 925841508d69f316192d561bedfb4267e79ffe2d | a02feefba6d67341cd996080eb5a68e0a672ef55 | 2019-05-20T20:03:34Z | python | 2019-12-27T15:25:49Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,322 | ["localstack/services/sns/sns_listener.py", "tests/integration/test_sns.py"] | SNS missing ListTagsForResource implementation | We use terraform in combination with localstack for testing purposes and recently there has been an update the the AWS terraform provider (https://github.com/terraform-providers/terraform-provider-aws/blob/master/CHANGELOG.md#2110-may-17-2019) that adds tag support to the SNS resource. Unforntunately the change to the ... | https://github.com/localstack/localstack/issues/1322 | https://github.com/localstack/localstack/pull/1428 | 841a16d8823fd46aa11519800958117a11b92ace | 62c92b1d28b78193e238b88b7d75981ae038c06e | 2019-05-19T22:51:59Z | python | 2019-07-18T15:12:18Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,319 | ["localstack/services/sns/sns_listener.py", "tests/integration/test_sns.py"] | aws sns publish against non existent topic does not throw exception | With latest localstack image running in Docker, when publishing a message to a non-existent SNS topic no error is thrown. This differs from AWS. | https://github.com/localstack/localstack/issues/1319 | https://github.com/localstack/localstack/pull/1331 | 596d12cdb9a064705f1ca37697156a1340db5a0b | 3097fb601f0aa46c8178ea2d7743aa0875332c88 | 2019-05-17T13:57:30Z | python | 2019-05-26T19:50:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,318 | [".github/workflows/asf-updates.yml"] | SQS doesn't work with AWS SDK 2.0 | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
I'm having 2 SQS Java clients, 1 with SDK 1 and the other with the new SDK 2.0. For some reason, the new SDK couldn't work with local SQS because of the following error
```
[info] java.util.co... | https://github.com/localstack/localstack/issues/1318 | https://github.com/localstack/localstack/pull/9067 | 16b7f53c98d303476e70a1956aa1f193e7b534a7 | dfbaa14635557ab5cf6cb39178f01e3bcbca7313 | 2019-05-17T10:46:03Z | python | 2023-09-05T07:26:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,317 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | Inconsistency in S3 PUT object response body | When I "PUT" an object using a pre-signed by localstack S3 URL, the localstack responds with "Content Length: 233" and `<PutObjectResponse>...</PutObjectResponse>` XML in the body.
When I run the same code against AWS S3, the content length is 0 and response body blank. Would be great if localstack matched the AWS ... | https://github.com/localstack/localstack/issues/1317 | https://github.com/localstack/localstack/pull/1376 | d1f67f8775eb18eb425152df987d2f8c9bd48890 | aa27022a2aaaa31e9e53757a27d3b8e57a085b7d | 2019-05-17T02:14:33Z | python | 2019-06-15T19:05:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,306 | ["Dockerfile", "LICENSE.txt", "Makefile", "bin/localstack", "bin/supervisord.conf", "localstack/services/generic_proxy.py", "localstack/services/infra.py"] | Got permission denied while trying to connect to the Docker daemon socket in version > 0.9.1 | Hi, when I use the latest version I get an error when calling a Lambda.
I get this error:
Lambda process returned error status code: 1. Output:
awssvc | 2019-05-10T22:23:19.822966331Z Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2... | https://github.com/localstack/localstack/issues/1306 | https://github.com/localstack/localstack/pull/1308 | f28c5fe9696ccfe320c7693fc12b5ebe360fe2c0 | 65cb13f54ac9339fa00b1ff8702712440b707f82 | 2019-05-10T23:22:14Z | python | 2019-05-11T21:22:29Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,300 | ["Makefile", "README.md", "localstack/constants.py", "localstack/ext/java/src/test/resources/SqsEvent.json", "localstack/services/awslambda/lambda_api.py", "localstack/services/cloudformation/cloudformation_listener.py", "localstack/services/sns/sns_listener.py", "localstack/utils/aws/aws_stack.py", "localstack/utils/c... | Cloud formation account id different from other service | Hi ,deploy server-less application in local-stack through cloud formation template but i start notice account id for cloud formation is 12345789 but for other service it is 00000000 ,so its like cloud formation try to deploy service in different account | https://github.com/localstack/localstack/issues/1300 | https://github.com/localstack/localstack/pull/1377 | aa27022a2aaaa31e9e53757a27d3b8e57a085b7d | cd653d4c3475df335f1c84f16d71826a8525dd8d | 2019-05-09T13:45:04Z | python | 2019-06-16T15:24:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,292 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | Unable to create s3 bucket with PHP without angle brackets wrapping the bucket name | ```
$args = [
'version' => '2006-03-01',
'region' => 'eu-west-1',
'credentials' => CredentialsProvider::get(),
'http' => ['decode_content' => false],
'retries' => 6,
'endpoint' => 'http://localstack:4572',
'bucket_endpoi... | https://github.com/localstack/localstack/issues/1292 | https://github.com/localstack/localstack/pull/1825 | 28785ef6537938bd75fd8c2f840f4658d4c77afe | aa013bf8ae8527940fbbecc9d64104fd463a5cf9 | 2019-05-08T11:29:23Z | python | 2019-12-03T14:19:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,260 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/iam/iam_listener.py", "tests/integration/test_lambda.py"] | Lambda AddPermissions returning 404 Not Found | I'm trying to setup an lambda function triggered by S3 events within a localstack docker-compose environment.
I've got the latest localstack image running in one service with S3, Lambda and APIGATEWAY and the second service is using `awslocal` to communicate with the localstack.
I have gotten as far as successfully... | https://github.com/localstack/localstack/issues/1260 | https://github.com/localstack/localstack/pull/1691 | e1989aa841c1fae3551423c3fb01174492418afe | 586250f1f26a85fb23793707fec38fcd9b38e3ca | 2019-04-17T15:29:55Z | python | 2019-10-28T23:04:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,259 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | CORB problem from S3 service | We are having problems playing audio files from the HTML5 audio component from the S3 service.
Steps to reproduce it:
1.- Upload some mp3 file to S3 service
2.- Use signed url in some HTML5 audio component like
```
<audio controls="controls">
<source src="http://localstack:4572/local-bucket/test.m... | https://github.com/localstack/localstack/issues/1259 | https://github.com/localstack/localstack/pull/1887 | 9c7b3f97252193ea02de95daf7bb026adc976789 | aa592d31141c9bb8e88ece1fb797a35a680be1e6 | 2019-04-17T14:46:08Z | python | 2019-12-19T20:42:14Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 1,249 | ["localstack/services/es/es_api.py", "localstack/services/s3/s3_listener.py"] | S3 bucket notification configuration: Unknown filter name: "Prefix" and "Suffix" | When creating the following bucket notification configuration:
```json
{
"QueueConfigurations": [
{
"Id": "some-id",
"QueueArn": "arn:aws:sqs:eu-central-1:123456789:my-queue",
"Events": [
"s3:ObjectCreated:*"
],
"Filter": ... | https://github.com/localstack/localstack/issues/1249 | https://github.com/localstack/localstack/pull/1845 | 9c53c081382267c67c6fb336779dd0a3856a74fa | fccc6ab3a21f69b2eb4cb3e69effb3068dd9e690 | 2019-04-11T09:56:34Z | python | 2019-12-08T22:00:06Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.