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 | 4,581 | ["localstack/services/dynamodb/dynamodb_listener.py", "tests/integration/test_dynamodb.py"] | bug: Dynamodb table describe output missing SSEDescription key | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
MusicCollection
{
"Table": {
"AttributeDefinitions": [
{
"AttributeName": "Artist",
"AttributeType": "S"
},
{
... | https://github.com/localstack/localstack/issues/4581 | https://github.com/localstack/localstack/pull/4601 | 09e370a5beccd85cae8f8b2dd9acdc673e08e0c6 | c8ed088ee6af21d9f770545676724df90535f8cd | 2021-09-12T08:01:45Z | python | 2021-09-16T22:11:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,541 | ["localstack/services/kms/kms_listener.py", "tests/integration/fixtures.py", "tests/integration/test_kms.py"] | bug: KMS create grant failed with 500 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
```
An error occurred (500) when calling the CreateGrant operation (reached max retries: 4): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal S... | https://github.com/localstack/localstack/issues/4541 | https://github.com/localstack/localstack/pull/4627 | aa418828e295bebf24d439149ea7f93c02fafaa5 | acd18ec2b66f2391af61d37e0b092dfc132853e2 | 2021-09-06T02:56:27Z | python | 2021-09-29T19:32:08Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,533 | ["localstack/services/cloudformation/models/stepfunctions.py", "localstack/utils/generic/wait_utils.py", "tests/integration/cloudformation/test_cloudformation_stepfunctions.py", "tests/integration/fixtures.py", "tests/integration/templates/stepfunctions_statemachine_substitutions.yaml", "tests/unit/test_cloudformation.... | bug: State Machine references don't get resolved properly | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Lambda refs get lost
### Expected Behavior
Lambda refs work in state machines
### How are you starting LocalStack?
With a docker-compose file
### Steps To Reproduce
#### How are you starting localstack (e.g.... | https://github.com/localstack/localstack/issues/4533 | https://github.com/localstack/localstack/pull/4575 | 47a735b908c47e84bf1a1167555b16b83b9778b1 | d55d1fed1c1461c0b6a072335d8e6eddff807b53 | 2021-09-02T17:23:23Z | python | 2021-09-12T20:36:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,532 | ["localstack/utils/http_utils.py", "tests/integration/test_api_gateway.py", "tests/unit/utils/test_http_utils.py"] | bug: API Gateway incorrectly canoncalizes headers | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
localstack v0.12.17 released with this enhancement that downcases all headers:
> canonicalize HTTP header names in API GW Lambda events to lower-case
> https://github.com/localstack/localstack/commit/657d9fe4b... | https://github.com/localstack/localstack/issues/4532 | https://github.com/localstack/localstack/pull/5213 | 9db4cc14f1e0d11c3a214b747c7fbcb0f4fcc05f | 122722754c30e9ed5f2fe4c6f8926582b7b21e60 | 2021-09-02T17:09:58Z | python | 2022-01-02T21:21:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,529 | ["localstack/services/cloudformation/models/apigateway.py"] | ApiKeyRequired in API Gateway not working from cloudformation | Hello,
I have tried to create a mock integration in api gateway from cloudformation.
Tested with latest (105b2dd7ba2c) docker-image.
We would like to be able to test our api-keys in api gateway but setting up ApiKeyRequired does not seem to work.
Using attached template.yml
Running:
aws cloudformation create-... | https://github.com/localstack/localstack/issues/4529 | https://github.com/localstack/localstack/pull/4610 | c8ed088ee6af21d9f770545676724df90535f8cd | b2daf471735c15f834f37e33f5d9d8eea8d0b366 | 2021-09-02T09:46:40Z | python | 2021-09-17T08:21:52Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,522 | ["README.md", "localstack/services/install.py"] | bug: kinesis register-stream-consumer returns error StreamARN not found | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I cannot register a consumer using `register-stream-consumer`.
### Expected Behavior
I should be able to register a stream consumer without problem.
### How are you starting LocalStack?
With a `docker run` com... | https://github.com/localstack/localstack/issues/4522 | https://github.com/localstack/localstack/pull/4573 | b769810a400eb3aab3fcc95f35299bbfd8e09074 | 739fc55e711824b0f6b93b8170786560b2a5ee40 | 2021-09-01T02:54:36Z | python | 2021-09-10T08:18:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,515 | ["localstack/utils/docker.py", "requirements.txt", "tests/integration/docker/test_docker.py"] | bug: PRO - lambda cannot comunicate with ext after upgrading to 0.12.17 or latest. - [Errno -3] Temporary failure in name resolution | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
this is my docker-config.yml
```
localstack:
image: localstack/localstack:latest
restart : always
environment:
- AWS_DEFAULT_REGION=eu-central-1
- SERVICES=neptune,route53,ev... | https://github.com/localstack/localstack/issues/4515 | https://github.com/localstack/localstack/pull/4520 | bf4fdc81f08594b0c47a574bba08871d648d1021 | fb79f63c7cd792360f2f52261b56b3b047d9c329 | 2021-08-31T06:32:37Z | python | 2021-08-31T17:40:00Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,489 | ["localstack/services/install.py"] | bug: Error tagging kinesis stream (invalid characters) after upgrade to 0.12.16 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
This worked using version 0.12.13. No configuration changes were made other than bumping the image version to 0.12.16, and the same tag key/value pairs are present from .13 to .16. The error is related to th... | https://github.com/localstack/localstack/issues/4489 | https://github.com/localstack/localstack/pull/4502 | 267f546c121eabc2a7154d2bb2f4d694510c0db3 | 392da1fc4d5c0f0350b7cceb9b88e06dcb1d1ef3 | 2021-08-25T17:18:45Z | python | 2021-08-27T17:29:20Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,487 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | bug: Incorrect content-type for files from an s3 website bucket | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When making a website request to an s3 bucket, the content-type response header is incorrent.
### Expected Behavior
The `content-type` header in the response from the s3 website endpoint for an object should be ... | https://github.com/localstack/localstack/issues/4487 | https://github.com/localstack/localstack/pull/4491 | b7520260fa9281d7c11aad64a7ae1aff53953b97 | 06fea6560c9c60b7d04048227a7d8585c3b3ed5b | 2021-08-25T13:38:00Z | python | 2021-08-26T00:03:46Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,484 | ["localstack/services/sns/sns_listener.py"] | feature request: Support email-json for SNS subscription | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
I would like to request extending `sns_listener` with an ability to understand `email-json` next to `email` protocol.
### 🧑💻 Implementation
1. check if protocol is `email` or `email-json`
2. for email jso... | https://github.com/localstack/localstack/issues/4484 | https://github.com/localstack/localstack/pull/5247 | ed80dd92c13fc4c2ed5ca50e97abb7be6ff2b900 | ec8b72d5c926ae8495ca50ce168494247aef54be | 2021-08-24T13:28:42Z | python | 2022-01-10T18:04:02Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,458 | ["localstack/services/sns/sns_listener.py", "tests/integration/test_sns.py"] | bug: SNS fanout to SQS, different message attributes behavior | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Localstack always bypasses SNS message attributes to SQS message attributes, while AWS does it only when `raw_message_delivery` is enabled. See https://stackoverflow.com/questions/44238656/how-to-add-sqs-message-a... | https://github.com/localstack/localstack/issues/4458 | https://github.com/localstack/localstack/pull/4594 | 941a1900fc0e7c557161126063a3162515315f3f | 067b740e70040669f05426886ccb58bb32ab3bfb | 2021-08-17T14:32:15Z | python | 2021-09-14T15:07:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,409 | ["localstack/plugins.py", "localstack/services/configservice/__init__.py", "localstack/services/configservice/configservice_starter.py", "localstack/services/support/support_starter.py", "requirements.txt", "tests/integration/test_config_service.py"] | feature request: ConfigService | `moto` provides support for several of the AWS ConfigService APIs. Would it be possible to provide that same support with LocalStack? | https://github.com/localstack/localstack/issues/4409 | https://github.com/localstack/localstack/pull/4500 | 9d805367381a670406237769a94592f8ef0d4bf4 | da096b90375da1546b2f71df997764ad906a7f3e | 2021-08-03T16:31:51Z | python | 2021-08-30T10:54:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,379 | ["localstack/services/sns/sns_listener.py", "tests/unit/test_sns.py"] | bug: SNS Subscription Filter Policy "exists" false does not match | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm encountering an issue with the "exists" property on SNS Filter Policy. It logs that it can't match the policy even though I would expect it to match.
```
2021-07-28T17:57:02:INFO:localstack.services.sns.sn... | https://github.com/localstack/localstack/issues/4379 | https://github.com/localstack/localstack/pull/4911 | 757d9a692b7e2fc686ac2fe54b6a326faf9f6777 | 067a382d5401dff2c1b0f464ab535e9b3852e885 | 2021-07-28T20:00:24Z | python | 2021-11-13T18:51:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,363 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/infra.py", "localstack/utils/config_listener.py", "tests/integration/test_config_endpoint.py", "tests/unit/test_misc.py"] | Changing LAMBDA_EXECUTOR at runtime with ENABLE_CONFIG_UPDATES=1 does not work | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
First of all, I'd like to thank you for this awesome project. Keep up the good work.
Now, to business. I have a script that tries to set the executor at runtime (from `docker-reuse` to `docker` and back a... | https://github.com/localstack/localstack/issues/4363 | https://github.com/localstack/localstack/pull/4364 | 54975a0c84f9f82ed990dd90eb3e8b5eea6933b8 | f8790abf4e28254dcd5a2d81b17d3428d333df5c | 2021-07-26T07:39:24Z | python | 2021-07-27T21:57:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,343 | ["localstack/services/sqs/sqs_listener.py", "tests/integration/test_sqs.py"] | bug: Localstack drops empty string tag value and causes ElasticMQ exception | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If I run the following Terraform configuration against Localstack with ElasticMQ backend, then the resource creation hangs while ElasticMQ throws exceptions.
```terraform
terraform {
required_provider... | https://github.com/localstack/localstack/issues/4343 | https://github.com/localstack/localstack/pull/4365 | 59af78dbae4b44acafe3deaee5c554b20fbd9d97 | 41a5ebbe048d497990abc183a968d6322b35355c | 2021-07-22T13:53:22Z | python | 2021-09-01T22:29:55Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,312 | ["localstack/services/route53/route53_listener.py", "tests/integration/test_route53.py"] | bug: Route53 zone vpc associations do not persist | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When associating a route53 hosted zone with a VPC, the association does not persist.
### Expected Behavior
Subsequent calls to get-hosted-zone should show the VPC association config.
### How are you starting Lo... | https://github.com/localstack/localstack/issues/4312 | https://github.com/localstack/localstack/pull/5118 | 0ece31f494a87485e3823bce703445f86267f4f6 | 5a8fb2a9704b86f0dcd0066c2a8b777b9b1e7719 | 2021-07-16T19:41:14Z | python | 2021-12-14T17:57:05Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,291 | ["localstack/services/iam/iam_starter.py", "tests/integration/test_iam.py"] | bug: Error while deleting a non existent IAM policy. | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I got the following unexpected error when trying to delete a policy that does not exist.
```log
self = <botocore.parsers.QueryParser object at 0x7fa3d2cd2820>
xml_string = b'<!DOCTYPE HTML PUBLIC "-//W3... | https://github.com/localstack/localstack/issues/4291 | https://github.com/localstack/localstack/pull/4298 | 63750e6d8472634bb0c26443c997ddf3ec05588f | 8ae21166a4deccc803c917556e88ea7904463d62 | 2021-07-13T11:12:41Z | python | 2021-07-16T19:40:35Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,287 | ["tests/integration/test_sqs.py"] | bug: Messages are received out of order from FIFO queue after they became visible again | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
1. Send messages to a FIFO queue
2. Receive multiple messages (3 in the example)
3. Wait for visibility timeout
4. Receive messages again
5. Messages are received out of order
### Expected Behavior
According... | https://github.com/localstack/localstack/issues/4287 | https://github.com/localstack/localstack/pull/6578 | a364f14e880a8f66a5ee9d1ee5b34ca5f3ac409b | a65e0c26c236c7c240530a0fa73eda6e187f182f | 2021-07-13T01:49:47Z | python | 2022-08-03T13:23:37Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,227 | ["localstack/services/install.py", "localstack/services/kinesis/kinesis_starter.py"] | Startup fails with DATA_DIR and kinesis-mock | # Type of request: This is a ...
bug report
# Detailed description
localstack fails to start correctly with `DATA_DIR` and the kinesis-mock kinesis provider
## Expected behavior
localstack should start correctly
## Actual behavior
instead the startup throws error messages like these:
```
76b772... | https://github.com/localstack/localstack/issues/4227 | https://github.com/localstack/localstack/pull/4269 | 4332042008d9d977c64b4db6e6052d0758c1ff36 | 38408897dd5a552a254b6d0e617dfc45afc68018 | 2021-06-28T19:25:20Z | python | 2021-07-06T23:17:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,203 | ["localstack/services/cloudformation/service_models.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/cloudformation/test_cloudformation_apigateway.py", "tests/integration/fixtures.py", "tests/integration/templates/apigw-awsintegration-request-parameters.yaml"] | cloudformation: not creating request parameters in api gateway | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
when you create a cloudformation stack with apigateway / s3 integration the cloudformation code is ... | https://github.com/localstack/localstack/issues/4203 | https://github.com/localstack/localstack/pull/4494 | 06fea6560c9c60b7d04048227a7d8585c3b3ed5b | af040ebd8ac36d1e69b369643967d2f2259c3f30 | 2021-06-25T07:10:19Z | python | 2021-08-26T17:48:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,200 | [".circleci/config.yml", ".coveragerc", ".coveralls.yml", "Dockerfile", "Makefile", "requirements.txt"] | Fix coveralls coverage reporting | It seems the nosetest run isn't collecting the coverage data correctly, as the .coverage database is empty after a docker build. Therefore the coveralls script isn't reporting anything.
| https://github.com/localstack/localstack/issues/4200 | https://github.com/localstack/localstack/pull/4206 | 3c44321d8c4e10065b499c2f1c8d53f82266cb13 | 18f6351d4bcf7f96c1ebd723a2b3cafcc748e07e | 2021-06-24T22:53:44Z | python | 2021-06-28T15:17:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,130 | ["localstack/utils/cloudformation/template_deployer.py", "tests/integration/cloudformation/test_cloudformation_lambda.py", "tests/integration/templates/cfn_lambda_noname.yaml"] | [PRO] Use construct ID in CDK-deployed lambda function names | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ ] bug report
[x] feature request
# Detailed description
* Define a lambda function in a CDK stack (e.g. "TestStack"), giving it a descriptive ID value (e.g... | https://github.com/localstack/localstack/issues/4130 | https://github.com/localstack/localstack/pull/4495 | af040ebd8ac36d1e69b369643967d2f2259c3f30 | 9ce7c892c6351517d3a5125e5317f9a3bc7d4363 | 2021-06-10T19:17:54Z | python | 2021-08-26T17:51:53Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,126 | ["localstack/services/apigateway/apigateway_listener.py", "tests/integration/lambdas/lambda_integration.py", "tests/integration/test_api_gateway.py"] | The isBase64Encoded flag is not respected in API Gateway | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ ] bug report
[x] feature request
# Detailed description
The API Gateway response body only accepts strings. To transfer binary data, it needs to be base6... | https://github.com/localstack/localstack/issues/4126 | https://github.com/localstack/localstack/pull/4212 | 9a36099bfcde9e8cc50fe003a3a8e970388fc178 | 045489b2a0b13260722add9c55c70ec6af86ce81 | 2021-06-10T08:27:05Z | python | 2021-06-27T09:29:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,108 | ["Dockerfile", "requirements.txt"] | ModuleNotFoundError while running awslocal with Docker image 0.12.12 | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x ] bug report
[ ] feature request
# Detailed description
When using latest Localstack Docker image - version 0.12.12 - running any 'awslocal' command fails... | https://github.com/localstack/localstack/issues/4108 | https://github.com/localstack/localstack/pull/4109 | b0f71ab689aba14921ec4d26eed60e37ae885bd1 | ffb29b06e15fdce9123899c8a3d4a20945c2ce2d | 2021-06-07T06:50:52Z | python | 2021-06-07T12:59:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,095 | ["localstack/services/kinesis/kinesis_listener.py", "tests/integration/test_kinesis.py"] | kinesis subscribe_to_shard decode error when putRecord with data of type string using boto3 | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Use localstack as AWS kinesis service mock and try to put a record with raw string data
```pyt... | https://github.com/localstack/localstack/issues/4095 | https://github.com/localstack/localstack/pull/5272 | 2ef9d66614800f28d06e5a6d31758dc8f6c40127 | b2f35e0c820f6057a87984d1d3797a9d71339be3 | 2021-06-03T03:06:32Z | python | 2022-01-22T13:37:38Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,079 | ["localstack/services/awslambda/lambda_api.py"] | AWS Lambda PutFunctionEventInvokeConfig returns LastModified timestamp in incorrect format | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
When I call the Lambda PutFunctionEventInvokeConfig API using the aws-java-sdk, the sdk throws an e... | https://github.com/localstack/localstack/issues/4079 | https://github.com/localstack/localstack/pull/4107 | ec9293366eae208de1b14d0753a9072ae81b228d | 507dda6811023848b416c61072f6e3308977b94b | 2021-05-28T16:19:46Z | python | 2021-06-08T06:19:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,073 | ["Makefile", "localstack/services/awslambda/lambda_utils.py", "tests/integration/test_lambda.py"] | Support ruby2.7 runtime | AWS supports the following Ruby runtimes:
<!--StartFragment-->
Name | Identifier | SDK for Ruby | Operating system
-- | -- | -- | --
Ruby 2.7 | ruby2.7 | 3.0.1 | Amazon Linux 2
Ruby 2.5 | ruby2.5 | 3.0.1 | Amazon Linux
<!--EndFragment-->
Currently, `localstack/lambda` only contains the `ruby2.5` tag. Will ... | https://github.com/localstack/localstack/issues/4073 | https://github.com/localstack/localstack/pull/4075 | 9066c4f231b44dbaff10b978262c8ca5973e9054 | b6c21a699e2b40cbe33c5542956d31fce4f57246 | 2021-05-27T06:55:58Z | python | 2021-05-27T20:34:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,038 | ["localstack/utils/cloudformation/template_deployer.py", "tests/integration/test_cloudformation.py"] | Support KinesisStreamSpecification parameter for AWS::DynamoDB::Table resource in CloudFormation | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ ] bug report
[x] feature request
# Detailed description
Currently, the KinesisStreamSpecification parameter of AWS::DynamoDB::Table resource in CloudForm... | https://github.com/localstack/localstack/issues/4038 | https://github.com/localstack/localstack/pull/4091 | dddc4c012e1e2a0a3cb954f3c6d1d0c6e272c366 | 4b420f92e097613cfd5c1d3865f0e31c643d905d | 2021-05-17T17:05:22Z | python | 2021-06-03T17:58:59Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,023 | ["localstack/services/es/es_api.py", "tests/integration/test_elasticsearch.py"] | --elasticsearch-cluster-config is (at least partially) ignored | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
I'm using `localstack:latest` as a docker image. But when I try to create a new Elasticsearch dom... | https://github.com/localstack/localstack/issues/4023 | https://github.com/localstack/localstack/pull/4030 | b39d746401c4d286bba47ba580ba686481767aa5 | eea59125f1948ac2431af4db2f24d441c2aa0d4f | 2021-05-14T08:32:09Z | python | 2021-05-16T19:34:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,010 | ["localstack/utils/aws/aws_stack.py"] | Localstack on Docker Hangs with DATA_DIR set | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
When using persistence via DATA_DIR, after some use, localstack fails in initialise after a pod res... | https://github.com/localstack/localstack/issues/4010 | https://github.com/localstack/localstack/pull/4033 | 630342c918cdb1dd359d4790a13c22fc012d7bba | c0f88e04e45347c360e3cff79805195c987f5d0f | 2021-05-12T22:46:50Z | python | 2021-05-15T14:56:34Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,924 | ["localstack/services/generic_proxy.py"] | API Gateway does not allow CORS preflight when using withCredentials in requests (Missing Mock integrations) | # This is a ...
[x] bug report
[ ] feature request
# Detailed description
When running an `serverless-express` API in a lambda pushed to localstack in Docker, OPTIONS requests from a client with the `withCredentials` flag fail because of the wildcard `'*'` in `Access-Control-Allow-Origin` header returned by c... | https://github.com/localstack/localstack/issues/3924 | https://github.com/localstack/localstack/pull/4003 | 464f47e15a1f92c90ebbc04bee795ddd7b754aee | cb2e893e04421cdedadf6932064fda638c94dae8 | 2021-04-23T11:27:38Z | python | 2021-05-13T12:03:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,879 | ["localstack/config.py", "localstack/services/dynamodb/dynamodb_listener.py", "tests/integration/test_error_injection.py"] | Dynamodb BatchWriteItem not Throttling Properly | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ X ] bug report
[ ] feature request
# Detailed description
On BatchWriteItem if items are throttled, we are expected to receive a list of `UnprocessedItem... | https://github.com/localstack/localstack/issues/3879 | https://github.com/localstack/localstack/pull/3896 | dcb2876b607e0b89af624a7df02f2446a4ed686d | 0eb1df9f393a6d9c104ca55cc3f87fd6df743184 | 2021-04-15T16:26:40Z | python | 2021-04-30T14:24:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,878 | ["localstack/services/cloudformation/cloudformation_api.py"] | LocalStack: Cloudformation Stack Filtering not working as expected | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ x ] bug report
[ ] feature request
# Detailed description
When I try to list stacks and filter the stack status, it lists all the stacks rather than filt... | https://github.com/localstack/localstack/issues/3878 | https://github.com/localstack/localstack/pull/3895 | de5984545cdbfcb53b8567c9ee1329b76da02bd9 | 1bd8b0fb550f35f8389428e03d3f3853922726b5 | 2021-04-15T08:55:12Z | python | 2021-04-20T22:10:41Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,734 | ["localstack/services/cloudformation/cloudformation_api.py"] | ListStackResources does not have LastUpdatedTimestamp field | # Type of request: This is a ...
bug report
# Detailed description
aws cloudformation list-stack-resources --stack-name "mystack"
{
"StackResourceSummaries": [
{
"LogicalResourceId": "MyS3Bucket",
"PhysicalResourceId": "mystack",
"ResourceType": "AWS::S3::... | https://github.com/localstack/localstack/issues/3734 | https://github.com/localstack/localstack/pull/3752 | dc276a8d6ce6111b19c36140dab8ff6e3d56edf3 | 6acfcdafd6b3ccc8ac2d9edced6d60bdfa73147c | 2021-03-16T16:10:28Z | python | 2021-03-20T12:32:17Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,716 | ["localstack/services/edge.py", "localstack/utils/common.py", "tests/integration/test_sqs.py", "tests/unit/test_edge.py"] | Support for Authorization Parameters in GET Parameters (instead of header) | [X] bug report
[ ] feature request
# Detailed description
The AWS API supports Authorization parameters as GET parameters, e.g. here's a GET request to SendMessage on SQS:
```
curl 'http://localhost:4566/000000000000/SomeQueue.fifo?Action=SendMessage&MessageGroupId=Default&MessageDeduplicationId=161559785983... | https://github.com/localstack/localstack/issues/3716 | https://github.com/localstack/localstack/pull/3720 | 4826ad3a37198397a62ef15b8714e4e43221b2e9 | 803da290b230b319d10f85cc158336d85c98fe44 | 2021-03-13T04:17:23Z | python | 2021-03-14T21:21:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,682 | ["localstack/services/events/events_starter.py", "tests/integration/test_events.py"] | EventBridge PutEvents not working when Detail is missing | # Type of request: This is a ...
[X ] bug report
[ ] feature request
# Detailed description
Calling PutEvents operation returns 500 if no `Detail` is specified. This case is similar to #3043
## Expected behavior
According to the doc https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEventsRe... | https://github.com/localstack/localstack/issues/3682 | https://github.com/localstack/localstack/pull/3683 | a5a46cb2821ca3837bf920fa9763a3187c4167f2 | 792f58b9f47862eebeb79976466b8e873c31584f | 2021-03-05T08:27:07Z | python | 2021-03-05T15:50:35Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,675 | ["localstack/config.py"] | Lambda invocation errors in github actions | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
* [x] bug report
* [ ] feature request
# Detailed description
Lambda invocation works in macos but fails in github actions:
### docker-compose.yml
```
ver... | https://github.com/localstack/localstack/issues/3675 | https://github.com/localstack/localstack/pull/3717 | cd86e6e659ed3ea672bd5d8a015132faa7544801 | 4826ad3a37198397a62ef15b8714e4e43221b2e9 | 2021-03-04T09:14:09Z | python | 2021-03-14T11:45:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,663 | ["localstack/services/ses/ses_starter.py", "tests/integration/test_ses.py"] | ses delete template feature is not implemented | # Type of request: This is a ...
[x] feature request
# Detailed description
Whenever we try to do delete template operation through AWS java SDK it is throwing 500 error with null message
AWS SDK version: version: 1.11.327
## Expected behavior
delete template operation should work properly deleting give... | https://github.com/localstack/localstack/issues/3663 | https://github.com/localstack/localstack/pull/3665 | 8611302c6df45dc0bb8458e3f490b8716a336f14 | 641b890e9328ad3d010570766109c646d1f10a3a | 2021-03-02T15:07:48Z | python | 2021-03-02T18:27:29Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,608 | ["localstack/services/s3/s3_listener.py", "tests/integration/test_s3.py"] | Regression: listObjects does not work with phpsdk | # Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
If I upload objects to my bucket I don't get a list of my objects back, using the listObjects method of the phpsdk.
This was fixed previously in 0.11 but it's broken again in 0.12.x [#3021](https://github.com/localstac... | https://github.com/localstack/localstack/issues/3608 | https://github.com/localstack/localstack/pull/3849 | 02743c122cda1131b562b0818c751c908a933cac | edfcb461043e9e850773b907f44293d78792c1d5 | 2021-02-16T11:47:11Z | python | 2021-04-10T13:24:51Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,487 | ["localstack/services/kinesis/kinesis_listener.py", "localstack/utils/aws/aws_responses.py"] | KCL 2.0x kinesis status code 400 | I am using localstack for running integration tests for Kinesis data stream KCL 2.0x consumer. I have used latest docker image for this.
I am able to publish data to localstack kinesis using the aws-java-sdk. My consumer should work fine and consume the data but instead throws this error:
```
2021-01-18 19:13:56.3... | https://github.com/localstack/localstack/issues/3487 | https://github.com/localstack/localstack/pull/3691 | 16a6cdccda95a095649d2bcf0a278bb905d58072 | 01e02de2aec0248cfa8658497da7a4be1d561f22 | 2021-01-19T11:19:21Z | python | 2021-03-07T22:11:00Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,466 | ["localstack/plugins.py", "localstack/services/ses/ses_listener.py", "localstack/services/ses/ses_starter.py"] | AWS Java SDK is throwing different exceptions than the expected [SES] | # Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
AWS Java SDK is throwing different exceptions than the expected
version: 1.11.327
**Example 1:** send a notification with an unverified email address as from address follows
## Expected behavior
exception which ... | https://github.com/localstack/localstack/issues/3466 | https://github.com/localstack/localstack/pull/3491 | 2f5e25a4b51db33db9f57b78d97f9999a339ba6e | f02b32361efd545a7de0a5ef95c9072eb62ba386 | 2021-01-14T09:46:23Z | python | 2021-01-23T17:26:08Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,442 | [".gitignore", "localstack/services/cloudformation/cloudformation_api.py", "tests/integration/templates/template27.yaml", "tests/integration/test_cloudformation.py"] | Cloudformation list_exports result is malformed | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
The return of the endpoint for listExports (cloudformation service) is malformed. The funny thing i... | https://github.com/localstack/localstack/issues/3442 | https://github.com/localstack/localstack/pull/3443 | ea6a5862974c9d92efa1f5f4b106fa718732a0fa | 0f32888003e07d900e2bee45f8253a0e325f1444 | 2021-01-07T14:15:41Z | python | 2021-01-08T07:29:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,439 | ["localstack/services/es/es_api.py"] | How to read data written in elastic search cluster ? | # Type of request: This is a ...
[ ] bug report
[ ] feature request
# Detailed description
Need details on how to read data written in elastic search index in localstack, running ES in a different container.
Also getting error 500 on hitting command -"list-elasticsearch-versions"
aws --endpoint-url=http://... | https://github.com/localstack/localstack/issues/3439 | https://github.com/localstack/localstack/pull/3582 | 6ec01eed855bb7f9f7faad4192e8f827c78cdb64 | f30c16a204be80f99a77be542daf0832ebdeb6de | 2021-01-06T20:46:41Z | python | 2021-02-09T00:58:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,385 | ["localstack/services/edge.py", "tests/integration/test_cloudwatch.py"] | CloudWatch PutMetricData does not support gzip encoding | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[*] bug report
[ ] feature request
# Detailed description
Sending CloudWatch metrics data using `content-encoding: gzip` encoding results in 404. The same ... | https://github.com/localstack/localstack/issues/3385 | https://github.com/localstack/localstack/pull/3412 | a70a8b43f9a3af986769bb5419806780860a72c3 | 59180e8fc1b0ff05e67d645b39502a67157d596c | 2020-12-21T15:21:43Z | python | 2020-12-31T18:21:46Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,317 | ["localstack/services/edge.py", "tests/integration/test_sts.py"] | Unable to retrieve credentials with assume_role_with_saml | # Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
When I try to retrieve credentials with `assume_role_with_saml` using boto3 v1.16.26 the following error occured:
```
File "/Users/benjamin.brabant/Projects/OCTO/DSI/awscli-saml-sso/.venv/lib/python3.8/site-packag... | https://github.com/localstack/localstack/issues/3317 | https://github.com/localstack/localstack/pull/3318 | 4f14113a7cf135498e7c7076a72332e37a141814 | 9cce0a73f918236ca5fa7846baf27091f8b0c2a8 | 2020-12-07T10:42:33Z | python | 2020-12-08T00:46:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,281 | ["localstack/services/awslambda/lambda_api.py", "tests/unit/test_lambda.py"] | Create and update lambda function with publish=true doesn't publish function | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
When using java-aws-sdk `CreateFunctionRequest` and `UpdateFunctionCodeRequest` with `publish` fl... | https://github.com/localstack/localstack/issues/3281 | https://github.com/localstack/localstack/pull/3349 | b636364750d1f42554718be7fb65e18b08e4234a | 1017b406be41a4b8126f0f1e5801588a1633ee70 | 2020-11-26T11:32:35Z | python | 2020-12-14T21:40:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,270 | ["localstack/services/awslambda/lambda_api.py", "localstack/utils/aws/aws_models.py", "localstack/utils/aws/aws_stack.py", "tests/integration/terraform/provider.tf"] | Terraform just broke on localstack | Actually, it is only broke for deploying lambdas. You can also work around it by using the previous providor:
```
terraform {
required_providers {
aws = "<= 3.16.0"
}
}
```
The reason it broke is it using the new aws feature for code signing lambdas. Those new APIs are not implemented or mocked in a reason... | https://github.com/localstack/localstack/issues/3270 | https://github.com/localstack/localstack/pull/3280 | da434cb05b1d2cbbbc85fd40aebd9b57da0ba57a | 40352dbc4be4aac5b4763cf37376061b3a568ea6 | 2020-11-24T07:00:16Z | python | 2020-11-27T11:52:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,264 | ["localstack/services/awslambda/lambda_executors.py"] | Rust Lambda stuck in localstack | <!-- Love localstack? Please consider supporting our collective:
:point_right: https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Simple Rust Lambda function got stuck in localstack.
## Expected behavior
Lambda works... | https://github.com/localstack/localstack/issues/3264 | https://github.com/localstack/localstack/pull/3344 | de360b516125a0280d7fcbf34c6194e0186b1d08 | d288c4b66895db4ee84c3b9d60b35f8669d009b9 | 2020-11-22T13:56:19Z | python | 2020-12-11T09:39:56Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,260 | ["localstack/services/awslambda/lambda_api.py", "tests/integration/terraform/provider.tf", "tests/integration/test_lambda.py", "tests/unit/test_lambda.py"] | Localstack Pro + localstack-chalice + AWS Chalice not working | [x] bug report
[ ] feature request
# Detailed description
Using localstack-chalice with was chalice is not working.
I thought the error was because Chalice uses Lambda layers which is a localstack pro feature, but after subscribing and adding the KEY I still get the same error.
## Expected behavior
run `chali... | https://github.com/localstack/localstack/issues/3260 | https://github.com/localstack/localstack/pull/3269 | 1962d8e25e7fdb2f0a805c7692bc712b423c0272 | 1a7f97825471657f267765a07f604c1ece01e1ca | 2020-11-20T18:22:13Z | python | 2020-11-25T08:10:41Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,243 | ["localstack/constants.py", "localstack/services/kinesis/kinesis_listener.py"] | AWS SDKv2 kinesis throws exception when using `getRecords` | <!-- Love localstack? Please consider supporting our collective:
:point_right: https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Currently when using [software.amazon.awssdk:kinesis:2.15.27](https://search.maven.org/artifact/so... | https://github.com/localstack/localstack/issues/3243 | https://github.com/localstack/localstack/pull/3278 | 993df276882764c7149e6475ed21e1f7ea380c1a | 535eebe2496a8c1c815e09a1337d6463edf081bd | 2020-11-13T16:57:37Z | python | 2020-11-29T14:23:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,242 | ["localstack/services/awslambda/lambda_executors.py"] | Usage of `docker inspect ..` is fragile, depends on how and what built the docker image | [x] bug report
[ ] feature request
# Detailed description
`lambda_executor.py` current retrieves the container entrypoint from the docker image via `docker inspect --format="{{ .ContainerConfig.Entrypoint }}" ..`. This is fragile and may be missing depending on how the image in question is built. There is a `config` b... | https://github.com/localstack/localstack/issues/3242 | https://github.com/localstack/localstack/pull/3366 | b71b6e1c0e1072045737c4c2d0afed0b1579687d | fa16a64ab91df78b0251e017bee3068f68dda011 | 2020-11-12T23:09:17Z | python | 2020-12-16T13:02:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,209 | ["localstack/services/apigateway/apigateway_starter.py", "localstack/services/awslambda/lambda_api.py"] | Terraform crashes when creating API Gateway stages | # Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
We're having trouble testing our serverless resources with Terraform and LocalStack. The problem seems related to API Gateway Stages, however I'm not able to narrow it down. I was able to create a minimal Terraform setu... | https://github.com/localstack/localstack/issues/3209 | https://github.com/localstack/localstack/pull/3231 | 3e7dd0808991ce642b07a42e98f8b3cb1e487dc7 | 78a72923e25700d7da53e3540126cda825c129f1 | 2020-11-02T12:25:24Z | python | 2020-11-11T11:19:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,208 | ["localstack/services/kinesis/kinesis_listener.py"] | JSON parsing problems when using jackson 2.11 in a Kinesis Consumer | <!-- Love localstack? Please consider supporting our collective:
:point_right: https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
When developing a Kinesis Data Stream Consumer using `com.amazonaws:aws-java-sdk-kinesis:1.11.887`... | https://github.com/localstack/localstack/issues/3208 | https://github.com/localstack/localstack/pull/3509 | 6cbd6124dae8bee166b0d55471229ceab90a6d7d | a44d36a00c527b051c79ed1d94bf771032df2cac | 2020-11-02T11:47:51Z | python | 2021-01-27T18:56:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,195 | ["localstack/services/secretsmanager/secretsmanager_starter.py", "tests/integration/test_secretsmanager.py"] | Terraform triggers NotImplementedError: The delete_resource_policy action has not been implemented | Bug report.
I get frequent errors with terraform when trying to modify a secret. Concrete terraform script to follow. Terraform gets stuck in a loop. This seems to only happen when a resource get's modified. The only thing I've been able to do is tear down the docker container and start agian.
aws_secretsm... | https://github.com/localstack/localstack/issues/3195 | https://github.com/localstack/localstack/pull/3215 | 711229640da9898daa81e6ffdb0cf17d0116132b | 764dba4a7c9c23b259a70202f42362f3a8cbd337 | 2020-10-28T23:08:31Z | python | 2020-11-03T23:34:07Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,136 | [".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"] | Unable to invoke lambda function compiled in java 11. Localstack latest image still shows java version 8. | #2093 # Type of request: This is a ...
[*] bug report
[ ] feature request
# Detailed description
Unable to invoke lambda function compiled in java 11. Localstack latest image still shows java version 8.
## Expected behavior
Should be able to invoke lambda function compiled in java 11.
## Actual behavior... | https://github.com/localstack/localstack/issues/3136 | https://github.com/localstack/localstack/pull/3166 | 819d90f6e7376d3cd3dcf59128854281ce2d70c1 | d0fbb06386ea59f0abc3f74102a1a7f53eeea1e4 | 2020-10-20T14:54:47Z | python | 2020-10-26T23:45:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,111 | ["localstack/services/awslambda/lambda_executors.py", "tests/unit/test_lambda.py"] | Fix debug port parser for java lambda executor to support different formats | # Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Support different ways of configuring debug ports for Java lambdas
```
-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=_debug_port_
-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localh... | https://github.com/localstack/localstack/issues/3111 | https://github.com/localstack/localstack/pull/3112 | 6d463be76ad416e0418645c9e8a0212dfdefec3a | 6738e4798818004cdec451d34dca046520ec627d | 2020-10-16T01:45:00Z | python | 2020-10-16T11:40:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,059 | ["CHANGELOG.md", "localstack/constants.py", "localstack/services/events/events_listener.py", "localstack/services/iam/iam_listener.py", "localstack/services/sts/sts_listener.py", "localstack/utils/aws/aws_responses.py"] | IAM account password policy timeout | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Hi, I use locak stack to test module IAM Account but I receive timeout in module aws_iam_account_... | https://github.com/localstack/localstack/issues/3059 | https://github.com/localstack/localstack/pull/3064 | 13944ff3aee0e5c2ede7783bf39c2cc452c933c3 | 19f6d939e0d3479026f8fc69471f3468215a4dc8 | 2020-10-02T13:02:41Z | python | 2020-10-02T20:05:09Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,040 | ["localstack/services/awslambda/lambda_api.py", "tests/integration/test_lambda.py"] | Issue with lambda add-permission function | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x ] bug report
[ ] feature request
# Detailed description
I am using localstack on Windows 10. I can create a lambda function, load it to localstack and inv... | https://github.com/localstack/localstack/issues/3040 | https://github.com/localstack/localstack/pull/3149 | ca85774a9a7f6d269080503567ff127b97fed3b1 | 819d90f6e7376d3cd3dcf59128854281ce2d70c1 | 2020-09-28T23:39:50Z | python | 2020-10-26T21:34:56Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 3,009 | ["localstack/services/infra.py", "localstack/services/ses/ses_starter.py", "tests/integration/test_ses.py"] | SES Java SDKv2 TemplatesMetadata CreatedTimestamp fails to parse | <!-- Love localstack? Please consider supporting our collective:
:point_right: https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
SES template list returns a different format for CreatedTimestamp compared with the Java SDK (2.14... | https://github.com/localstack/localstack/issues/3009 | https://github.com/localstack/localstack/pull/3457 | f4e553168171e816615523df3d32569fe2f0ab50 | bbfa32635650fdfb74ec2afb80e403d5c77af24e | 2020-09-19T01:46:01Z | python | 2021-01-19T18:49:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,819 | ["localstack/services/awslambda/lambda_executors.py"] | Latest lambci/docker-lambda image has removed hardcoded default credentials | # Type of request: This is a ...
[*] bug report
[ ] feature request
# Detailed description
Perhaps not a bug report per se, but this affected me at least. A new version of `lambci/docker-lambda` was pushed recently. [This commit](https://github.com/lambci/docker-lambda/commit/7ece2742a5b0e84eb09d6ed659f123474... | https://github.com/localstack/localstack/issues/2819 | https://github.com/localstack/localstack/pull/2829 | 6758d8d673b5071d678585c356bf47e663ee6170 | 1ad3fea2d58e9ffc1dbb4dfb2ec788e5fae8a39b | 2020-08-07T13:14:29Z | python | 2020-08-09T19:57:02Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,777 | ["localstack/utils/bootstrap.py"] | Triple access log output | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
Running localstack in a Docker (v19.03.8) container on macOS 10.15.6, some log output lines appea... | https://github.com/localstack/localstack/issues/2777 | https://github.com/localstack/localstack/pull/2821 | e774835386895ef3d840401d089235b1969cb1a8 | ad52baa86bc48cb8d9822456798caa273d1edf92 | 2020-07-27T21:19:36Z | python | 2020-08-08T15:57:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,745 | ["localstack/services/dynamodb/dynamodb_listener.py", "tests/integration/test_dynamodb.py"] | Dynamodb returns 500 for TransactWriteItems with ConditionCheck | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
- [x] bug report
# Detailed description
DynamoDb service for some reason returns 500 with an empty-json-object body when sending
`TransactWriteItems` with ... | https://github.com/localstack/localstack/issues/2745 | https://github.com/localstack/localstack/pull/2805 | 493c7259df0527c21f3a867cfd0961d6c426277b | 9a53b446515b08d930faf47846d0805df8aa9445 | 2020-07-18T14:17:05Z | python | 2020-08-03T19:36:38Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,742 | ["README.md", "localstack/services/plugins.py"] | When enabling SSL (USE_SSL), /health return {} | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
I start localstack with USE_SSL true and when I try to get the services status with https://localho... | https://github.com/localstack/localstack/issues/2742 | https://github.com/localstack/localstack/pull/2744 | 0d67aad3990ba7a4c82cf2f6ff570018fcfcd3c7 | 9993989188007c8c555eead9abd02dda76834a94 | 2020-07-17T22:53:58Z | python | 2020-07-18T10:56:40Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,735 | ["localstack/services/events/events_starter.py", "tests/integration/test_events.py"] | Regression between 0.11.2 & 0.11.3 causes events in event bridge to not serialize correctly | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
Running docker-compose with `latest` or `0.11.3` causes messages to come out wrong. Going back to `... | https://github.com/localstack/localstack/issues/2735 | https://github.com/localstack/localstack/pull/2870 | 07ad751420e00dc75e1a74afea83f80075ef684c | 447668b7ee8eaea678a946920bd1420f882cc997 | 2020-07-17T08:05:48Z | python | 2020-08-25T19:11:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,714 | ["Makefile", "localstack/utils/aws/aws_stack.py", "localstack/utils/testutil.py", "tests/integration/test_lambda.py", "tests/unit/test_message_transformation.py", "tests/unit/test_templating.py"] | Appsync - VTL - String Concatenation not supported | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
VTL request containing an expression evaluated to String Concatenation does not work.
### Query
... | https://github.com/localstack/localstack/issues/2714 | https://github.com/localstack/localstack/pull/2716 | 0639d9632e794cc45bd6c7935b3afd77db444f25 | ca1a43a0b2735b95d259e580c39b0cab558feea6 | 2020-07-12T08:12:23Z | python | 2020-07-12T20:33:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,676 | ["localstack/utils/bootstrap.py", "localstack/utils/server/http2_server.py", "tests/unit/test_common.py"] | [Bug Report] Dashboard Pro does not show resources | ## Detailed description
The pro version of the dashboard always shows that there is no resources found... After looking in the requests I see that it does a POST request to 0.0.0.0:4566/graph but without parameters ..
# Normal Darshboard
, a previously correctly working cloudformation stack that creates a DynamoDB ... | https://github.com/localstack/localstack/issues/2617 | https://github.com/localstack/localstack/pull/2637 | 5d89ae7df0f7bb9e09a255d0b0bc4d511d11277f | 598200c7ea153287a92052d6038534b277e56e2d | 2020-06-25T11:37:51Z | python | 2020-06-28T18:00:59Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,612 | ["localstack/services/edge.py", "localstack/services/generic_proxy.py", "localstack/services/sqs/sqs_listener.py", "localstack/utils/common.py", "tests/integration/test_sqs.py"] | Queue not found | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
When I run localstack on Jenkins, I get:
```
<ErrorResponse xmlns="http://queue.amazonaws.com/doc... | https://github.com/localstack/localstack/issues/2612 | https://github.com/localstack/localstack/pull/2622 | db388f64eedd78c334c091d73ebd6674016b06a8 | ab4bf6dc1d2e2edf77b368f11e5f69a2daa46a51 | 2020-06-24T15:32:33Z | python | 2020-06-25T23:51:29Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,585 | ["localstack/services/s3/s3_listener.py"] | S3 list bucket CreationDate fails to parse w/ Java SDK 2 | # Type of request: This is a bug report
# Detailed description
S3 list buckets returns a different format for CreationDate than the one expected by the Java SDK and parsing fails. Using Java SDK 2.13.39. Also verified w/ .40, .38, .30 and .20. Will check previous Docker releases for localstack.
``Unable to unmar... | https://github.com/localstack/localstack/issues/2585 | https://github.com/localstack/localstack/pull/2588 | edd4f346cf67c9f0a48e59eec68fe3e2862949a8 | 79607beded4a2918121f1d3e18e456125be0c8e6 | 2020-06-19T13:30:30Z | python | 2020-06-19T21:39:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,582 | ["localstack/services/edge.py", "localstack/services/generic_proxy.py", "tests/integration/test_s3.py"] | S3 universal port 4566 does not allow to download file with SDK | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Using node.js AWS SDK function `getObject` returns object with `0` bytes using 4566 port.
On po... | https://github.com/localstack/localstack/issues/2582 | https://github.com/localstack/localstack/pull/2667 | 9a415e2067f6fafa3cdc9dd84f5b491b0b2a2acd | f8b2deb32c087853f7ff9546712ea0af5e19f1e4 | 2020-06-19T05:34:05Z | python | 2020-07-03T21:16:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,571 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/dynamodbstreams/dynamodbstreams_api.py", "localstack/services/edge.py", "localstack/utils/common.py", "tests/integration/test_dynamodb.py", "tests/integration/test_sqs.py"] | Unable to determine forwarding port for API "monitoring" | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x ] bug report
[ ] feature request
# Detailed description
Not able to use the edge service to write metric data to cloudwatch via the javascript aws-sdk.
... | https://github.com/localstack/localstack/issues/2571 | https://github.com/localstack/localstack/pull/2581 | 2bb21f0147be47d63f089952f8d8f41f0c55feaf | 37d9f6e7c4957ad15afd6e03702678cda488f01d | 2020-06-17T12:59:26Z | python | 2020-06-19T09:40:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,569 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/dynamodbstreams/dynamodbstreams_api.py", "localstack/services/edge.py", "localstack/utils/common.py", "tests/integration/test_dynamodb.py", "tests/integration/test_sqs.py"] | DynamoDB Stream shardId wrong format | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ ] bug report
[X ] feature request
# Detailed description
I'm using localstack to create a dynamoDb table locally with a dynamodb stream and a flink appli... | https://github.com/localstack/localstack/issues/2569 | https://github.com/localstack/localstack/pull/2581 | 2bb21f0147be47d63f089952f8d8f41f0c55feaf | 37d9f6e7c4957ad15afd6e03702678cda488f01d | 2020-06-17T05:29:28Z | python | 2020-06-19T09:40:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,562 | ["localstack/services/awslambda/lambda_executors.py", "localstack/services/dynamodb/dynamodb_listener.py", "localstack/services/s3/s3_listener.py", "localstack/utils/common.py", "tests/integration/test_dynamodb.py", "tests/integration/test_route53.py", "tests/integration/test_s3.py", "tests/unit/test_lambda.py"] | Simulate S3 BadDigest and InvalidDigest errors | # Type of request: This is a ...
[ ] bug report
[x] feature request
# Detailed description
As a Developer,
I want to be able to simulate BadDigest and InvalidDigest errors,
So that I can test the error handling logic
## Expected behavior
https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html
B... | https://github.com/localstack/localstack/issues/2562 | https://github.com/localstack/localstack/pull/2635 | 4014831e4dfcd41b3ea81d267c48c121bee6d0f9 | 5d89ae7df0f7bb9e09a255d0b0bc4d511d11277f | 2020-06-15T18:41:08Z | python | 2020-06-28T10:42:59Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,543 | ["localstack/services/edge.py"] | DynamoDB streams describe-streams returns ResourceNotFoundException | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
DynamoDB streams can be listed using `aws dynamodbstreams list-streams`, but doing `aws dynamodbs... | https://github.com/localstack/localstack/issues/2543 | https://github.com/localstack/localstack/pull/2559 | 4474ae17db342be0a379b3a344fc60638eb4b6dc | b4c478eafdb56f00647e21744f8e9c0aa8e11a43 | 2020-06-10T21:42:42Z | python | 2020-06-14T18:16:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,535 | ["localstack/config.py", "localstack/services/awslambda/lambda_api.py", "localstack/services/generic_proxy.py", "localstack/services/s3/s3_listener.py", "localstack/utils/common.py", "localstack/utils/http_utils.py", "localstack/utils/server/http2_server.py", "tests/unit/test_misc.py"] | listObjects returns empty list when request come from php aws s3Client (regression bug) | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
# Detailed description
have aws s3 localstack in docker-compose declared as:
```
version: "3"
services:
...
localstack:
image... | https://github.com/localstack/localstack/issues/2535 | https://github.com/localstack/localstack/pull/2537 | 59bf9ec61d2bdad919b7117f961f561a2c499980 | 6a380e5580d9fe6c14f0b328141c5b140b0bee2f | 2020-06-09T12:08:35Z | python | 2020-06-10T00:53:00Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,506 | ["localstack/services/edge.py", "localstack/services/s3/s3_listener.py", "localstack/utils/common.py"] | HEAD request is not properly forwarded to S3 through edge router | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
- [x] bug report
- [ ] feature request
# Detailed description
I get a 404 when I request a file I uploaded via a HEAD request.
This only happens when using ... | https://github.com/localstack/localstack/issues/2506 | https://github.com/localstack/localstack/pull/2508 | a105b36b15f98d8fd102c2520d789ecba7284529 | 3187a303cb39b67cf7f3f41dca58f5549aebca0a | 2020-06-03T22:04:27Z | python | 2020-06-04T07:30:52Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,488 | ["localstack/services/apigateway/apigateway_listener.py"] | ApiGateway doesn't honor api-key-required flag on methods | # Type of request: This is a ...
[x ] bug report
[ ] feature request
# Detailed description
When creating a method that requires an api key, it is not enforced by the mock service.
...
## Expected behavior
Only valid api keys allowed through
...
## Actual behavior
No checking of api keys.
...
... | https://github.com/localstack/localstack/issues/2488 | https://github.com/localstack/localstack/pull/2785 | 8b8b4288e149e9e64f9ff104ffd762c2d4cb2c6d | 409728b98e0e7b241cb76ce9ee51d946de30fe62 | 2020-05-31T20:18:30Z | python | 2020-07-28T22:48:08Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,485 | ["localstack/utils/common.py"] | Can't get custom SSL certificate to work | # Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
I try to configure SSL to work with a certificate bundle from my CA.
Here's an excerpt from my `docker-compose.yml`
```
localstack:
image: localstack/localstack
ports:
- 4566:4566
- "${PORT_WEB_UI-8080}:... | https://github.com/localstack/localstack/issues/2485 | https://github.com/localstack/localstack/pull/3749 | 1d9587525b23d262c76fe9ac4411b23eca5cf6cf | d71f99a7d4476d4b5ca6f0527935f1af0c3ba665 | 2020-05-31T16:44:18Z | python | 2021-03-20T14:57:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,478 | ["localstack/services/edge.py"] | Unable to find forwarding rule for host - SQS | # Type of request: This is a ...
[x ] bug report
[ ] feature request
# Detailed description
When attempting to run in a Docker environment with Spring Cloud AWS Messaging - getting a 404 on the application side and `INFO:localstack.services.edge: Unable to find forwarding rule for host "awslocal:4566", path "/", targe... | https://github.com/localstack/localstack/issues/2478 | https://github.com/localstack/localstack/pull/2489 | c57e55e7a6876d507d411198d59f4bc476d7a198 | c807267c9305afcd85b56afcf83b13c212fb627a | 2020-05-30T01:11:02Z | python | 2020-06-01T08:13:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,472 | ["localstack/config.py", "localstack/services/awslambda/lambda_executors.py"] | Windows Pathing Issue with Volume Sharing Lambdas | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
When `mountCode: true` for a serverless.yml deployment to localstack on Windows, Localstack mounts ... | https://github.com/localstack/localstack/issues/2472 | https://github.com/localstack/localstack/pull/2474 | 1a184c006ed3d0110a56f0b9a51106776494a7bc | 34daf13e8f0c883eceb3ae3f83a6ab20e8fc9460 | 2020-05-28T17:18:49Z | python | 2020-05-30T08:35:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,464 | ["localstack/services/edge.py", "tests/integration/test_edge.py", "tests/unit/test_edge.py"] | Edge Router doesn't handle S3 Presigned URL POSTs properly | # Bug Report
# Detailed description
This is a similar issue to #2329, specific to [S3 Presigned URLs](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html). Using the edge router port (`:4566`), it is possible to use `generate_presigned_post`, but attempting to use the resultant URL ... | https://github.com/localstack/localstack/issues/2464 | https://github.com/localstack/localstack/pull/2499 | cecbb6aa7b0beca607364c49c01ae73c5a4d8301 | 8ca55b79899b1685b7d4f167ac5714bcdd98823b | 2020-05-27T20:14:37Z | python | 2020-06-02T20:48:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,442 | ["localstack/services/edge.py", "tests/integration/test_edge.py"] | S3: POST/PUT to bucket URLs don't route correctly on port 4566 | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
We noticed this while converting a service to use Localstack for tests. The service generates S3 ... | https://github.com/localstack/localstack/issues/2442 | https://github.com/localstack/localstack/pull/2487 | 1f725599e2fb2a0c7cbd0fb9fc8a740a0b49250b | c57e55e7a6876d507d411198d59f4bc476d7a198 | 2020-05-20T13:45:53Z | python | 2020-05-31T18:51:26Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,436 | ["Dockerfile", "localstack/services/edge.py", "localstack/utils/common.py"] | Best way to connect the different services and to access the dashboard when using single edge port | I'm trying to use below AWS services using docker-compose which looks like below:
version: '2.1'
```
services:
localstack:
container_name: localstack-main
image: localstack/localstack
ports:
- "4566-4599:4566-4599"
- "9000:9000"
environment:
- SERVICES=sns,sqs,iam,sts o... | https://github.com/localstack/localstack/issues/2436 | https://github.com/localstack/localstack/pull/2504 | b71860abc1c13f4e95c7501962d67ef63b8f17d6 | a105b36b15f98d8fd102c2520d789ecba7284529 | 2020-05-18T20:05:45Z | python | 2020-06-03T18:17:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,432 | ["localstack/services/sns/sns_listener.py", "tests/integration/test_sns.py", "tests/unit/test_sns.py"] | Binary MessageAttribute is corrupted when routed to SQS Queue | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x ] bug report
# Detailed description
When a message gets posted directly to SQS Queue, then Listener is able to read payload as well as deserialize binary mes... | https://github.com/localstack/localstack/issues/2432 | https://github.com/localstack/localstack/pull/2525 | bd777b7702abe49e936cec805a48e0c349d49a16 | 043074eed66737577d246f429cd1383f4744e77d | 2020-05-17T19:08:09Z | python | 2020-06-10T20:17:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,387 | ["README.md", "localstack/utils/common.py"] | USE_SSL=1 breaks cloudwatch logging | [x] bug report
[ ] feature request
# Detailed description
cloudwatch logging doesn't work if USE_SSL is enabled. The problem seems to be in
https://github.com/localstack/localstack/blob/f9d5c1a77088bf65e10d05a298ef7ab61fc64314/localstack/utils/cloudwatch/cloudwatch_util.py#L57
If protocol is https ,the service ... | https://github.com/localstack/localstack/issues/2387 | https://github.com/localstack/localstack/pull/2389 | f9d5c1a77088bf65e10d05a298ef7ab61fc64314 | ae9c131cd1482b01e239dc46541eb19ef4c06ea5 | 2020-05-04T07:21:47Z | python | 2020-05-04T21:56:26Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,375 | ["setup.cfg"] | `generic_proxy.py`'s `Connection` header handling should be case insensitive | # Type of request:
- [x] bug report
- [ ] feature request
# Detailed description
In `0.10.8`, `localstack/services/generic_proxy.py` has regressed with respect to `Connection` header handling. HTTP headers are expected to be [case insensitive](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2).
... | https://github.com/localstack/localstack/issues/2375 | https://github.com/localstack/localstack/pull/5954 | d12d037398ec8c1db26be15ac60e481579397e36 | 01cb58478ee3a2329b86b0d88fbb12695ce1c3a6 | 2020-04-30T20:16:17Z | python | 2022-04-29T09:18:38Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,359 | ["localstack/services/events/events_listener.py", "tests/integration/test_events.py"] | Cloudformation doesn't create Cloudwatch event rule | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[ ] bug report
[x] feature request
# Detailed description
Deploying a Cloudformation stack with a `Type: AWS::Events::Rule` resource doesn't deploy the rul... | https://github.com/localstack/localstack/issues/2359 | https://github.com/localstack/localstack/pull/2494 | 88bebe1c0186a639eeece8702711035ec4332c08 | c30756ab111599dc9aa764b7d7eb2f067690d2f5 | 2020-04-27T11:08:27Z | python | 2020-06-01T17:04:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,346 | [".travis.yml", "Makefile"] | Unit test coverage not happening | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[X ] bug report
[ ] feature request
# Detailed description
Created some of the test cases under https://github.com/localstack/localstack/blob/master/tests/... | https://github.com/localstack/localstack/issues/2346 | https://github.com/localstack/localstack/pull/2353 | 1aa5d5241846f94801f7aa7b6b4c52306d649078 | 0f3b8cdcf3c04cc498ecaa3040ceb66337a48f95 | 2020-04-24T05:27:05Z | python | 2020-04-25T14:51:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,340 | ["localstack/services/ec2/ec2_starter.py", "localstack/services/s3/s3_listener.py"] | Error terraform destroy vpc module using localstack | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Hi, I try to run some test with localstack to test my module terraform VPC and the terraform appl... | https://github.com/localstack/localstack/issues/2340 | https://github.com/localstack/localstack/pull/2484 | 73683ac5d3ac64175620f682bd0a9f15a402ee11 | 1f725599e2fb2a0c7cbd0fb9fc8a740a0b49250b | 2020-04-22T21:57:47Z | python | 2020-05-31T12:56:18Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,329 | ["localstack/services/edge.py", "tests/integration/test_lambda.py", "tests/unit/test_sns.py"] | s3.upload returns `Location: http://localhost:4566` | # Bug report
# Detailed description
The `AWS.s3.upload()` (official SDK - https://github.com/aws/aws-sdk-js) returns an object with the `Location` key that points to 4566 instead of 4572 (LocalStack S3 port).
## Expected behavior
The `Location` should point to the file on S3.
Example:
```
Location: h... | https://github.com/localstack/localstack/issues/2329 | https://github.com/localstack/localstack/pull/2332 | 8433682f8ad29dc23a5e909cb229d0cb033beeaa | df8a1c0fc8cb4beecf824ff59274bb06540278a1 | 2020-04-21T12:41:05Z | python | 2020-04-22T17:03:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,285 | [".travis.yml", "localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "tests/integration/lambdas/dotnetcore31/dotnetcore31.sln", "tests/integration/lambdas/dotnetcore31/dotnetcore31.zip", "tests/integration/lambdas/dotnetcore31/src/dotnetcore31/Function.cs", "tests/integrat... | Initial stack deployment fails on Update Stack | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Using the serverless-local plugin, I cannot get the stack to deploy to the localstack environment a... | https://github.com/localstack/localstack/issues/2285 | https://github.com/localstack/localstack/pull/2366 | ae9c131cd1482b01e239dc46541eb19ef4c06ea5 | 745648a34ac1f0ea7ccf125e73de8819f7874137 | 2020-04-11T18:41:26Z | python | 2020-05-04T23:32:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,272 | ["localstack/utils/bootstrap.py", "tests/unit/test_misc.py"] | Localstack start - duplicate -p 8080:8080, results in error | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Localstack docker run command contains `-p 8080:8080` twice, which results in an error. When runn... | https://github.com/localstack/localstack/issues/2272 | https://github.com/localstack/localstack/pull/2280 | ec598b0d5b303d4d9d2f4f433871fa79cbeefd57 | 651f87eb51c36f7e58b421acf8e9966a8932feb1 | 2020-04-08T21:50:08Z | python | 2020-04-11T00:17:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,242 | ["localstack/services/es/es_api.py", "tests/integration/test_elasticsearch.py"] | elastic search domain only 7.1? | It seems that --elasticsearch-version is not use. | https://github.com/localstack/localstack/issues/2242 | https://github.com/localstack/localstack/pull/2264 | f9ab90292d20eebb5d14198baf3b9a223c21d6f8 | db74cdde6b7c521a63087341db6e07959024db8e | 2020-04-02T17:45:04Z | python | 2020-04-07T21:49:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,231 | [".dockerignore", "localstack/services/iam/iam_listener.py", "tests/integration/test_iam.py"] | [IAM] AmazonIdentityManagement with null message is thrown instead of EntityAlreadyExistsException | # Type of request: This is a ...
[X] bug report
# Detailed description
`EntityAlreadyExistsException` is not thrown correctly when creating IAM objects that are already present. `AmazonIdentityManagementException` with a null message is thrown instead
## Expected behavior
Localstack should throw `EntityAlrea... | https://github.com/localstack/localstack/issues/2231 | https://github.com/localstack/localstack/pull/2316 | 28d3b76087979229f586911423307e6fd8995f19 | a7a669fa96685def97cdfdc69f1a5695fc8b1af0 | 2020-04-01T18:58:19Z | python | 2020-04-19T00:20:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,206 | ["bin/supervisord.conf"] | Can't run latest localstack in docker as non-root user | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a bug report
# Detailed description
Cannot run localstack in docker with non-root user using latest docker image (0.10.9).
Supervisor doesn't allow non-root to sw... | https://github.com/localstack/localstack/issues/2206 | https://github.com/localstack/localstack/pull/2214 | 12279ee6f625310e5d078b47c21ea4a645722659 | 95127963f122359ca5b2e2cb770cda4f92189dcc | 2020-03-27T11:52:24Z | python | 2020-03-29T01:08:02Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,178 | [".github/ISSUE_TEMPLATE.md", "README.md", "localstack/services/cloudformation/cloudformation_listener.py", "localstack/utils/cloudformation/template_deployer.py"] | CloudFormation - CreationTime is now supported in moto | Originally reported in https://github.com/localstack/localstack/issues/2099, the CreationTime for CF stacks was hardcoded. This was fixed in in LocalStack itself (https://github.com/localstack/localstack/pull/2103), but is now also fixed in moto (https://github.com/spulec/moto/pull/2818).
I don't know what version o... | https://github.com/localstack/localstack/issues/2178 | https://github.com/localstack/localstack/pull/2182 | d4ddb08a3353e0cdf6e5cd84dc80d2c4acb97e54 | 770d11597da58394799819041f1af1612710c008 | 2020-03-20T07:24:56Z | python | 2020-03-21T14:28:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,177 | [".github/workflows/asf-updates.yml"] | Can't create domain in ES service | I am getting An error occurred (406) when calling the CreateElasticsearchDomain operation:
Here are the logs
```
Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=http://localhost:9200/2015-01-01/es/domain, headers={‘Content-Length’: ‘208’, ‘Authorization’: ‘AWS4-HMAC-SHA256 Credential=A... | https://github.com/localstack/localstack/issues/2177 | https://github.com/localstack/localstack/pull/10178 | 75042c5c7feb0a3eafa2beea6cc30471e2b527a0 | 75db5a92d9f0264ace027bef216b3d0aeaeaf285 | 2020-03-20T04:33:07Z | python | 2024-02-06T07:43:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 2,124 | ["README.md", "localstack/services/cloudformation/cloudformation_starter.py", "localstack/services/s3/s3_starter.py", "tests/integration/test_s3.py"] | Integrate S3 startup into multiserver.py | In [this PR](https://github.com/localstack/localstack/pull/1200/files) we introduced a new way of starting S3 in a separate process.
In the meantime, the service startup has been significantly reworked, and it seems that we can integrate the S3 starter into the [`multiserver.py`](https://github.com/localstack/locals... | https://github.com/localstack/localstack/issues/2124 | https://github.com/localstack/localstack/pull/2132 | 230b7e0d62659d40882f9eedd738dc341f4ce047 | a341fa7b7a35788cc3e3c6ddeb52bb8256c01df0 | 2020-03-04T12:55:26Z | python | 2020-03-05T22:20:46Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.