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 | 8,471 | ["localstack/services/sqs/models.py", "localstack/services/sqs/provider.py", "localstack/services/sqs/utils.py", "localstack/testing/snapshots/transformer_utility.py", "tests/aws/services/sqs/test_sqs_move_task.py", "tests/aws/services/sqs/test_sqs_move_task.snapshot.json", "tests/aws/services/sqs/test_sqs_move_task.va... | Enhancement request: Support AWS SQS's newly announced "SQS Dead-Letter Queue Redrive via AWS SDK or CLI" | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Enhancement description
On June 8, 2023, Amazon just announced `support for dead-letter queue redrive via AWS SDK or CLI`
The SDK introduces three new 'tasks' that can be performed against an SQS dead letter queue:
* `St... | https://github.com/localstack/localstack/issues/8471 | https://github.com/localstack/localstack/pull/9988 | 0c01be0932d34e09b2127927bca6a3ccc3c099b6 | e4aa388fcf632a86e098147f4739d295f4d09aef | 2023-06-09T17:12:25Z | python | 2024-01-05T08:36:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,459 | ["localstack/services/awslambda/packages.py"] | bug: Lambda execution doesn't work with Golang binary lambdas: <title> | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Running `awslocal lambda invoke --function-name "localStage-mediaStack-backfillGetFunction91FAA-b70d6394" "manual_ test_output.json"` even a single time causes localstack to continuously try and fail to run ... | https://github.com/localstack/localstack/issues/8459 | https://github.com/localstack/localstack/pull/8679 | 0ff2710cd9ea929395fb5e3cb48039b92e3a7c35 | 5df0f4a3077804ca8c31cb857478f0c1cd40d3bd | 2023-06-07T16:59:40Z | python | 2023-07-12T08:26:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,444 | ["localstack/services/events/provider.py", "localstack/services/s3/notifications.py", "localstack/services/s3/provider.py", "tests/integration/s3/test_s3_notifications_eventbridge.py", "tests/integration/s3/test_s3_notifications_eventbridge.snapshot.json", "tests/integration/s3/test_s3_notifications_sqs.py", "tests/int... | enhancement request: support for s3:ObjectRestore:* bucket notifications | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Enhancement description
Currently, I'm using Localstack to test locally a lambda function that takes s3`ObjectRestore:Completed` notifications as inputs and it would be really great to have support for these events.
I know that... | https://github.com/localstack/localstack/issues/8444 | https://github.com/localstack/localstack/pull/8690 | 0d58ab5f8f5ad7b448d644bba289b8d1930e29e8 | 3b81d4bcd038f3b03e67142e3c6579cb725ce121 | 2023-06-05T19:53:10Z | python | 2023-07-17T11:31:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,441 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: [SNS] wrong keys on message attributes passed to SQS | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When passed to SQS, keys of the messages attributes on SNS are renamed from StringValue to Value and DataType to Type.
### Expected Behavior
The keys should not be renamed
### How are you starting LocalStack?
... | https://github.com/localstack/localstack/issues/8441 | https://github.com/localstack/localstack/pull/8458 | 3a590c023ce2d00df9b823d7a95956ecab90eae6 | 710f950c0b57d66b5e8524e2099c0e766650cef5 | 2023-06-05T15:45:50Z | python | 2023-06-10T13:36:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,422 | ["localstack/services/s3/utils.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Localstack S3 Allows put-object and get-object on KMS encrypted objects after the KMS Key is Disabled | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
LocalStack does not validate the KMS key when do S3 ops `put-object` or `get-object` even configured required environment variables:
```
environment:
- PROVIDER_OVERRIDE_S3=asf
- S3_SKIP_KMS_KEY_VA... | https://github.com/localstack/localstack/issues/8422 | https://github.com/localstack/localstack/pull/8423 | bea357fc954da7a7515899db44e6f770f04d2b99 | c9f5b49d7e2231a5a43b471a500269fdebe8b5ce | 2023-06-01T20:37:52Z | python | 2023-06-06T19:31:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,415 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: impossible to create/update signatureversion on SNS (Terraform / CDKTF) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am using Terraform (via CDKTF) to create SNS Topics, explicitely stating that I want to use SignatureVersion 2:
```ts
const myTopic = new SnsTopic(this, 'topic', {
name: 'myTopic',
signatureVersion... | https://github.com/localstack/localstack/issues/8415 | https://github.com/localstack/localstack/pull/8458 | 3a590c023ce2d00df9b823d7a95956ecab90eae6 | 710f950c0b57d66b5e8524e2099c0e766650cef5 | 2023-06-01T12:40:51Z | python | 2023-06-10T13:36:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,397 | ["localstack/services/sqs/constants.py", "tests/integration/test_sqs.py", "tests/integration/test_sqs.snapshot.json"] | Unable to change ContentBasedDeduplication attribute on existing queue | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If I create a queue and try to change its `ContentDeduplication` attribute, I see this error:
` An error occurred (InvalidAttributeName) when calling the SetQueueAttributes operation: Unknown Attribute Co... | https://github.com/localstack/localstack/issues/8397 | https://github.com/localstack/localstack/pull/8398 | e1918aa25bf1538e717972cd7e1a9b241224effe | c7dd47905e4058d5b9b952919d78c1db2721d9b3 | 2023-05-30T18:07:08Z | python | 2023-05-31T11:40:35Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,392 | ["localstack/aws/api/s3/__init__.py", "localstack/aws/spec-patches.json", "localstack/services/s3/provider.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Complete multipart upload for non-existing uploads does not produce the NoSuchUpload error code. | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The Complete Multipart Upload operation generates the **InternalError** error for non-existing uploads.
### Expected Behavior
The Complete Multipart Upload operation generates the **NoSuchUpload** erro... | https://github.com/localstack/localstack/issues/8392 | https://github.com/localstack/localstack/pull/8396 | 32835d80c33373d3a9537a57ff29bd80caac22eb | e1918aa25bf1538e717972cd7e1a9b241224effe | 2023-05-30T02:23:28Z | python | 2023-05-31T11:40:05Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,380 | ["localstack/aws/accounts.py"] | Need ability to silence production creds warning, or support TEST_AWS_ACCOUNT_ID | Please either support the (single account) TEST_AWS_ACCOUNT_ID overrride that was removed from v2, or provide a way to silence the production creds warning that was added in v2.
In v1, my localstack init/ready.d scripts created resources using the default 0 id, my client services used genuine test accounts, and my l... | https://github.com/localstack/localstack/issues/8380 | https://github.com/localstack/localstack/pull/8530 | 50520994d622db11556bb53f1593022224744086 | de2629de33cb7a87d8735e7e2483db4b0ac398b1 | 2023-05-26T19:57:15Z | python | 2023-07-17T14:30:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,325 | ["localstack/aws/api/s3/__init__.py", "localstack/aws/spec-patches.json", "tests/integration/s3/test_s3.py"] | bug: S3 bucket owner's name is too long for the API to read. A null exception raised. | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Bucket.getOwner() in the Java API is not able to parse the new size of the owner's name. A null pointer exception is raised.
### Expected Behavior
You should see an object of the `Owner` in the Java in versio... | https://github.com/localstack/localstack/issues/8325 | https://github.com/localstack/localstack/pull/8329 | b21527051837e2d36ecaf31af137268dbffdee17 | 8f434320d95e9b43b1320c5db04964c03c442746 | 2023-05-17T09:16:37Z | python | 2023-05-18T12:54:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,261 | ["localstack/services/events/provider.py", "tests/integration/test_events.py", "tests/integration/test_events.snapshot.json"] | bug: events.PutEvents fails with custom bus name using boto3 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The LocalStack Docker image >=2.0.0 throws a 500 `InternalError` when calling the `events.PutEvents` operation via boto3 **with a custom event bus name** (i.e. the event bus name is not `default`).
(docke... | https://github.com/localstack/localstack/issues/8261 | https://github.com/localstack/localstack/pull/8264 | 82cec4825da24b5fb062f6e05b4bed12a097f4a4 | 0e8a7be2998590a283edfd501119585f971251a9 | 2023-05-05T06:28:16Z | python | 2023-05-12T20:43:49Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,219 | ["localstack/services/awslambda/invocation/lambda_models.py", "localstack/testing/pytest/fixtures.py", "tests/integration/awslambda/conftest.py", "tests/integration/awslambda/test_lambda.py", "tests/integration/awslambda/test_lambda.snapshot.json", "tests/integration/awslambda/test_lambda_api.py", "tests/integration/aw... | enhancement request: Support Java 17 Lambda runtime | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Enhancement description
AWS Lambda recently added support for Java 17 as managed runtime:
https://aws.amazon.com/about-aws/whats-new/2023/04/aws-lambda-java-17/
### 🧑💻 Implementation
_No response_
### Anything else?
_N... | https://github.com/localstack/localstack/issues/8219 | https://github.com/localstack/localstack/pull/8237 | 8c9f822ecf8547f27831cda454ff804beeae631e | 6859db92e1a67eb7d084d0ab974760c48c8e8829 | 2023-04-28T07:41:41Z | python | 2023-05-03T10:35:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,213 | ["localstack/services/lambda_/urlrouter.py", "tests/aws/services/lambda_/functions/lambda_echo_json_body.py", "tests/aws/services/lambda_/test_lambda.py", "tests/aws/services/lambda_/test_lambda.validation.json"] | Invoking a lambda using a function url always returns 200 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Given the following javascript lambda function
```javascript
exports.main = async (event) => {
console.log('Hello World');
return {
statusCode: '302',
body: {},
headers: {
Location: '... | https://github.com/localstack/localstack/issues/8213 | https://github.com/localstack/localstack/pull/10170 | 8a9845db38bdbdbf7a3da3c088564b697e655f95 | 1515848b7b6044991f32e1db151160f782d0c2c7 | 2023-04-27T10:18:22Z | python | 2024-02-06T13:31:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,183 | ["tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: S3 (AccessDenied) while trying to remove the file from the versioned bucket with legal hold locking enabled | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
1. Create a bucket with object locking enabled.
2. Enable versioning in this bucket.
3. Upload file with **key**. Received **version1** for this file.
4. Put a legal hold lock on the file ( **key** - **... | https://github.com/localstack/localstack/issues/8183 | https://github.com/localstack/localstack/pull/8291 | 4b7a6f2378ebe943dea58395d692db305232380b | 8af4f8f77192583df0d4ad3c61ecf83bb6ad1007 | 2023-04-23T07:24:43Z | python | 2023-05-22T12:33:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,178 | ["localstack/cli/localstack.py", "localstack/utils/diagnose.py", "tests/integration/awslambda/conftest.py", "tests/integration/awslambda/test_lambda.py", "tests/integration/awslambda/test_lambda_runtimes.py", "tests/integration/awslambda/test_lambda_runtimes.snapshot.json"] | bug: localstack update all pulls non-existing and deprecated images | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
`localstack update all` pulls:
#### non-existent image
```
ERROR: '['docker', 'pull', 'public.ecr.aws/lambda/python:3.9-rapid-x86_64']': exit code 1; output:
b'Error response from daemon: manifest for publ... | https://github.com/localstack/localstack/issues/8178 | https://github.com/localstack/localstack/pull/8780 | 651f60c656896e6d4256323ed8b8525ed6098888 | 14e8b21bbcc8a32cd25e133552f2a97f13740b77 | 2023-04-21T09:39:52Z | python | 2023-08-01T16:00:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,174 | ["localstack/services/s3/utils.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: S3 returns PutObject => 404 (NoSuchKey) when creating a folder with special character | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When trying to create a folder with special characters ( e.g. a@a ) S3 will return 404 (NoSuchKey) error.
what is interesting that the folder will actually be created eventually
` <ListBucketResult>
<IsTrunc... | https://github.com/localstack/localstack/issues/8174 | https://github.com/localstack/localstack/pull/8470 | 3d8dd50a14d3d2b8ebef3a4dd0e8a0fb7c1fa6c4 | b7e9ac8b4970602d9588bfe02e73bba037bfab8a | 2023-04-20T13:32:02Z | python | 2023-07-03T13:47:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,172 | ["tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: s3 copy-object fails and does not generate a checksum | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
In localstack, copying an s3 object in place and requesting a checksum causes an error
An error occurred (InvalidRequest) when calling the CopyObject operation: This copy request is illegal because it is ... | https://github.com/localstack/localstack/issues/8172 | https://github.com/localstack/localstack/pull/8216 | c62d8123d2eb3c12f411e6486fc1cf1d32c599b9 | 4b7a6f2378ebe943dea58395d692db305232380b | 2023-04-19T17:18:09Z | python | 2023-05-22T10:54:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,139 | ["localstack/http/client.py", "localstack/services/s3/virtual_host.py", "tests/integration/s3/test_s3.py"] | bug: S3 automatically decodes gzip requests (it should leave that to the client) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am storing a gzipped file in an S3 bucket. When retrieving the contents, I expect to have to decode the response. However, once I updated to `2.0.1` I am finding that the response already has the gzipped content... | https://github.com/localstack/localstack/issues/8139 | https://github.com/localstack/localstack/pull/8148 | f9a4b6344814254ce3adaf91d807ff265c0472a1 | 6c31ed2e5cb42d282bc3eaa657bf3ecd71767cd6 | 2023-04-13T21:48:09Z | python | 2023-04-17T21:52:36Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,092 | ["localstack/services/opensearch/provider.py"] | bug: pod save/restore of elastic search domain fails to restart ES (2.0.1dev) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Create an ElasticSearch domain. Run pod save. Restart LocalStack. Run pod restore. Domain still exists in config, but the ES software isn't downloaded/installed/started.
### Expected Behavior
T... | https://github.com/localstack/localstack/issues/8092 | https://github.com/localstack/localstack/pull/9555 | 016d57bf2647e97eb94e63c46b2f4e0de18a171b | f3092183524957979129e69d9ef5d81608630ea2 | 2023-04-06T22:27:53Z | python | 2023-11-06T10:08:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,090 | ["localstack/aws/protocol/service_router.py", "tests/unit/aws/test_service_router.py"] | bug: 'pictures' a reserved word for an S3 bucket name? | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I created an S3 bucket with the name `pictures`. Each time I tried to write to it, I would get a CORS error.
I used the same code as I used for another bucket which was working fine (`originaluploads`). I even... | https://github.com/localstack/localstack/issues/8090 | https://github.com/localstack/localstack/pull/8091 | 0ea6706d43f9dac69cf1a2c51c99a95a807164a4 | cd5791504c0de9ca0aefe07d9e72b06081f5a6c6 | 2023-04-06T13:40:26Z | python | 2023-04-06T20:15:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,089 | ["localstack/services/transcribe/provider.py"] | bug: Transcribe does not store output in designated S3 bucket | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When a transcription job is scheduled I specify `OutputBucketName` and `OutputKey` to store the transcription, when the transcription job is complete, I check if output transcription is put there. Unfortunat... | https://github.com/localstack/localstack/issues/8089 | https://github.com/localstack/localstack/pull/8612 | c758aaee70d30e62d655e249bdb0d9678840ccaf | 88d3eb91c4b831f04c2ec600a4a8ba6d93c0a211 | 2023-04-06T10:11:53Z | python | 2023-07-04T14:56:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,083 | ["localstack/services/kms/provider.py", "tests/integration/test_kms.py", "tests/integration/test_kms.snapshot.json"] | bug: KMS keys has no check on the plaintext size to encrypt | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Localstack KMS allows plaintext data larger than the maximum size allowed by the key specs to be encrypted, which is different from AWS KMS. This results in inconsistent behavior between Localstack and AWS.
### E... | https://github.com/localstack/localstack/issues/8083 | https://github.com/localstack/localstack/pull/8113 | b2cc972824d9c77ea15364908650568ad1070b31 | 9debbcc15c83727a560c78f336b0cc44dc516cec | 2023-04-05T22:42:42Z | python | 2023-04-12T06:47:17Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,073 | ["localstack/services/s3/provider.py"] | bug: Cannot connect to S3 using v2.x Docker container inside GitLab Runner | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
No matter what I do I cannot seem to connect to LocalStack v2.x inside of a GitLab container.
Locally, this works `http://s3.localhost.localstack.cloud:4566` using the same container without having to set path ... | https://github.com/localstack/localstack/issues/8073 | https://github.com/localstack/localstack/pull/8082 | d80b76a0de459fe728a175dce664c5bcc93c6a60 | ae1dfbf9a57871cb089c26f8c8d2e24fcd567fc2 | 2023-04-05T00:12:04Z | python | 2023-04-05T17:01:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,072 | ["localstack/services/s3/provider.py"] | bug: pod save fails when large lambdas are uploaded. (2.1.1.dev) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Localstack prints a python stack error when attempting to save a large lambda (>1G) via "pod save". It references S3, but that is a red-herring. Once this error is encountered, the pod save exits leaving ... | https://github.com/localstack/localstack/issues/8072 | https://github.com/localstack/localstack/pull/8699 | 102d7bda5f10b3542ef3355f4734cea2d0578cb8 | 2984115cf3c7c6f1a87e54864d67f19be92e980e | 2023-04-05T00:06:33Z | python | 2023-07-14T11:57:45Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,044 | ["localstack/services/transcribe/provider.py", "localstack/testing/pytest/fixtures.py"] | bug: Transcribe StartTranscriptionJobResponse does not contain TranscriptionJob object | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When starting the transcription job in response job object is null:
<img width="1154" alt="Screenshot 2023-04-03 at 09 21 09" src="https://user-images.githubusercontent.com/454412/229447066-1671f811-da49-478d-b... | https://github.com/localstack/localstack/issues/8044 | https://github.com/localstack/localstack/pull/8059 | 81f96fda4f5889181d024c3596e1c4f3f8853782 | 3d1195139c382833bc49d45230d3cb040b6d9c17 | 2023-04-03T07:58:10Z | python | 2023-04-04T08:22:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,034 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: Internal exception after publishing to sns topic that has a http subscription endpoint - TypeError: object supporting the buffer API required | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Im using localstack via a local minikube cluster using the helm charts:
https://github.com/localstack/helm-charts
Ive set up the following topic and endpoint:
```bash
awslocal sns create-topic --... | https://github.com/localstack/localstack/issues/8034 | https://github.com/localstack/localstack/pull/8055 | b216d67206d2671869ce06d98441520d9c860892 | e1b80232a5aa08f5ccc2b3f7c0950297bbe498f1 | 2023-04-01T01:35:09Z | python | 2023-04-04T17:58:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,030 | ["localstack/aws/api/s3/__init__.py", "localstack/aws/protocol/serializer.py", "localstack/aws/spec-patches.json", "localstack/services/s3/provider.py"] | bug: CreateMultipartUpload should return InitiateMultipartUploadResult element | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Initiating a multipart S3 upload to LocalStack returns an XML document with a root element CreateMultipartUploadOutput. This causes an error in the ex_aws_s3 library I'm using. We've used the combination of LocalS... | https://github.com/localstack/localstack/issues/8030 | https://github.com/localstack/localstack/pull/8037 | 5c99dde9ce932e58cdbff55dd15c5341de57e23e | 8f196a0fd079ca5e3523dcfb518bf6cbb0600cba | 2023-03-31T20:20:16Z | python | 2023-04-03T09:03:17Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 8,002 | ["localstack/aws/protocol/serializer.py", "tests/integration/test_sqs.py"] | bug: " when sending replaced by quotes when receiving | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Sending a message with body:
`""""`
is received on the consumer side with body:
`""""`
### Expected Behavior
Sending a message with body:
""""
is received on the consumer side ... | https://github.com/localstack/localstack/issues/8002 | https://github.com/localstack/localstack/pull/8180 | 65e08f6786c797ece211371fbef125a6323a8672 | eff7f2c7c5bffcde65c1c91529749a22e80e48b3 | 2023-03-29T12:28:24Z | python | 2023-04-21T12:49:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,993 | ["localstack/config.py", "localstack/services/stores.py", "tests/integration/test_stores.py", "tests/unit/test_stores.py"] | feature request: Let us use custom regions again | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
I prefer not to use the real regions when doing tests or local stuff to make sure that if it accidentally picks up real credentials, it won't actually create or interact with resources in AWS. This used to work... | https://github.com/localstack/localstack/issues/7993 | https://github.com/localstack/localstack/pull/7997 | 6dd1c414a817cf599e8af1d2bfd72d7e8120d1ab | cb50656ebe461cab201411eeb8c26338b51533ba | 2023-03-28T18:28:07Z | python | 2023-03-29T15:14:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,975 | ["localstack/services/apigateway/provider.py", "tests/integration/apigateway/test_apigateway_api.py", "tests/integration/apigateway/test_apigateway_api.snapshot.json"] | bug: latest image on docker hub still fails to stand up | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When trying to run chalice on localstack on the latest image I was having the same problem as in this issue https://github.com/localstack/localstack/issues/7964. After the update the problem changed to this one:
... | https://github.com/localstack/localstack/issues/7975 | https://github.com/localstack/localstack/pull/8068 | cf32f3d4726a43e3db8beb56c82e88ba1e444045 | 0aee30863d5e5b04ec8951f554071aca3812c405 | 2023-03-27T09:45:16Z | python | 2023-04-04T17:46:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,935 | ["localstack/services/sns/constants.py", "localstack/services/sns/models.py", "localstack/services/sns/provider.py", "localstack/services/sns/publisher.py", "tests/integration/test_sns.py"] | feature request: expose endpoint to retrieve SMS messages delivered via SNS | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
SNS allows for the publishing of messages to an SMS destination with a phone number. Those messages are logged and stored in the `SnsStore`, but there is no way to retrieve them for verification. The request he... | https://github.com/localstack/localstack/issues/7935 | https://github.com/localstack/localstack/pull/8667 | 2984115cf3c7c6f1a87e54864d67f19be92e980e | 015e39e99e7ba4cc9fd59c20b233aa41eb9a4c79 | 2023-03-22T23:26:27Z | python | 2023-07-14T13:42:45Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,934 | ["localstack/services/iam/provider.py", "localstack/testing/snapshots/transformer_utility.py", "tests/integration/cloudformation/resources/test_iam.snapshot.json", "tests/integration/cloudformation/resources/test_sam.snapshot.json", "tests/integration/test_iam.py", "tests/integration/test_iam.snapshot.json"] | bug: key error causes internal server exception rather than failing gracefully | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
First [reported here](https://stackoverflow.com/questions/73934496/localstack-creating-stack-from-cloudformation-file-which-refer-to-some-existin), I've reproduced it but using terraform: when you try to att... | https://github.com/localstack/localstack/issues/7934 | https://github.com/localstack/localstack/pull/8615 | 9fb6be13b92050d4fb643c5caa01d64017565a94 | 0ff2710cd9ea929395fb5e3cb48039b92e3a7c35 | 2023-03-22T22:56:00Z | python | 2023-07-12T08:05:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,902 | ["localstack/services/ses/provider.py", "tests/integration/test_ses.py"] | bug: Incorrect email count from SES:GetSendQuota after using SES:SendRawEmail | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The email count returned from SES:GetSendQuota is double the expected count after using the SES:SendRawEmail e.g. returns 2 instead of 1 when sending an email to 1 recipient.
Issue not present when using SES:... | https://github.com/localstack/localstack/issues/7902 | https://github.com/localstack/localstack/pull/7919 | b4e4c5d1b3d023d054cfe18154f4070078d0fe34 | 6ec56831a87d90ea5e27c489d18b9e40690faabf | 2023-03-18T14:22:15Z | python | 2023-03-23T13:23:43Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,861 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: Topic not found, error message does not match | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Im using AWS SDK v3
We use the `GetTopicAttributesCommand` to validate topic existence (there is not other way to do it), then we check the error code and error message.
When trying to get attributes of a topi... | https://github.com/localstack/localstack/issues/7861 | https://github.com/localstack/localstack/pull/7862 | fd255135a810e7c1bc21e0b3e77ba01cb11386fb | c24a2606f7a8303afab6d185960c20642b563f37 | 2023-03-14T09:27:21Z | python | 2023-03-15T01:04:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,842 | ["localstack/services/apigateway/helpers.py", "localstack/services/apigateway/invocations.py", "localstack/services/apigateway/provider.py", "tests/integration/apigateway/conftest.py", "tests/integration/apigateway/test_apigateway_common.py", "tests/integration/apigateway/test_apigateway_common.snapshot.json", "tests/u... | bug: API Gateway V1 REST requests breaks when path parameter validation is enabled in serverless | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When performing any requests with path parameters with validation enabled the following error message is returned
`GET http://localhost:4566/restapis/<apigw_id>/local/_user_request_/test/world`
returns... | https://github.com/localstack/localstack/issues/7842 | https://github.com/localstack/localstack/pull/7846 | 1dfc637aaa402deeea2bff1b0d0504240ff85d92 | 92dca7dd5928cf5803fe7e0198ed53c7ec450b22 | 2023-03-12T23:38:31Z | python | 2023-03-17T14:07:52Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,782 | ["localstack/services/s3/provider.py", "localstack/services/s3/utils.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Localstack S3 Allows put-object and get-object on KMS encrypted objects after the KMS Key is Disabled | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using localstack, I uploaded an object to a s3 bucket specifying the server side encryption as `aws:kms`, an SSEKMSId, and an SSEKMSEncryption Context. I verified that the object was correctly uploaded with ... | https://github.com/localstack/localstack/issues/7782 | https://github.com/localstack/localstack/pull/7786 | e7f74efec5fd643a76aa867bad736aa3760df2db | 62c2c90860ed4a12c95780f00c09e1a5bd4a6651 | 2023-03-02T16:35:59Z | python | 2023-03-08T11:38:58Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,779 | ["localstack/services/iam/provider.py", "localstack/testing/snapshots/transformer_utility.py", "tests/integration/test_iam.py", "tests/integration/test_iam.snapshot.json"] | bug: Cannot list roles which have permission boundaries attached | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When attempting to list roles where permission boundaries are attached the response cannot be serialized
`aws --endpoint-url=http://localhost:4566 iam list-roles --region ap-southeast-2`
```
An error occurre... | https://github.com/localstack/localstack/issues/7779 | https://github.com/localstack/localstack/pull/8614 | ffd23be6191707fc76f44d366878bc13f31a9fa1 | ac78d6fcf81e97a029ed134d3c063032b8952d86 | 2023-03-02T05:08:25Z | python | 2023-07-05T11:28:45Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,742 | ["localstack/services/opensearch/cluster.py", "tests/integration/test_opensearch.py"] | OpenSearch is not gzipped when Accept-Encoding: gzip is defined | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
In version 1.4.0 OpenSearch is returning invalid responses when specifying gzip encoding. This was working in 1.3.1. The proxied response is not gzip encoded even though the content-encoding response header says i... | https://github.com/localstack/localstack/issues/7742 | https://github.com/localstack/localstack/pull/8628 | 28427b9deedb747fbe0c360a572adaa4c44312a5 | 75ad307397958354c7ca263a802ad287cd89019c | 2023-02-23T20:02:23Z | python | 2023-07-06T05:43:35Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,699 | ["localstack/services/cloudformation/engine/entities.py", "localstack/services/cloudformation/provider.py", "localstack/services/cloudformation/stores.py", "tests/aws/services/cloudformation/api/test_changesets.py", "tests/aws/services/cloudformation/api/test_changesets.snapshot.json", "tests/aws/services/cloudformatio... | bug: cdklocal destroy doesn't remove stack completely | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Running `cdklocal destroy` to destroy a stack and re-running `cdklocal deploy` causes no changes in deployment. Checking with `awslocal cloudformation list-stacks --region ap-southeast-1` leads to:
```
... | https://github.com/localstack/localstack/issues/7699 | https://github.com/localstack/localstack/pull/9748 | c3d24de417faa57a2f525b7aad76b133589141e3 | ec15870db07c0e9f8865159018e871011a08d797 | 2023-02-16T08:08:36Z | python | 2023-12-01T18:53:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,681 | ["localstack/config.py", "localstack/utils/docker_utils.py", "tests/integration/docker_utils/test_docker.py"] | bug: PORTS_CHECK_DOCKER_IMAGE is not configurable which prevents ECS tasks from running on air-gapped environments | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
`PORTS_CHECK_DOCKER_IMAGE` is not configurable which prevents ECS tasks from running on air-gapped environment
### Expected Behavior
`PORTS_CHECK_DOCKER_IMAGE` can be configured via configuration option to a... | https://github.com/localstack/localstack/issues/7681 | https://github.com/localstack/localstack/pull/7690 | 029285d5f6726abdece9948a6efc91daf7bfa00c | f4caa2e82395b992bff2d286f56b7d8b99c51e81 | 2023-02-14T11:37:09Z | python | 2023-02-15T21:44:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,635 | ["localstack/services/awslambda/invocation/docker_runtime_executor.py"] | feature request: PROVIDER_OVERRIDE_LAMBDA=asf, Lambda container prefix | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
We're trying to switch from the old lambda implementation to asf. In the old lambda implementation, when using `LAMBDA_EXECUTOR=docker-reuse`, the lambda container name received a prefix that was equal to... | https://github.com/localstack/localstack/issues/7635 | https://github.com/localstack/localstack/pull/7667 | 8a3ffe8bc3e0508a9fb94a970895005f158e2b3d | 14675b04b772e43578ea6595f944d2e4658ec0ad | 2023-02-07T12:56:16Z | python | 2023-02-14T23:31:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,562 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py"] | bug: SNS FIFO: The request includes MessageGroupId parameter that is not valid for this topic type | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Publishing to fifo topics is generating the error message: `The request includes MessageGroupId parameter that is not valid for this topic type` with 400 status code
The behavior occurs on amazon python a... | https://github.com/localstack/localstack/issues/7562 | https://github.com/localstack/localstack/pull/7564 | 2b114d829290d0480b79f1353dd7234e99a27377 | fb4f5f6016c7e0961da2a8239391ed1fe9f01538 | 2023-01-26T20:38:19Z | python | 2023-01-31T13:53:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,555 | ["localstack/services/s3/provider.py", "localstack/services/s3/provider_stream.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | Localstack S3 emulation does not check precondition headers for CopyObject operation | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
CopyObject API does not check precondition headers such as `x-amz-copy-source-if-modified-since`. Instead it seems to always copy the object.
### Expected Behavior
The API should return a 412 response with conte... | https://github.com/localstack/localstack/issues/7555 | https://github.com/localstack/localstack/pull/8653 | a4e24108706d7f7e44874c46c9a53c83c099d70c | 6c743db88062bab70021108752798e467357f485 | 2023-01-25T16:23:20Z | python | 2023-07-08T19:10:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,529 | ["localstack/services/sns/publisher.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: SNS FIFO topic to SQS FIFO queue does not seem to work #6657 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
My SQS queue is not receiving notifications from SNS when they both have fifo enabled:
```
#Create sqs
aws --endpoint-url=http://localhost:4566 sqs create-queue --queue-name onexlab.fifo --attributes Fi... | https://github.com/localstack/localstack/issues/7529 | https://github.com/localstack/localstack/pull/7566 | 04c26f2362d8338caa7bd81b57f2531a18a6ea72 | 332a7b812af3f0cad15c146857c380977e248f43 | 2023-01-20T15:45:06Z | python | 2023-01-28T17:40:28Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,494 | ["localstack/services/kms/provider.py", "tests/integration/test_kms.py", "tests/integration/test_kms.snapshot.json", "tests/unit/test_kms.py"] | bug: KMS Alias Creation Fails to Return Error | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
This looks similar to https://github.com/localstack/localstack/issues/6471
I am trying to sign something using KMS for some tests. It seems like doing so using an alias does not work. For example I create... | https://github.com/localstack/localstack/issues/7494 | https://github.com/localstack/localstack/pull/7826 | 7e38646b24ce40f348006d59002fdff7a3a33b83 | d3a21e8aec616bb34cf42196b00c20dc00816bd3 | 2023-01-13T22:48:13Z | python | 2023-03-13T10:10:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,493 | ["localstack/aws/api/s3/__init__.py", "localstack/aws/spec-patches.json", "localstack/services/s3/provider.py", "localstack/services/s3/utils.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Multi part upload does not accept GLACIER Instant Retrieval storage class | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When multi uploading a file for Glacier Instant Retrieval, the operation fails at Complete stage with a message claiming storage class not supported.
### Expected Behavior
It works with real S3.
### How are you... | https://github.com/localstack/localstack/issues/7493 | https://github.com/localstack/localstack/pull/7505 | ae1a4985780a8fbac9fca9482596cf0887333256 | 400edb1c10d0a16b128911e5c1a8de590f14732e | 2023-01-13T22:04:11Z | python | 2023-01-19T11:07:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,492 | ["localstack/aws/api/s3/__init__.py", "localstack/aws/spec-patches.json", "localstack/services/s3/provider.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Multipart upload complete does not generate an error if the parts are not sorted in ascending order | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When requesting a Complete operation at the end of a multi part upload, the parts have to be sorted in ascending order of part number.
AWS S3 issues an error if it is not the case. localstack does not generate s... | https://github.com/localstack/localstack/issues/7492 | https://github.com/localstack/localstack/pull/7495 | 6dda0b1af0639de16fe8fb36be8ebb736a077925 | b8da5a1f7dd559b98b8f22d50bdba5612121702a | 2023-01-13T21:53:55Z | python | 2023-01-16T16:21:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,426 | ["localstack/services/dynamodb/models.py", "localstack/services/dynamodb/provider.py", "tests/integration/test_dynamodb.py"] | bug: DynamoDB DescribeTable treats the queried table as a replica | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The DynamoDB DescribeTable operation treats the current queried table as a replica.
```
$ awslocal dynamodb describe-table --table-name global01 --query 'Table.Replicas' --region us-west-1
[
{
... | https://github.com/localstack/localstack/issues/7426 | https://github.com/localstack/localstack/pull/8549 | 577f0dc6ce7fed7ef58031443535e6660e085905 | a5e443bcbf480f621031d9306f35ddfad761c7b2 | 2023-01-04T06:21:05Z | python | 2023-06-23T14:12:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,424 | ["localstack/services/s3/presigned_url.py", "localstack/services/s3/provider.py", "localstack/services/s3/utils.py", "tests/integration/s3/test_s3.py", "tests/unit/test_s3.py"] | ASF S3 Provider: 404 NoSuchBucket | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Listing buckets with ASF Provider fails.
```
awslocal --endpoint-url=http://aws.mycompany..local/ s3api --region us-east-1 list-buckets
An error occurred (NoSuchBucket) when calling the ListBuckets operation:... | https://github.com/localstack/localstack/issues/7424 | https://github.com/localstack/localstack/pull/7431 | 1879b79c88e542fc8ce0998942e32fb34989490b | 225b8927972808ad0ad92d3c7396b1ae73e2bde7 | 2023-01-03T20:29:44Z | python | 2023-01-05T18:02:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,407 | ["localstack/services/s3/notifications.py", "localstack/services/s3/provider.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json", "tests/integration/s3/test_s3_notifications_eventbridge.py", "tests/integration/s3/test_s3_notifications_eventbridge.snapshot.json", "tests/integration/s3/te... | S3 does not trigger Lambda when the event is s3:ObjectAcl:Put | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
S3 does not trigger Lambda when the event is:
`s3:ObjectAcl:Put`
With the event below e.g. works fine:
`s3:ObjectCreated:Put`
### Expected Behavior
In the AWS works fine, S3 triggers the Lambda wi... | https://github.com/localstack/localstack/issues/7407 | https://github.com/localstack/localstack/pull/7409 | d8af6ee582f7ab278907ef6e1f803a695752a15a | 6dda0b1af0639de16fe8fb36be8ebb736a077925 | 2022-12-30T17:12:53Z | python | 2023-01-16T11:53:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,398 | ["localstack/services/sns/models.py", "localstack/services/sns/provider.py", "localstack/services/sns/publisher.py", "localstack/testing/pytest/fixtures.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: SNS Topic subscription with filter policy scope MessageBody, potentially not supported in v1.3.1 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I try creating a new SNS topic subscription, where the filter policy scope is being set to MessageBody, resp. when I try specifying the FilterPolicyScope:
`aws --endpoint-url "http://localhost:4566" ... | https://github.com/localstack/localstack/issues/7398 | https://github.com/localstack/localstack/pull/7408 | 200fc1bfc0e10041b5198fbf7eb9a2dd02fbd1ad | e9c8625e0507cbcd4d55cfe15ee630afb0e069e6 | 2022-12-29T04:28:43Z | python | 2023-01-11T12:42:09Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,381 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py", "tests/integration/test_sqs.snapshot.json"] | bug: Internal Error with SQS Binary Message Attributes | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Adding a binary message attribute to an SQS message results in a 500 Internal Error due to a `exception during call chain: Incorrect padding` error:
```
2022-12-21T15:56:38.698 INFO --- [ asgi_gw_2] localstac... | https://github.com/localstack/localstack/issues/7381 | https://github.com/localstack/localstack/pull/7386 | 41ae0afdd75f08b9b19b29d262f19f8553c1c42f | 44c23463b16d2b5550d3237a580170dd1000d501 | 2022-12-21T19:27:34Z | python | 2022-12-22T21:46:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,378 | ["localstack/services/logs/models.py", "localstack/services/logs/provider.py", "tests/integration/test_logs.py", "tests/integration/test_logs.snapshot.json"] | bug: Can't create a cloudwatch log group using latest AWS SDK/CLI | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
A 500 error happens in localstack that indicates localstack might need a boto upgrade to get newly added functionality:
```
2022-12-21T16:51:43.172 INFO --- [ asgi_gw_4] localstack.request.http : POS... | https://github.com/localstack/localstack/issues/7378 | https://github.com/localstack/localstack/pull/7389 | d3b89ee46a5587cba7f8441a73b4d7ca561b9024 | 40fcbd8bf1865c7c3658628230a7c5992c73b52f | 2022-12-21T17:07:41Z | python | 2022-12-24T20:52:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,377 | ["localstack/services/dynamodb/provider.py", "localstack/services/dynamodb/utils.py", "tests/integration/cloudformation/resources/test_dynamodb.py", "tests/integration/cloudformation/resources/test_lambda.py", "tests/integration/test_dynamodb.py"] | bug: DynamoDB global tables v2019.11.21 does not seem to fully replicate to other regions | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using DynamoDB with global tables (v2019.11.21), I am experiencing two problems that leads me to believe something is making global tables not fully replicate:
1) When creating the table with CLI and then ... | https://github.com/localstack/localstack/issues/7377 | https://github.com/localstack/localstack/pull/7400 | 8e5b4b092ac40dfb31c0de39b1e0df3cde8e8d24 | 1a18c29809d75ad1fe4ba8282a969fa227b73d60 | 2022-12-21T13:56:13Z | python | 2023-01-04T13:39:14Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,358 | ["CONTRIBUTING.md", "localstack/services/kinesis/packages.py"] | bug: LocalStack authentication expects a space after commas in Authorization header parameters | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm using [`LocalStack`](https://github.com/localstack/localstack) - the Docker container - to perform local tests on top of [`ex_aws`](https://github.com/ex-aws/ex_aws), an Elixir library.
I'm getting the foll... | https://github.com/localstack/localstack/issues/7358 | https://github.com/localstack/localstack/pull/7375 | d7cff707a624916ede0dc64897c6ee06c8bb3b7e | 2ccd9a1ce2e5f531a2d9a8b4e64b8483166dd4c3 | 2022-12-19T21:22:08Z | python | 2022-12-22T17:26:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,338 | ["localstack/services/awslambda/invocation/docker_runtime_executor.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/awslambda/lambda_utils.py", "tests/integration/awslambda/functions/lambda_networks.py", "tests/integration/awslambda/test_lambda_developer_tools.py"] | feature request: Pass all networks assigned from localstack to lambda container | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Allow lambda container to have multiple networks not just one.
With the current implementation Lambda network only gets a single network, even though the Localstack container accepts multiple network values.
... | https://github.com/localstack/localstack/issues/7338 | https://github.com/localstack/localstack/pull/8621 | 7bc23ff03876a2638e1a38627065243f04e5868f | 65087804fc8600fdeaa14e1d377d76e55b868309 | 2022-12-15T13:35:31Z | python | 2023-07-06T11:00:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,323 | ["localstack/services/ses/provider.py", "tests/integration/test_ses.py", "tests/integration/test_ses.snapshot.json"] | bug: SES Events notification messages are missing property tags | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
This is a follow up to these PR from @simonrw https://github.com/localstack/localstack/pull/7244 and https://github.com/localstack/localstack/pull/7207
Setting up a configuration set for SES enables us t... | https://github.com/localstack/localstack/issues/7323 | https://github.com/localstack/localstack/pull/7332 | 5a3d5f3d04804f47de748142035332dcc1130e71 | e43e912d48200c10738993fd1c01880175d5a29a | 2022-12-13T16:36:57Z | python | 2022-12-21T11:08:14Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,310 | ["localstack/services/ses/provider.py"] | bug: SES unexpected exception when Destination is CcAddresses or BccAddresses instead of ToAddresses | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
According to the AWS docs the Destination object might contain any or all of these 3 properties ToAddresses, CcAddresses or BccAddresses
https://docs.aws.amazon.com/cli/latest/reference/ses/send-email.htm... | https://github.com/localstack/localstack/issues/7310 | https://github.com/localstack/localstack/pull/7385 | 44c23463b16d2b5550d3237a580170dd1000d501 | a3a23b76f78bbcec54a5d2c324985480a2a0f125 | 2022-12-12T14:03:22Z | python | 2022-12-23T05:54:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,305 | ["localstack/services/events/provider.py", "tests/aws/services/events/test_events.py", "tests/aws/services/events/test_events.snapshot.json", "tests/aws/services/events/test_events.validation.json"] | bug: Bug with EventBus filters | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I wanted to test an EventBus filter that will trigger a Lambda only when a field doesn't exist or when exists and equals to false.
So I created a Lambda with the following configuration (using Serverless Fr... | https://github.com/localstack/localstack/issues/7305 | https://github.com/localstack/localstack/pull/9931 | 3b30c563780176ec5512f77de87223881533bdc9 | 563edf7a7752a8976bba73b9a1400bc30279ce4d | 2022-12-11T12:10:10Z | python | 2023-12-29T12:40:20Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,282 | ["localstack/services/cloudformation/models/elasticsearch.py", "localstack/services/cloudformation/models/opensearch.py", "localstack/utils/collections.py", "tests/integration/cloudformation/resources/test_elasticsearch.py", "tests/integration/templates/opensearch_domain.yml", "tests/unit/utils/test_collections.py"] | unable to create opensearch domain and elastic search domain | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using cloudformation template to create resources
Only some of the resources are getting replicated
this is cloudformation template
```
{
"Resources": {
"LocalBucket": {
"Type": "AWS::S3::B... | https://github.com/localstack/localstack/issues/7282 | https://github.com/localstack/localstack/pull/7293 | ac196b9341faf5b14d43cb2617bf39064300afcb | 4abe1966d2e107670f5a951c8c5ced9758d8cfb1 | 2022-12-05T06:42:35Z | python | 2022-12-07T08:04:08Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,268 | ["localstack/aws/api/scheduler/__init__.py", "localstack/services/providers.py", "localstack/services/scheduler/__init__.py", "localstack/services/scheduler/models.py", "localstack/services/scheduler/provider.py", "tests/integration/test_scheduler.py"] | feature request: Event Bridge Scheduler | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Support Event Bridge Scheduler and CFN Resources for the Scheduler (Schedule, ScheduleGroup).
https://aws.amazon.com/eventbridge/scheduler/
### 🧑💻 Implementation
Extend the Scheduled Rules sup... | https://github.com/localstack/localstack/issues/7268 | https://github.com/localstack/localstack/pull/8754 | 8602269b9ee715fb10cc27bcaf19de09cad590ad | d0c0258f22697cb5024fda86b7fa28e2c5f614a8 | 2022-11-30T19:43:20Z | python | 2023-07-31T07:25:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,257 | ["doc/third-party-software-tools/README.md", "localstack/services/kinesis/kinesis_starter.py", "tests/integration/awslambda/test_lambda_integration_kinesis.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3_cors.py", "tests/integration/test_logs.py", "tests/unit/conftest.py", "tests/unit/test_apigate... | LocalStack v1.3 Deprecation Notice | Hello Everyone — We have launched a minor release of LocalStack with v1.3. Some significant deprecations are coming up, and we would like to use this issue to keep you updated.
## What's changed?
With our preparation for the v2.0 release, the v1.3 release will feature the following deprecations across our AWS & L... | https://github.com/localstack/localstack/issues/7257 | https://github.com/localstack/localstack/pull/7261 | c882f297e5206d3b924921300b04234dae996c2f | ebbe5dd1fd3683ca49bd08190ac06efc196f4b16 | 2022-11-29T05:56:32Z | python | 2022-11-30T15:12:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,236 | ["localstack/services/ses/models.py", "localstack/services/ses/provider.py", "tests/integration/test_ses.py"] | bug: _localstack/ses invalid destination schema | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If we send SES via Raw Data, `Destination` is empty, it returns `[]`. e.g.:
```
Destination: [],
```
If we send SES via non-Raw Data, it contains values, it returns a json object:
```
Destination:... | https://github.com/localstack/localstack/issues/7236 | https://github.com/localstack/localstack/pull/7388 | 2f53ce376f31d6a918c056911f7bd109f788adca | 29b7283a542bdb21c55e472e1bf60cf954defae8 | 2022-11-23T11:52:57Z | python | 2022-12-28T07:13:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,216 | ["localstack/services/kms/models.py"] | bug: unable to verify AWS KMS asymmetric key signatures generated by localstack locally with OpenSSL | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
```
unable to load Public Key
4343219756:error:0DFFF0A8:asn1 encoding routines:CRYPTO_internal:wrong tag:/AppleInternal/Library/BuildRoots/a0876c02-1788-11ed-b9c4-96898e02b808/Library/Caches/com.apple.xbs/... | https://github.com/localstack/localstack/issues/7216 | https://github.com/localstack/localstack/pull/7856 | c24a2606f7a8303afab6d185960c20642b563f37 | eb15fd71c20d2b0f66f0949d0f1e67db293f8561 | 2022-11-21T17:58:18Z | python | 2023-03-15T05:44:52Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,203 | ["localstack/aws/handlers/auth.py", "localstack/config.py", "localstack/services/dynamodb/provider.py", "localstack/services/kinesis/kinesis_mock_server.py", "localstack/services/kinesis/kinesis_starter.py", "localstack/services/kinesis/provider.py", "localstack/utils/aws/aws_stack.py", "localstack/utils/aws/queries.py... | bug: Kinesis not namespacing based on account ID and region | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Kinesis does not create resources in correct namespace.
### Expected Behavior
Resources are created in the correct namespace and have the appropriate account ID and region in ARNs.
### How are you starting Loca... | https://github.com/localstack/localstack/issues/7203 | https://github.com/localstack/localstack/pull/7230 | 61e8c1e33c2d85ab4d64e910a33953332e791be9 | c1278ddd7a64c38a14d944b41ce257a83b9cefda | 2022-11-18T10:25:27Z | python | 2022-12-08T13:15:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,198 | ["localstack/aws/api/ram/__init__.py", "localstack/services/providers.py", "localstack/services/ram/__init__.py", "localstack/services/ram/provider.py", "tests/aws/services/ram/__init__.py", "tests/aws/services/ram/test_ram.py", "tests/aws/services/ram/test_ram.snapshot.json"] | feature request: AWS Resource Access Manager | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
It would be great if localstack supported AWS Resource Access Manager. This would allow for testing multi-account AWS Transit Gateway setups, for example.
### 🧑💻 Implementation
_No response_
#... | https://github.com/localstack/localstack/issues/7198 | https://github.com/localstack/localstack/pull/9161 | 2830e2f621b8d49617fe1d1d9e3c6207648305e7 | 3c2b0af1eb7414f24335bea96c325437141e19a4 | 2022-11-17T13:37:30Z | python | 2023-09-20T04:18:40Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,188 | ["localstack/services/apigateway/integration.py", "localstack/services/apigateway/templates.py", "tests/integration/test_apigateway.py", "tests/unit/test_apigateway.py", "tests/unit/test_templating.py"] | bug: VTL request templates not handled properly | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
VTL template for request is not properly processed.
Testing with sample project provided at https://github.com/localstack/localstack-terraform-samples/tree/master/apigateway-lambda-velocity several param... | https://github.com/localstack/localstack/issues/7188 | https://github.com/localstack/localstack/pull/7226 | 39ec690149ec78408c979c49af8fe0d4447c5824 | d3b89ee46a5587cba7f8441a73b4d7ca561b9024 | 2022-11-16T10:03:43Z | python | 2022-12-24T13:24:56Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,177 | ["localstack/config.py", "localstack/services/s3/provider.py", "localstack/services/s3/utils.py", "localstack/testing/pytest/fixtures.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Non-existent KMS key does not return an error when passed through S3 copyObject and putObject | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
copyObject and putObject (and perhaps other requests) requests are accepted and do not return an error when an SSE KMS key is specified.
### Expected Behavior
The error which should be returned is KMS.NotFoundE... | https://github.com/localstack/localstack/issues/7177 | https://github.com/localstack/localstack/pull/7448 | 590de96b3dd65e349709300b668e70f1f9664e99 | 3ff45bfc11ff63b85e8020859484d967d631230a | 2022-11-15T02:11:16Z | python | 2023-01-13T20:57:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,160 | ["localstack/services/apigateway/helpers.py", "localstack/services/apigateway/patches.py", "tests/integration/test_apigateway.py"] | bug: Api-Gateway V1 404 response when using custom id | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When adding a custom id to an apigateway V1 via tags in aws-cdk the id will be applied and deploying returns the url including the custom id (https://<custom-id>.execute-api.localhost.localstack.cloud:4566/prod/).... | https://github.com/localstack/localstack/issues/7160 | https://github.com/localstack/localstack/pull/7221 | 0aa9ffb17d6e0e76b0cab5f7f9ddca45bc46c685 | 231547f3ce14e6d6ca2a5787f4204840c33383c7 | 2022-11-10T16:02:11Z | python | 2022-11-25T08:10:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,156 | ["localstack/cli/localstack.py"] | feature request: LocalStack CLI Update, flag all, should ignore dangling images | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Command `localstack update all` should ignore the dangling `localstack/localstack:<none>` images in the `docker images` list.
I.e, images with tag `<none>`.
:
```
com.amazonaws.services.sns.model.InvalidParameterValueException: The message ... | https://github.com/localstack/localstack/issues/7109 | https://github.com/localstack/localstack/pull/7181 | 4aca6a77d79eb48b6b7ef2e8386e87859e4600c5 | 65230eba2acbe0e1860063f9ab5192e78e3bb1d1 | 2022-10-28T07:50:03Z | python | 2022-11-18T09:09:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,078 | ["setup.cfg"] | feature request: update the requests dependence | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Please update the requests dependence to support the latest 2.x version. Or I will get the following warning or errors.
```
localstack 1.2.0 requires requests<2.26,>=2.20.0, but you have requests 2.28.1 whi... | https://github.com/localstack/localstack/issues/7078 | https://github.com/localstack/localstack/pull/7220 | 51b97888bb11fea19cf841b1744f22a1ac68514d | ab870ed811b4efd8d483c5b04a284f71634c8ffd | 2022-10-24T03:04:35Z | python | 2022-11-22T20:09:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,060 | ["localstack/services/apigateway/invocations.py", "localstack/services/apigateway/provider.py", "localstack/services/cloudformation/models/apigateway.py", "tests/integration/cloudformation/resources/test_apigateway.py", "tests/integration/cloudformation/resources/test_apigateway.snapshot.json", "tests/integration/templ... | bug: ApiGateway Model schema stored in Wrong JSON format | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
APiGateway Model that being created by CDK project stores the JSON schema with a single quotes instead of double quotes which leading to an error in parsing this json object.
you can refere to this artic... | https://github.com/localstack/localstack/issues/7060 | https://github.com/localstack/localstack/pull/8629 | 6ee7a4f4a591d0253e86f55d9a0bd2d6dc0b2b74 | 9f6af09d24c155f48eb87f08a10adc4d4a7937fb | 2022-10-20T23:26:15Z | python | 2023-07-06T20:34:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 7,000 | ["localstack/packages/core.py", "localstack/services/kinesis/packages.py", "tests/unit/packages/test_core.py"] | bug: LocalStack 1.2.0 - Unable to start when behind corporate proxy w/ Custom CA | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Currently it's looping this error
```
LocalStack version: 1.2.0
LocalStack build date: 2022-10-07
LocalStack build git hash: 9be2a7aa
Error starting infrastructure: Installation of kinesis-mock failed. Tr... | https://github.com/localstack/localstack/issues/7000 | https://github.com/localstack/localstack/pull/7006 | dcc04b6d0a89f45a92c11fdb40f7b14ceeac0b72 | d07b7b32f1a62fd74eaafd6a4c673b1ea3d06a46 | 2022-10-10T15:43:36Z | python | 2022-10-11T11:17:58Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,995 | ["localstack/services/awslambda/packages.py"] | bug: java.lang.IllegalArgumentException: argument type mismatch with RequestHandler | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The following request handler:
```java
public class LegalDocPublisher implements RequestHandler<SQSEvent, Void> {
@Override
public Void handleRequest(final SQSEvent event, final Context context... | https://github.com/localstack/localstack/issues/6995 | https://github.com/localstack/localstack/pull/7373 | ff3617cd0ea6c991daf8e4cc3ae9724cf4f8dc3a | 661444908ab2aac6d46d4faf5fe3ca9086f94db7 | 2022-10-10T06:51:30Z | python | 2022-12-20T20:58:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,974 | ["localstack/services/cloudformation/provider.py", "tests/integration/cloudformation/api/test_get_template_summary.py", "tests/integration/cloudformation/api/test_get_template_summary.snapshot.json"] | bug: KeyError: 'Parameters' after deploying cloudformation template again | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm receiving this error after call `samlocal deploy --guided` and filled all options
And this just occur after the first time (creation)
```
Traceback (most recent call last):
File "/opt/homebrew/bin/sa... | https://github.com/localstack/localstack/issues/6974 | https://github.com/localstack/localstack/pull/7264 | 75faee8adaeb07f6e5c76760e774889f66ad5ab9 | 59e38cfa6e363c36cd87de543d1e03b08a72145a | 2022-10-04T21:53:41Z | python | 2022-12-02T12:40:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,934 | ["localstack/services/ses/provider.py", "tests/integration/test_ses.py"] | feature request: SES CloneReceiptRuleSet | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Implement the `CloneReceiptRuleSet` operation for SES.
https://docs.aws.amazon.com/ses/latest/APIReference/API_CloneReceiptRuleSet.html
### 🧑💻 Implementation
_No response_
### Anything else?
_No respo... | https://github.com/localstack/localstack/issues/6934 | https://github.com/localstack/localstack/pull/6992 | dd9dd9c3baa87544b90b847cda0fbe41e961d7c8 | dcc04b6d0a89f45a92c11fdb40f7b14ceeac0b72 | 2022-09-26T07:02:51Z | python | 2022-10-11T10:58:55Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,863 | ["localstack/config.py", "localstack/services/sns/constants.py", "localstack/services/sns/models.py", "localstack/services/sns/provider.py", "localstack/services/sns/publisher.py", "tests/integration/test_edge.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json", "tests/unit/test_sns.py"] | bug: SNS Publishing multiple messages with PublishBatch() API is much slower than with Publish() | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Publishing multiple messages to SNS topic with batching, using PublishBatch() API, is much slower than calling N times Publish() API.
The more SQS queues is subscribed to the SNS topic the longer is publish... | https://github.com/localstack/localstack/issues/6863 | https://github.com/localstack/localstack/pull/7267 | 76a097863fd5a28e8484e4f93bc68df31b2eabe1 | 59bfd5a9d965625fa74e32633d32df7dd6092789 | 2022-09-13T10:47:17Z | python | 2023-01-03T18:20:17Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,849 | ["localstack/aws/serving/hypercorn.py", "localstack/http/hypercorn.py", "localstack/utils/server/http2_server.py", "setup.cfg", "tests/unit/aws/test_gateway.py", "tests/unit/http_/conftest.py"] | HTTP header casing when localstack proxies requests | In #6778 we found that AWS forwards HTTP headers to Lambdas from clients without modifying their casing. Since users are relying on this behavior, it effectively renders a web server that lowercases headers unusable as proxy for localstack. In general, I think there is a case to be made that web servers should not mani... | https://github.com/localstack/localstack/issues/6849 | https://github.com/localstack/localstack/pull/8660 | a985d68d469858dfe77537617a16ccdf1f119483 | fa2c765c1cb0835effc2d56a40870457cb3d2314 | 2022-09-11T23:08:52Z | python | 2023-07-10T10:14:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,806 | ["localstack/services/apigateway/integration.py", "localstack/services/apigateway/invocations.py", "localstack/services/apigateway/router_asf.py", "localstack/services/apigateway/templates.py", "localstack/services/events/provider.py", "localstack/utils/aws/templating.py", "tests/integration/apigateway/test_apigateway_... | bug: API Gateway to EventBridge, GET not yet implemented | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
IaC = CDK.
Attempting to connect an API-GW endpoint directly to EventBridge.
```
const awsIntegration = new apigateway.AwsIntegration({
service: 'events',
action: 'PutEvents',
int... | https://github.com/localstack/localstack/issues/6806 | https://github.com/localstack/localstack/pull/7137 | 604c0508e8b9dc5db263ff24b1eee2159bb5d5d4 | af47056e2f97bce0a7f691f639a43409d6d0c430 | 2022-09-02T03:52:26Z | python | 2023-07-06T17:33:35Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,798 | ["localstack/utils/collections.py", "localstack/utils/net.py", "tests/unit/test_common.py"] | ElastiCache and RDS instance want to use the same Port | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am running a script to set up a local stack environment. When running the following commands there is an issue with Redis and MySQL fighting for the same port.
```
echo "Create an Mysql RDS Instance"
awsloca... | https://github.com/localstack/localstack/issues/6798 | https://github.com/localstack/localstack/pull/6813 | aad37efb7b73d9cc29878372e7216f0581219b85 | de626355d46d8c17b1f07439ff2c0a6702ca34ef | 2022-09-01T07:59:33Z | python | 2022-09-05T10:56:22Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,792 | ["localstack/aws/serving/asgi.py"] | bug: [SQS] LocalStack in ASF mode doesn't process multiple messages sent concurrently | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When multiple (hundreds of) messages are attempted to be sent concurrently, LS 1.0.4 (in default ASF mode) is unable to receive them.
In legacy mode (LEGACY_EDGE_PROXY=1) all messages are received successfully.
... | https://github.com/localstack/localstack/issues/6792 | https://github.com/localstack/localstack/pull/6814 | de626355d46d8c17b1f07439ff2c0a6702ca34ef | d7b2e909788da4312ec60484b47994bd1a3aa969 | 2022-08-31T08:44:10Z | python | 2022-09-05T11:33:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,787 | ["localstack/aws/forwarder.py", "localstack/aws/protocol/serializer.py", "localstack/logging/setup.py", "tests/integration/test_kinesis.py"] | bug: not able to get records from kinesis with "latest" docker image | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using the kinesis java client I'm not able to get records from kinesis. This is the code snippet of the client
```
private GetRecordsResponse getStreamRecords() {
... | https://github.com/localstack/localstack/issues/6787 | https://github.com/localstack/localstack/pull/6791 | da6981cf5ea1f164e34eaec8b49615a1b5a352d2 | 591111c0113955c7af9181dbd413a2cdcd0cca50 | 2022-08-30T19:54:18Z | python | 2022-08-31T13:42:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,786 | ["localstack/services/dynamodbstreams/dynamodbstreams_api.py", "localstack/services/dynamodbstreams/provider.py", "setup.cfg", "tests/integration/test_dynamodb.py", "tests/integration/test_dynamodb.snapshot.json"] | bug: DynamoDB Streams has different base64 encoded value | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Sometimes `GetRecords` on a dynamodb stream will return a different base64 encoded value
### Expected Behavior
The `GetRecords` call should return the same base64 encoded value as `GetItem`
### How ... | https://github.com/localstack/localstack/issues/6786 | https://github.com/localstack/localstack/pull/6918 | 8192c1913ab9ec415418b9c8cb6eea7269748525 | 04e1f02a5816692cc0a15a76e044c90fdf9785d5 | 2022-08-30T16:13:16Z | python | 2022-10-05T21:39:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,784 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: SNS publish batch should fail when publishing to invalid topic | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When publishing a batch of messages to SNS using publish-batch command the result is always success, regardless of the topic being present.
Example result:
```
{
"Successful": [
{
"... | https://github.com/localstack/localstack/issues/6784 | https://github.com/localstack/localstack/pull/6803 | c50b1d4b256490e0d7213bbd50d24a843d754599 | e09a39ed923481ec1d02e6981e448193cc6bf5e9 | 2022-08-30T14:46:31Z | python | 2022-09-01T21:02:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,764 | ["localstack/aws/api/s3/__init__.py", "localstack/aws/spec-patches.json", "localstack/services/s3/provider.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | PutBucketLogging giving MalformedXML error for payload working with real AWS | Hi,
I am using below payload for PutBucketLogging api and getting MalformedXML error in response. I have checked it with real AWS and it is working perfectly fine. Am I missing something or this needs a fix in localstack?
`"LoggingEnabled": {
"TargetBucket": "test_bucket_name",
"TargetPr... | https://github.com/localstack/localstack/issues/6764 | https://github.com/localstack/localstack/pull/8654 | 7d7d253a07ce9ee163f1702aaf0815341deae78d | a4e24108706d7f7e44874c46c9a53c83c099d70c | 2022-08-26T14:56:55Z | python | 2023-07-08T14:35:49Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,739 | ["bin/supervisord.conf"] | bug: LocalStack failing to startup, spawnerr: can't find command '.venv/bin/python' | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Trying to use localstack within kubernetes, I get this output and startupprobes fail
```
- localstack -- terminated (0)
-----Logs-------------
Waiting for all LocalStack services to be ready
2022-08-24 01:5... | https://github.com/localstack/localstack/issues/6739 | https://github.com/localstack/localstack/pull/6952 | 75f70e667fa164d442413372154b3e28269fea58 | faf831a603577e303d6c59be3d9cf36f5322013b | 2022-08-24T02:10:15Z | python | 2022-09-30T14:11:29Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,718 | ["localstack/services/redshift/provider.py", "tests/integration/test_redshift.py"] | bug: Redshift Security Group Ingress Rule Not Applied | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I create an ingress rule for a Redshift cluster security group, the rule doesn't stick: I'll describe cluster security groups, and the rule won't be applied.
### Expected Behavior
From [this issue... | https://github.com/localstack/localstack/issues/6718 | https://github.com/localstack/localstack/pull/6749 | 37b8fe04af92403f37f8c422087ae3d63b949c85 | 786b7a84b5383f78de5b5fa1f769d9099b50e42e | 2022-08-22T03:46:40Z | python | 2022-08-25T11:59:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,707 | ["localstack/aws/handlers/cors.py", "localstack/constants.py", "localstack/services/apigateway/invocations.py", "localstack/services/generic_proxy.py"] | bug: API gateway Authorization Header is being replaced with "" on lambda | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Authorization headers being sent to API gateway are received on lambdas as "empty string"
### Expected Behavior
_No response_
### How are you starting LocalStack?
With a docker-compose file
### Steps To Repro... | https://github.com/localstack/localstack/issues/6707 | https://github.com/localstack/localstack/pull/6895 | 10717e2bc42fff08a7bae3ef1972d45c22f01c0a | 128323e0b2c11b95ed438c3d66ee6ecd861b5da1 | 2022-08-19T20:39:05Z | python | 2022-09-20T10:51:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,700 | ["localstack/services/dynamodbstreams/dynamodbstreams_api.py", "localstack/services/dynamodbstreams/provider.py", "setup.cfg", "tests/integration/test_dynamodb.py", "tests/integration/test_dynamodb.snapshot.json"] | bug: DynamoDB streams encode binary data for no particular reason | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using DynamoDb streams (and kinesis) subsequent requests to put or update an item result in binary data being encoded in base64 format.
When an item is first created the record contains the correct data (bin... | https://github.com/localstack/localstack/issues/6700 | https://github.com/localstack/localstack/pull/6918 | 8192c1913ab9ec415418b9c8cb6eea7269748525 | 04e1f02a5816692cc0a15a76e044c90fdf9785d5 | 2022-08-19T01:38:42Z | python | 2022-10-05T21:39:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,682 | ["localstack/services/stores.py"] | bug: 1.0.x breaks concurrent BatchWriteItem to dynamodb tables | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Previously to `v1` I would initiate a single `localstack` instance within `docker` at the root of my tests and each test would run in parallel creating a test table before executing the actual test. Since `v1` thi... | https://github.com/localstack/localstack/issues/6682 | https://github.com/localstack/localstack/pull/6689 | fc8b122e2780056165f143582cf797be9fd8fb3f | ae4a2ad2d23ec6d34750fd226a64c997bd1844b6 | 2022-08-16T16:24:34Z | python | 2022-08-20T19:49:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,674 | ["localstack/services/sqs/provider.py", "localstack/testing/snapshots/transformer_utility.py", "tests/integration/test_sqs.py", "tests/integration/test_sqs.snapshot.json"] | bug: localstack no longer sends the attribute SequenceNumber for SQS FIFO queues | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The attribute `SequenceNumber` isn't present in the message for high throughput FIFO queues.
```
docker exec -it localstack awslocal sqs receive-message --queue-url http://localhost:4566/000000000000/my-queue.... | https://github.com/localstack/localstack/issues/6674 | https://github.com/localstack/localstack/pull/6713 | 35874212437cc58407a59f17e007fa0dc9aab854 | f3c393f61c2d8ae0673d6071ba4e8a24df3813c3 | 2022-08-15T20:37:01Z | python | 2022-08-22T19:16:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,659 | ["localstack/services/s3/provider.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json"] | bug: Checksum mismatch when putting object using AWS Java SDK | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When performing a putObject using Java AWS SDK with a providing only the checksum algorithm localstack returns a 400 InvalidRequest with error: `Value for x-amz-checksum-sha256 header is invalid.`
localstack lo... | https://github.com/localstack/localstack/issues/6659 | https://github.com/localstack/localstack/pull/8677 | e04eeb2148d656d832af9348bc74e37bdab3f3ff | 2e8194722fc156daaad8373ec8569dae5e090863 | 2022-08-12T10:22:48Z | python | 2023-07-12T15:35:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,657 | ["localstack/services/sns/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | SNS FIFO topic to SQS FIFO queue does not seem to work | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
My SQS queue is not receiving notifications from SNS when they both have fifo enabled:
```
# Create SNS topic
docker exec -it localstack awslocal sns create-topic --name my-topic.fifo --attributes FifoTopic=t... | https://github.com/localstack/localstack/issues/6657 | https://github.com/localstack/localstack/pull/6660 | facdc00018439937a947561ccce34aa4ccc606a4 | 58326f9cc379586925cf9c0d80a926c72274ff53 | 2022-08-11T17:31:36Z | python | 2022-08-19T15:50:02Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,654 | ["localstack/services/s3/provider.py", "localstack/services/s3/provider_stream.py", "localstack/services/s3/utils.py", "tests/integration/s3/test_s3.py", "tests/integration/s3/test_s3.snapshot.json", "tests/unit/test_s3.py"] | bug: S3 Lifecycle not showing expiration header | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm configuring the S3 bucket to have a lifecycle, everything works fine, but when I get the object, the header `Expiration` is not showing
### Expected Behavior
According to the documentation, if the ... | https://github.com/localstack/localstack/issues/6654 | https://github.com/localstack/localstack/pull/8651 | 6c743db88062bab70021108752798e467357f485 | a985d68d469858dfe77537617a16ccdf1f119483 | 2022-08-11T14:02:37Z | python | 2023-07-08T21:53:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,639 | ["localstack/services/sns/provider.py", "localstack/utils/aws/dead_letter_queue.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json"] | bug: SNS creates wrong MessageAttributes when relaying msg to an SQS DLQ | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When relaying a message with `MessageAttributes` to a SQS DLQ after failing to deliver to another SQS queue, the messages attributes were wrong.
Snapshots results:
With `RawDelivery` set to `false`:
```js... | https://github.com/localstack/localstack/issues/6639 | https://github.com/localstack/localstack/pull/6640 | 18ee9992f634ff9c8c8c1ace9509016c0e30e766 | 99557cfc4771348e15fd5c2e73102eb237bd2286 | 2022-08-10T13:45:46Z | python | 2022-08-11T16:33:34Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.