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 | 6,620 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | Unable to create fifo queue with new release 1.0.4. | In release 1.0.4, I can no longer create a fifo queue by setting the attribute FifoQueue=true.
I believe it is due to this code from this issue: https://github.com/localstack/localstack/pull/6117/files
FifoQueue was set as an internal attribute which cannot be changed:
(snip from PR)
INTERNAL_QUEUE_ATTRIBUTE... | https://github.com/localstack/localstack/issues/6620 | https://github.com/localstack/localstack/pull/6622 | bda98e1ee5591d23f3245984bc6a57c645531a49 | c076fe8d9280786edac393d95fd2b57ab4b2c4e7 | 2022-08-08T23:29:27Z | python | 2022-08-09T10:19:15Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,613 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/sns/provider.py", "localstack/utils/aws/dead_letter_queue.py", "tests/integration/awslambda/test_lambda_sqs_integration.py", "tests/integration/awslambda/test_lambda_sqs_integration.snapshot.json", "tests/integration/test_sns.py"] | bug: format of message when using SNS Topic as a Lambda DLQ | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The format of the message received when using an SNS topic as a lambda DLQ diverges from AWS'.
What is missing is the whole event as received by the lambda to be passed as the `Message` field of the SNS message, ... | https://github.com/localstack/localstack/issues/6613 | https://github.com/localstack/localstack/pull/6625 | 99557cfc4771348e15fd5c2e73102eb237bd2286 | 9e00807d82b74a094cb54f42b06e515104a7eb5b | 2022-08-08T15:21:37Z | python | 2022-08-11T19:31:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,612 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | bug: SQS SendMessage InvalidParameterValue DelaySeconds 0 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have an application which uses SQS.
It works in production.
It has acceptance tests which were passing with localstack until very recently.
Now I see:
```
An error occurred (InvalidParameterValue)... | https://github.com/localstack/localstack/issues/6612 | https://github.com/localstack/localstack/pull/6633 | 8f157e56ba9808945e445950b749a3a58d6e953f | ccdddb3d19dc256e0138894de431265a91a2c0f7 | 2022-08-08T14:23:00Z | python | 2022-08-10T20:06:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,567 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/awslambda/lambda_utils.py", "localstack/utils/aws/aws_models.py", "tests/unit/test_lambda.py"] | bug: Lambda initialization slow on Docker Desktop bind volumes | ## Problem
Currently, even if `LAMBDA_REMOTE_DOCKER=1`, we unzip the zip files in the directory they are in, which is usually /var/lib/localstack, which usually has a bind mount to the host.
On docker desktop, due to the use of grpc-FUSE (on macos), this can be very slow, about 200 times slower than on volumes / dire... | https://github.com/localstack/localstack/issues/6567 | https://github.com/localstack/localstack/pull/6595 | 3f7a7fe727e99860e80fd8c12e33656086e8925d | e269ebf7dab39ed67385023f891114728a50eae6 | 2022-08-01T09:34:38Z | python | 2022-08-09T13:30:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,566 | ["localstack/services/awslambda/lambda_api.py", "localstack/utils/aws/aws_models.py", "tests/integration/awslambda/test_lambda.py", "tests/integration/awslambda/test_lambda.snapshot.json", "tests/integration/awslambda/test_lambda_size_lims.py", "tests/integration/awslambda/test_lambda_whitebox.py", "tests/unit/test_lam... | bug: Lambda state does not reflect internal state | While a lambda is still processing (archive unpacking etc), the lambda state should be set to "Pending" (currently "Active") and invocations to that lambda should fail (currently, it can end up in a inconsistent state in this case, like lambdas being executed without layers).
Lambda state should reflect the current ... | https://github.com/localstack/localstack/issues/6566 | https://github.com/localstack/localstack/pull/6575 | c341336dbf5ab9c89d54509f68bcd2e4dca5ce4b | a364f14e880a8f66a5ee9d1ee5b34ca5f3ac409b | 2022-08-01T09:28:36Z | python | 2022-08-03T12:36:46Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,553 | ["localstack/services/s3/s3_listener.py", "tests/integration/s3/test_s3.py"] | bug: S3 internalError when try to get an object which was deleted before instead of error code NoSuchKey | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
We have some tests which are creating and deleting objects at s3. This tests are failing with localstack version 0.14.4 and newer.
Because of an internalError we get as error null instead of NoSuchKey as error ... | https://github.com/localstack/localstack/issues/6553 | https://github.com/localstack/localstack/pull/7246 | edbfece1bd332b8d3f5f5af35028f8d0785836f4 | c91c1660f9ae876be2cebdae144d471e27e88d51 | 2022-07-29T15:07:45Z | python | 2022-11-29T13:54:05Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,544 | ["localstack/aws/protocol/parser.py", "localstack/aws/protocol/serializer.py", "localstack/services/s3/s3_listener.py", "tests/unit/aws/protocol/test_serializer.py"] | bug: Incorrect error response from get-object | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Localstack (1.0.2) returns what appears to be an incorrect error response when calling `get-object` against a non-existent bucket:
```
$ awslocal --debug s3api get-object --bucket=not-exists-2341234 --key=does... | https://github.com/localstack/localstack/issues/6544 | https://github.com/localstack/localstack/pull/6548 | 20f964dc060826434e752b1c1cfc1b90b7f897df | 42abace469fa57ecad6733170be874b4c1e3160b | 2022-07-29T07:26:55Z | python | 2022-07-29T13:15:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,532 | ["localstack/services/apigateway/helpers.py", "localstack/services/apigateway/provider.py", "localstack/testing/snapshots/transformer_utility.py", "tests/integration/awslambda/functions/lambda_aws_proxy.py", "tests/integration/test_apigateway_integrations.py", "tests/integration/test_apigateway_integrations.snapshot.js... | path being passed into event missing trailing slash | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
event path doesn't have trailing slash
### Expected Behavior
event path should have trailing slash
### How are you starting LocalStack?
With a docker-compose file
### Steps To Reproduce
{**'path': '/get_pres... | https://github.com/localstack/localstack/issues/6532 | https://github.com/localstack/localstack/pull/6647 | a7014a8a16520af74daf088e0b80a3810e847c6d | 013752a8720723e3123ea34f66683fe89e3933ae | 2022-07-27T20:25:40Z | python | 2022-09-08T11:29:10Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,528 | ["localstack/aws/client.py", "localstack/aws/protocol/serializer.py", "tests/unit/aws/protocol/test_serializer.py", "tests/unit/aws/test_client.py"] | bug: Describe Subnets Response Diverges from AWS | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
In AWS, DescribeSubnet Response returns:
```
<?xml version="1.0" encoding="UTF-8"?>\n
<Response>
<Errors>
<Error>
<Code>InvalidSubnetID.NotFound</Code>
... | https://github.com/localstack/localstack/issues/6528 | https://github.com/localstack/localstack/pull/6535 | c1c582ec727ff03cc3b67507a36efd42e94c8ffc | b68805b7fa8cd99af0eb663a551908f0996a8a6b | 2022-07-27T17:12:43Z | python | 2022-07-28T10:19:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,495 | ["localstack/utils/aws/aws_responses.py", "tests/unit/utils/aws/test_aws_responses.py"] | bug: Responses contain mixed-case boolean values | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm using [Localstack with the Rust SDK](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/localstack.html), and it is reporting an error parsing the `RunInstancesResponse` type:
```
Error: Error parsing XML:... | https://github.com/localstack/localstack/issues/6495 | https://github.com/localstack/localstack/pull/6525 | c55c5deebbb59d178a543dde2811b59006c678f2 | 20f964dc060826434e752b1c1cfc1b90b7f897df | 2022-07-21T15:28:28Z | python | 2022-07-29T09:35:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,462 | ["localstack/services/apigateway/integration.py", "localstack/services/apigateway/invocations.py", "localstack/services/apigateway/patches.py", "localstack/services/apigateway/provider.py", "tests/integration/apigateway_fixtures.py", "tests/integration/awslambda/functions/lambda_aws_proxy.py", "tests/integration/awslam... | bug: API Gateway Method Integration's Request Template modifies event incorrectly | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have the following resource in my CloudFormation template which creates an API Gateway Method with and Integration that has a Request Template:
```json
"AppSignUpApiGatewayMethod": {
... | https://github.com/localstack/localstack/issues/6462 | https://github.com/localstack/localstack/pull/6667 | bc127373ffa696d05ffacf2391cf03c113036992 | c422d9ef8c9438ff252423a6b910ddbebb62b81d | 2022-07-15T12:23:49Z | python | 2022-08-23T21:13:43Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,458 | ["localstack/services/awslambda/lambda_executors.py", "localstack/utils/docker_utils.py", "tests/unit/test_lambda.py"] | bug: localstack CLI seems to download old images (slowly!) if `latest` is missing | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I've been having issues with either Docker or Localstack, so a couple of times today I've removed all the images (and eventually reset/reinstalled Docker Desktop which deleted all the images again). I've not... | https://github.com/localstack/localstack/issues/6458 | https://github.com/localstack/localstack/pull/6474 | d509cdfbbf96823b0ed1b90db0ef4eaa200870ba | 186c9ddb13f084dcbe3c37c0a98025869fcbb63d | 2022-07-14T14:06:07Z | python | 2022-07-18T16:36:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,445 | ["localstack/aws/app.py", "localstack/aws/handlers/__init__.py", "localstack/aws/handlers/legacy.py"] | bug: SQS performance regression with ASF | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Hi, I'm testing the image `localstack/localstack:0.14.5`, and setting `LEGACY_EDGE_PROXY=1` makes the following cleanup code much slower:
`for queue in client.list_queues()['QueueUrls']: client.purge_queue(Queu... | https://github.com/localstack/localstack/issues/6445 | https://github.com/localstack/localstack/pull/6558 | 7499b14bbd14d93a3ae6ecfd0cd24b8110b34801 | 4736afb30999b5e356e327d178f31a80da494cf0 | 2022-07-13T10:33:14Z | python | 2022-08-01T15:51:18Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,422 | ["localstack/aws/protocol/parser.py", "tests/integration/s3/test_s3.py", "tests/unit/aws/protocol/test_parser.py"] | bug: s3 get-object-attributes throws Unable to parse response, invalid XML received error | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
There is an issue with `get-object-attributes` command which results in below error always:
`aws --endpoint-url=http://localhost:4566 s3api get-object-attributes --bucket s3mock --key 20.txt --object-attri... | https://github.com/localstack/localstack/issues/6422 | https://github.com/localstack/localstack/pull/6435 | 3a488951c7d7d4fa6dd1815f380f7791b9e041a1 | 2c85ccd81a17aee57211d915eacef6d127e46094 | 2022-07-08T14:27:08Z | python | 2022-07-12T12:51:20Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,419 | ["localstack/services/opensearch/cluster.py", "localstack/services/opensearch/cluster_manager.py", "localstack/services/opensearch/provider.py", "tests/integration/test_opensearch.py"] | bug: Unable to access elastic search endpoint return via domain command using port endpoint strategy | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am using below docker-compose file to start the localstack container with es service
```
version: "3"
services:
wiremock:
image: "rodolpheche/wiremock"
ports:
- "8080"
localstack:
... | https://github.com/localstack/localstack/issues/6419 | https://github.com/localstack/localstack/pull/6638 | f0fef3238e41d61c10795ed3720f43ea0ad13f90 | 5f2570ebd560a065e1f641db9074843abb8ec426 | 2022-07-08T09:24:09Z | python | 2022-08-24T11:42:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,416 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py", "tests/integration/test_sqs.snapshot.json"] | bug: SQS attribute ApproximateNumberOfMessagesDelayed not updated in latest(0.14.4) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I m defining a queue with 30s delay (DelaySeconds)
After sending message ApproximateNumberOfMessagesDelayed is still at 0
### Expected Behavior
Define a queue with 30s delay
Send a message
Ve... | https://github.com/localstack/localstack/issues/6416 | https://github.com/localstack/localstack/pull/6591 | 60eff5296c0ac8bb95201c0fb64f790a008db5c8 | 9b15e4ab48f3da50d3c047c4d6810680c42d9eb2 | 2022-07-07T20:06:24Z | python | 2022-08-04T11:46:00Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,361 | ["localstack/services/plugins.py"] | implement service provider fallback | This issue has shown that, when we introduce new providers and propagate the configs to users, then remove the config ("asf" was removed and renamed to "default"), user configuration breaks
- #6358
One way of dealing with this is checking at startup time whether the configured providers are available, and if not, l... | https://github.com/localstack/localstack/issues/6361 | https://github.com/localstack/localstack/pull/6391 | 28ddb0d0adc8e7025d58530756adbcf257526b44 | 85c8855e0646e90440d88f99bc713bc28f7f6d04 | 2022-06-28T13:13:32Z | python | 2022-07-05T09:38:51Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,327 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | ContentBasedDeduplication not working correctly in FIFO queue | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I created an SQS FIFO queue with content based deduplication and sent a message that contains the same messageBody and attributes twice.
The message gets sent and received by the queue twice.
Im using the la... | https://github.com/localstack/localstack/issues/6327 | https://github.com/localstack/localstack/pull/6460 | b848ed372e7de1c83e029c479426a4f54e6a3e13 | 2860fb5417691d8ea7d96c60b7c7d819949ef73d | 2022-06-23T05:28:29Z | python | 2022-07-15T11:29:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,304 | ["localstack/aws/protocol/serializer.py", "tests/integration/test_opensearch.py", "tests/unit/aws/protocol/test_serializer.py"] | bug: OpenSearch domain error running Terraform destroy | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm using terraform to create/destroy infrastructure and specifically using Terratest & Localstack for testing purposes. I can create the OpenSearch domain without issues but when I try to destroy it fails and sto... | https://github.com/localstack/localstack/issues/6304 | https://github.com/localstack/localstack/pull/6370 | 8afcec477f5cc9b9c2b12aa58fd575686913b865 | 8fe72c17135e03d3d95dfb8cb6012487734246ac | 2022-06-20T10:49:32Z | python | 2022-07-01T18:03:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,245 | ["localstack/services/sns/provider.py", "tests/integration/test_notifications.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json", "tests/unit/test_sns.py"] | Class cast Exception while reading message attributes from SNS event records | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
### Issue
I deployed jar as lambda function in localstack triggered by SNS Event. I published a compressed payload to SNS topic which triggered my lambda function. During runtime, SNS Event to ... | https://github.com/localstack/localstack/issues/6245 | https://github.com/localstack/localstack/pull/6373 | f643410ec1aa979038e90b8d74393115bce897e5 | 8afcec477f5cc9b9c2b12aa58fd575686913b865 | 2022-06-10T06:00:54Z | python | 2022-07-01T18:00:26Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,163 | ["localstack/services/cloudformation/models/__init__.py", "localstack/services/cloudformation/models/opensearch.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/templates/opensearch_domain.yaml", "tests/integration/test_opensearch.py"] | question: Are there any plans to add AWS::OpenSearchService::Domain resource? | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
I am using serverless framework with localstack and I am unable to define an `AWS::OpenSearchService::Domain` resource. I guess I'll have to use `AWS::Elasticsearch::Domain` instead but it is de... | https://github.com/localstack/localstack/issues/6163 | https://github.com/localstack/localstack/pull/6199 | 267631b9c17dc3047d671c4541cbd1d022b8937d | c05736fb808860b6327ce400bce7ddf988af4338 | 2022-05-29T23:06:24Z | python | 2022-06-07T10:39:47Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,157 | ["localstack/config.py"] | After Install: ImportError: cannot import name 'Literal' from 'typing' | I followed the instructions for installing localstack running the following command:
`python3 -m pip install localstack`
Then, I ran localstack:
`python3 -m localstack.cli.main`
Which throws the following error:
`ImportError: cannot import name 'Literal' from 'typing' (/usr/lib64/python3.7/typing.py)` | https://github.com/localstack/localstack/issues/6157 | https://github.com/localstack/localstack/pull/6231 | ff5febce20d75dc1ee58ca8031809eb26c8c2537 | d7b10447c6a57d477867a314ea4b2310b7433430 | 2022-05-27T19:32:34Z | python | 2022-06-08T10:46:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,155 | ["localstack/utils/cloudformation/template_deployer.py", "tests/integration/cloudformation/api/test_stacks.py", "tests/integration/cloudformation/api/test_stacks.snapshot.json", "tests/integration/templates/stack_update_1.yaml", "tests/integration/templates/stack_update_2.yaml", "tests/integration/templates/stack_updat... | samlocal not returning on second and later deploys | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When executing samlocal deploy twice without updating the template it gets stuck after the deploy step (before the step of the output is shown)
Also i left it running for long time checking if it could finish a... | https://github.com/localstack/localstack/issues/6155 | https://github.com/localstack/localstack/pull/7272 | 0bf2ae219dceb9edc6a9f9884f813030e219858a | 732a8e743f222b1375b2c91113bb5cc8c217ae75 | 2022-05-26T20:26:32Z | python | 2022-12-02T14:33:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,146 | ["localstack/aws/forwarder.py", "localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | bug: Received SQS message attribute ApproximateFirstReceiveTimestamp is a floating point value instead of an integer timestamp | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
SQS message attribute `ApproximateFirstReceiveTimestamp` has a decimal value in addition to the timestamp integer. Example response payload from a `sqs receive-message` request:
```
{
"Messages": [
... | https://github.com/localstack/localstack/issues/6146 | https://github.com/localstack/localstack/pull/6147 | 2a564393d57a75f59206e2be16da0002c9019d2d | 5f46acaa9759d854366fc57717f45de19f500fe1 | 2022-05-25T19:20:51Z | python | 2022-05-26T11:06:14Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,143 | ["localstack/services/iam/provider.py", "localstack/utils/cloudformation/template_preparer.py", "tests/integration/cloudformation/test_cloudformation_sam.py", "tests/integration/templates/sam_function-policies.yaml"] | Failing when creating a new policy inside lambda | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The first time you run samlocal deploy --guided, once starts the deploy it fails with this error inside the docker image.
```localstack_main | 2022-05-25T14:56:42.418:WARNING:localstack.utils.... | https://github.com/localstack/localstack/issues/6143 | https://github.com/localstack/localstack/pull/6148 | faf5d421dbecdb9c31bfb9f874e13c2fade87ab8 | 2a564393d57a75f59206e2be16da0002c9019d2d | 2022-05-25T15:25:12Z | python | 2022-05-25T22:12:46Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,134 | ["localstack/services/apigateway/integration.py", "localstack/services/apigateway/invocations.py", "tests/integration/awslambda/test_lambda_integration.py"] | bug: REST ApiGateway responses header content-type always text/html | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I Created an REST APIGatway with lambda handler using AWS CDK. when I hit the API the response header content type is always set to "text/html" instead of `application/json` . even if I changed the respons... | https://github.com/localstack/localstack/issues/6134 | https://github.com/localstack/localstack/pull/6408 | 8c7449864f8b9e74a709edbc78511e19246cf718 | e2c1dd66cd97264048cd94f623fc243a2d4e895b | 2022-05-24T18:50:36Z | python | 2022-07-08T08:11:11Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,111 | ["Makefile", "bin/lambda/Dockerfile.nodejs14x", "localstack/contrib/thundra.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/awslambda/lambda_utils.py", "tests/integration/awslambda/test_lambda.py", "tests/integration/awslambda/test_lambda.snapshot.json"] | feature request: Support mapping of runtime to container name | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
The use case I have in mind is to run Node 16.x Lambdas - the default container registry is `lambci/lambda` which is effectively abandoned. [Not even Node 14.x has been published](https://github.com/lambci/dock... | https://github.com/localstack/localstack/issues/6111 | https://github.com/localstack/localstack/pull/6200 | 34dff608860d710a9dcb3ad0b487d0fd15295648 | 270672429c64ebcbceecf84f633aaf6be7839df9 | 2022-05-20T21:00:58Z | python | 2022-06-29T13:46:01Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,107 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | bug: SQS reports that "MessageGroupId" is required when it is not | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When calling `ReceiveMessage` on a FIFO queue, I _sometimes_ get HTTP 400 with the message:
```
[Aws\Sqs\Exception\SqsException] ... | https://github.com/localstack/localstack/issues/6107 | https://github.com/localstack/localstack/pull/6115 | 308ee11005d0b3d9ad90e1d3a3cf14e532391098 | e2618605481e3c059e15587c34a311b7b482cfe9 | 2022-05-20T14:39:16Z | python | 2022-05-21T16:50:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,096 | ["localstack/services/apigateway/helpers.py", "localstack/services/awslambda/event_source_listeners/sqs_event_source_listener.py", "localstack/services/awslambda/event_source_listeners/stream_event_source_listener.py", "localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_utils.py", "loca... | feature request: Support Lambda filtering on DynamoDB | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Basically we want to only run the lambda when an insert is occurring in DynamoDB.
I tested using Dynobase deleting a record and the lambda still triggered.
```
resource "aws_lambda_event_source_mapping" "e... | https://github.com/localstack/localstack/issues/6096 | https://github.com/localstack/localstack/pull/6212 | e7598134fad9e628d93096d5a53e4d3db43c21fb | 2a9be8c4dc3b7193c8c56232c910535ee56a2945 | 2022-05-19T14:58:22Z | python | 2022-08-23T13:37:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,056 | [".circleci/config.yml", "localstack/services/dynamodb/provider.py", "localstack/utils/aws/aws_stack.py", "tests/integration/test_error_injection.py"] | LocalStack DYNAMODB_WRITE_ERROR_PROBABILITY | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
After configuring it withEnv("DYNAMODB_WRITE_ERROR_PROBABILITY", "1.0") — it is expected to throw dynamo throuput exception , but throwing 500 error - `(Service: DynamoDb, Status Code: 500, Req... | https://github.com/localstack/localstack/issues/6056 | https://github.com/localstack/localstack/pull/6063 | 0a4359f13c51761713d6a5ea1ebd6ac962394443 | c55ce9eca151c0f90b7cc60a2040eb3d6ffab262 | 2022-05-13T03:34:36Z | python | 2022-05-14T14:57:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,044 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | bug: SQS client crashes if malformed request | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When sending a "malformed" request (and empty string in a MessageAttribute) the SQS client crashes with:
```
SerializationError: failed to unmarshal error message
status code: 500, request id:
caused by: Unm... | https://github.com/localstack/localstack/issues/6044 | https://github.com/localstack/localstack/pull/6090 | 5745e328fc1fe5f79e2bee2c7fb65f280cce48c5 | e2ec88f027a4e246753a243911e32c0f54c2f9c1 | 2022-05-11T06:11:28Z | python | 2022-05-19T09:53:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,022 | ["localstack/services/awslambda/lambda_api.py"] | question: Can't use apigateway lambda with chalice-local and localstack | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
Problem when following chalice tutorial with chalice-local and localstack:
https://aws.github.io/chalice/quickstart.html
```
DEBUG=1 localstack start
chalice-local new-project hello
cd ... | https://github.com/localstack/localstack/issues/6022 | https://github.com/localstack/localstack/pull/6042 | 2080d292bd27816dc67b35c5ec58eb1272be40d7 | f507e1e228f4365d9b35db1f02f6099613354ccb | 2022-05-06T15:55:48Z | python | 2022-05-11T06:17:26Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 6,021 | ["Makefile", "bin/lambda/Dockerfile.nodejs14x", "localstack/contrib/thundra.py", "localstack/services/awslambda/lambda_executors.py", "localstack/services/awslambda/lambda_utils.py", "tests/integration/awslambda/test_lambda.py", "tests/integration/awslambda/test_lambda.snapshot.json"] | bug: Lambda won't execute if using ES6 export syntax | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When running a lambda using E6S export syntax:
```
export const handler = (event) => {
console.log("hello world");
console.log(event);
return event;
};
```
with `"type": "module"` set in my `pa... | https://github.com/localstack/localstack/issues/6021 | https://github.com/localstack/localstack/pull/6200 | 34dff608860d710a9dcb3ad0b487d0fd15295648 | 270672429c64ebcbceecf84f633aaf6be7839df9 | 2022-05-06T15:42:18Z | python | 2022-06-29T13:46:01Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,988 | ["localstack/services/apigateway/integration.py", "localstack/utils/aws/templating.py", "tests/unit/test_apigateway.py", "tests/unit/test_templating.py"] | bug: AppSync velocity resolvers #return macro unsupported | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
`#return` macro for AppSync is not supported
```
- ["Error in template '<string>' at position 48-60 in expression: #return($v1)\nException: no such macro: return\n\nGraphQL request:3:11\n2 | {\n3 | ... | https://github.com/localstack/localstack/issues/5988 | https://github.com/localstack/localstack/pull/6035 | 1d6d83408b172f626d0653031e2470c1c1993ba3 | 4ec0bbe09215191e46df96affbb87ae61f3f71fc | 2022-05-02T20:14:37Z | python | 2022-05-10T19:45:58Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,942 | ["localstack/services/apigateway/helpers.py", "localstack/services/awslambda/event_source_listeners/sqs_event_source_listener.py", "localstack/services/awslambda/event_source_listeners/stream_event_source_listener.py", "localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_utils.py", "loca... | feature request: implement --filter-criteria for lambda event source mappings | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
AWS has a feature which allows you to [filter incoming lambda invocations using rules](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html). Without this feature I need to filter i... | https://github.com/localstack/localstack/issues/5942 | https://github.com/localstack/localstack/pull/6212 | e7598134fad9e628d93096d5a53e4d3db43c21fb | 2a9be8c4dc3b7193c8c56232c910535ee56a2945 | 2022-04-27T16:41:49Z | python | 2022-08-23T13:37:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,916 | ["localstack/services/dynamodb/provider.py", "tests/integration/test_dynamodb.py"] | bug: Response object TableDescription contains a member which is not specified: TableClass | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
> ERROR:localstack.aws.protocol.serializer: Response object TableDescription contains a member which is not specified: TableClass
>
> Traceback (most recent call last):
>
> File "/opt/code/localstack/local... | https://github.com/localstack/localstack/issues/5916 | https://github.com/localstack/localstack/pull/5923 | 386781e75cfbbf7ffa0fec4ebdc73c7e4ae6d763 | 2aa079a74a4b2904190c229635dd6b2e9b1d508c | 2022-04-22T09:19:21Z | python | 2022-04-25T08:58:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,908 | ["localstack/services/dynamodb/provider.py", "tests/integration/test_dynamodb.py"] | bug: DynamoDB TransactGetItems always returns ResourceNotFoundException | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
* Create any table with any records
* Do a TransactGetItems on the table
* Localstack returns
```
ResourceNotFoundException: Cannot do operations on a non-existent table
```
### Expected Behavior
... | https://github.com/localstack/localstack/issues/5908 | https://github.com/localstack/localstack/pull/5909 | dac13f5d8206e405e660942dbca0507dd22576d4 | 5a89c292c10e61943779cc2254ab43aa808c36b5 | 2022-04-21T14:58:03Z | python | 2022-04-21T17:06:30Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,890 | ["localstack/services/sqs/sqs_listener.py", "tests/integration/test_sqs.py"] | bug: SQS Fifo does not work (version 0.14.2) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm on an M1 mac. I had a queue with the same name as the following, but it was not a FIFO queue, so I deleted it and recreated. Although it let me create the queue, it didn't exist when I went to the URL.
So I... | https://github.com/localstack/localstack/issues/5890 | https://github.com/localstack/localstack/pull/5892 | d8ea2a425a6a9eff16a3ed4e553be764e1eaf803 | f7a9bf8846c3e6e1f767597ef3e94f93e6e5f674 | 2022-04-19T00:53:14Z | python | 2022-04-20T11:42:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,843 | ["localstack/services/dynamodb/provider.py", "tests/integration/test_dynamodb.py"] | bug: DynamoDB ResourceNotFoundException when performing BatchGetItem | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am receiving a ResourceNotFoundException when attempting to run a BatchGetItem operation on a table that exists. Downgrading to `0.14.2` fixes the issue and I was not receiving this issue on Friday when r... | https://github.com/localstack/localstack/issues/5843 | https://github.com/localstack/localstack/pull/5848 | 67fddeb0e4792df58f8b61a85851b8502324015e | 95b53bca4567f1b99b3d8392c12e1030b3259480 | 2022-04-11T18:26:06Z | python | 2022-04-12T18:29:21Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,835 | ["localstack/services/edge.py", "localstack/utils/urls.py"] | bug: Referer header is not consistent across resource methods (apigateway) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Reproducible with https://github.com/localstack/localstack-terraform-samples/tree/master/apigatewayv2-http-referer-header
Describe here https://github.com/localstack/localstack/issues/5833
### Expected Behavio... | https://github.com/localstack/localstack/issues/5835 | https://github.com/localstack/localstack/pull/5839 | 9286deba40358de1bcb4d8f9cdb9f684511a09a3 | c4930f47a40b83188b66c279735382e713b719b3 | 2022-04-09T16:40:40Z | python | 2022-04-14T16:25:08Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,831 | ["localstack/services/dynamodb/provider.py", "tests/integration/test_dynamodb.py"] | bug: DynamoDb local secondary index not found | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using the latest docker image, if we define a local secondary index for a dynamodb table and query it, localstack fails with `Index Not Found`
This behaviour is not seen in the previous version of the dock... | https://github.com/localstack/localstack/issues/5831 | https://github.com/localstack/localstack/pull/5847 | 0a1e93e1e83ac48aa9b8f4c5adab862cd086e925 | dc25fb65bb5fb3dc3dcc3950a32ca55d90daec5a | 2022-04-08T06:47:49Z | python | 2022-04-13T07:34:06Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,820 | ["localstack/cli/localstack.py"] | feature request: Surface expired or missing API key via `localstack wait` | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Originally raised [on Slack](https://localstack-community.slack.com/archives/CMAFN2KSP/p1649264485098269).
Our GH Actions started [timing out](https://localstack-community.slack.com/archives/CMAFN2KSP/... | https://github.com/localstack/localstack/issues/5820 | https://github.com/localstack/localstack/pull/6477 | e105e4880583b573287ca9e36d78b385eac227c8 | 4967399f262d49cac7f83608cdd6d13c91f602d6 | 2022-04-06T17:21:48Z | python | 2022-07-21T14:35:03Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,792 | ["localstack/services/providers.py"] | bug: KMS_PROVIDER=local-kms not honored | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When updating from 0.14.1 to 0.14.2 it appears that the `KMS_PROVIDER` environment variable is no longer honored, and `local-kms` is not used.
### Expected Behavior
Setting `KMS_PROVIDER=local-kms` and using the... | https://github.com/localstack/localstack/issues/5792 | https://github.com/localstack/localstack/pull/5793 | 7af8ed9f84b8e603b5af6db2c5647dd65c701c90 | 0f356a6024c4514d2f8f5942baf0a08098e18520 | 2022-04-01T17:58:31Z | python | 2022-04-01T18:59:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,784 | ["localstack/config.py"] | DYNAMODB_SHARE_DB is not passed to container when LocalStack started with CLI | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The documentation states that when setting DYNAMODB_SHARE_DB=1 DynamodDB will use a single database for each credential and region. This doesn't work when LocalStack is started from CLI. For example:
`DYNAMODB_... | https://github.com/localstack/localstack/issues/5784 | https://github.com/localstack/localstack/pull/5842 | d2ffa1fbfa0f9e869b4fcdc209247a79988e433a | ef92370b797ad9074c53cfb2c92bd1481ebfb40d | 2022-03-31T22:02:01Z | python | 2022-04-11T17:14:14Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,780 | ["localstack/constants.py", "localstack/services/apigateway/apigateway_listener.py", "localstack/services/edge.py", "localstack/services/generic_proxy.py"] | bug: use custom header instead of Authorisation for routing and region detection | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
We are using the `Authorization` header for routing purposes
```
"authorization: AWS4-HMAC-SHA256 <...>"
```
https://github.com/localstack/localstack/issues/5770
### Expected Behavior
Use a custom heade... | https://github.com/localstack/localstack/issues/5780 | https://github.com/localstack/localstack/pull/5809 | cb15d705a26592bba7de0c78ef55e3ec47e398a8 | c9afb54109f6df150135da7506e6875e82937571 | 2022-03-31T10:05:27Z | python | 2022-04-07T07:27:19Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,749 | ["Dockerfile"] | bug: TLS Handshake Failure | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When making a curl call to against localstack in a container, it causes localstack to die and restart.
I am using a Mac M1 that has been upgraded to Monterey 12.3.
From what I can tell, this is related to t... | https://github.com/localstack/localstack/issues/5749 | https://github.com/localstack/localstack/pull/5856 | 2d62321e3ad783693992ac338bf1ac8ee1cc15b8 | ccf8c3bd54b8420225cc2cb4d6d4896834b48686 | 2022-03-25T12:42:17Z | python | 2022-04-13T14:37:14Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,716 | ["localstack/aws/api/kms/__init__.py", "localstack/aws/protocol/serializer.py", "localstack/config.py", "localstack/services/cloudformation/models/kms.py", "localstack/services/dynamodb/dynamodb_listener.py", "localstack/services/kms/kms_listener.py", "localstack/services/kms/kms_starter.py", "localstack/services/kms/p... | bug: KMS Sign returns Unknown Error when using Lambda Containers | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When attempting to sign some document using Localstack KMS inside a lambda container (also running on localstack), the localstack KMS listener returns some unknown error.
The KMS key and lambda containers have ... | https://github.com/localstack/localstack/issues/5716 | https://github.com/localstack/localstack/pull/5725 | 52d7d1e589a7d7e1b49db27ffcc9ba929fdd43c2 | 70958beb42bbf3d686dbf4453618618b6705879a | 2022-03-22T01:07:23Z | python | 2022-03-22T21:58:50Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,692 | ["localstack/services/cloudformation/models/sqs.py", "tests/integration/cloudformation/test_cloudformation_sqs.py", "tests/integration/templates/sqs_fifo_autogenerate_name.yaml"] | bug: sqs creation breaks with 0.14.1 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Having the following cdk definition for a sqs queue
const queue = new sqs.Queue(scope, `foo-queue`, {
fifo: true,
visibilityTimeout: Duration.seconds(300),
contentBasedDeduplication: true
})
depl... | https://github.com/localstack/localstack/issues/5692 | https://github.com/localstack/localstack/pull/5700 | 6a6f38fb5f1cdce2bc60fdbd9f3f0e2b4e458dbf | bffe95e6f2d41c9c1882a23791014a75fe399f42 | 2022-03-17T11:45:07Z | python | 2022-03-19T09:14:54Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,689 | ["localstack/services/apigateway/apigateway_listener.py"] | UnicodeDecodeError after Lambda handling | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
Hello,
I am new in localstack and AWS too. I created AWS Lambda handler, which is integrated with APIGateway. This handler accepts multipart/form-data, because request has to have image in it... | https://github.com/localstack/localstack/issues/5689 | https://github.com/localstack/localstack/pull/5721 | fca4df72170343f2c78dad08a49fc5f3c15df099 | f0a574cfd6030e42c6cd9446fd977bd46ad00593 | 2022-03-16T22:25:12Z | python | 2022-03-22T16:24:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,674 | ["localstack/services/awslambda/lambda_utils.py", "localstack/services/cloudformation/deployment_utils.py", "localstack/services/cloudformation/models/apigateway.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/templates/apigateway_integration.json", "tests/unit/test_cloudformation.py"] | bug: CloudFormation resource AWS::ApiGateway::UsagePlan stuck in UPDATE_IN_PROGRESS | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I create a CloudFormation stack with an `AWS::ApiGateway::UsagePlan` resource, but that resource is stuck in `UPDATE_IN_PROGRESS`.
And the resource hasn't been created:
```
> aws --endpoint-url=http://... | https://github.com/localstack/localstack/issues/5674 | https://github.com/localstack/localstack/pull/5794 | 0f356a6024c4514d2f8f5942baf0a08098e18520 | 8a0cd56262790e5b91486361c018139dc0b8dc7b | 2022-03-14T19:54:23Z | python | 2022-04-01T20:06:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,671 | ["localstack/services/cloudformation/deployment_utils.py", "localstack/services/sqs/provider.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/cloudformation/test_cloudformation_engine.py", "tests/integration/cloudformation/test_cloudformation_engine.snapshot.json"] | bug: Cannot create a target group using cloudformation | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When trying to create a stack with only a VPC and a TargetGroup, the deploy command fails with the following error:
`2022-03-14T14:28:13.883:WARNING:localstack.utils.cloudformation.template_deployer: Erro... | https://github.com/localstack/localstack/issues/5671 | https://github.com/localstack/localstack/pull/6662 | 7e3045dcdca255e01c0fbd5dbf0228e500e8f42e | 9613a8373a2bd2f394d1565b5fe57da1a283cac1 | 2022-03-14T14:29:17Z | python | 2022-08-16T18:17:18Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,604 | ["localstack/services/sns/provider.py", "localstack/testing/pytest/fixtures.py", "localstack/utils/aws/dead_letter_queue.py", "tests/integration/test_sns.py", "tests/integration/test_sns.snapshot.json", "tests/integration/test_sqs.py"] | question: Is there any reason behind SNS DLQ message have different format than original AWS? | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
I'm trying to implement locally DLQ for SNS with SQS, the problem is, on localstack SQS DLQ message coming from SNS have different format than what you would expect in AWS
When I tested... | https://github.com/localstack/localstack/issues/5604 | https://github.com/localstack/localstack/pull/6168 | 35bed8d751e17dd4e6ff0cb919efe4df888798e6 | 826eaf4e189ce7a9e246c0755dcf7404531fbb49 | 2022-03-04T09:20:12Z | python | 2022-05-31T15:03:07Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,598 | ["localstack/services/generic_proxy.py", "localstack/utils/server/http2_server.py", "tests/unit/utils/test_http2_server.py"] | bug: pushing an image up to localstack `ecr`; `awslocal ecr batch-get-images` says ImageNotFound? | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When trying to push an container image up to `localstack` via docker, and based on the advertised localstack.cloud documentation, I am then faced with multiple clues telling me that the image has in fact not... | https://github.com/localstack/localstack/issues/5598 | https://github.com/localstack/localstack/pull/5617 | 353394df90106ceeac94409194bdbb50a567dfef | cc8f67b0cf86605a194e2bbb356281ceace13cda | 2022-03-03T09:04:30Z | python | 2022-03-05T23:13:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,587 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/apigateway/context.py", "localstack/services/apigateway/helpers.py", "localstack/services/apigateway/integration.py", "localstack/utils/aws/aws_stack.py", "localstack/utils/aws/templating.py", "localstack/utils/objects.py", "tests/unit/test_... | bug: VTL request templates not handled properly | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Currently the VTL template for `request_templates` is not processed properly:
```
#set( $body = $input.json("$") )
#macro( loop $map )
{
#foreach($key in $map.keySet())
#set( $k = $util.escap... | https://github.com/localstack/localstack/issues/5587 | https://github.com/localstack/localstack/pull/5618 | e91d3f7a1e07341de9a68ecb0d23a4b74397be6d | 29f5bfaf74eb56a3227582d1b565b4ce7ba7ea2e | 2022-02-28T17:54:14Z | python | 2022-03-10T10:35:33Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,562 | ["localstack/services/cloudwatch/alarm_scheduler.py", "localstack/services/cloudwatch/provider.py", "localstack/testing/snapshots/transformer_utility.py", "tests/integration/test_cloudwatch.py", "tests/integration/test_cloudwatch.snapshot.json", "tests/unit/test_cloudwatch.py"] | bug: SerializationError when calling cloudwatch "EnableAlarmActions" | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When calling
`cloudWatchClient.EnableAlarmActions(&cloudwatch.EnableAlarmActionsInput{AlarmNames: alarmNames})`
with golang I receive a SerializationError with bytes in the error message saying:
`... | https://github.com/localstack/localstack/issues/5562 | https://github.com/localstack/localstack/pull/6491 | b68805b7fa8cd99af0eb663a551908f0996a8a6b | f0ff5f861b4bb6db683189155a047f25cdbe3812 | 2022-02-23T16:30:44Z | python | 2022-07-28T10:24:39Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,546 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/apigateway/helpers.py"] | Mock integrations in API Gateway not working | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Beacuse we use localstack for alot of integration tests and we often need to mock some rest api I wanted to use the mock function of api gateway to make a simple rest api mock, but I cant get it to work properly. ... | https://github.com/localstack/localstack/issues/5546 | https://github.com/localstack/localstack/pull/5568 | 0221d2908307c2b00e91336aa07e608669341788 | baee5eff3fb34ddc96fa55348820979d17cd1dce | 2022-02-22T08:44:43Z | python | 2022-02-28T11:49:48Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,520 | ["setup.cfg"] | bug: Poetry install localstack['runtime'] fails | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Poetry runs dependency resolver forever when I run `poetry add localstack['runtime']`
### Expected Behavior
Install should succeed
### How are you starting LocalStack?
Custom (please describe below)
### Steps... | https://github.com/localstack/localstack/issues/5520 | https://github.com/localstack/localstack/pull/5912 | ebd990b23cecc8958e0702143547fc78f0baa578 | 82bf31883d74b55783eaf16f639a92e72cab36d6 | 2022-02-18T22:39:30Z | python | 2022-04-22T08:59:16Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,508 | ["localstack/services/apigateway/apigateway_listener.py", "tests/integration/test_api_gateway.py"] | bug: API Gateway to S3, GET not yet implemented | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When creating an API Gateway with an integration of type AWS to S3, the uri to get objects from an S3 bucket is not working, returning:
`{
"status": 400,
"body": "{\"Type\": \"User\", \"message\": \"E... | https://github.com/localstack/localstack/issues/5508 | https://github.com/localstack/localstack/pull/5517 | 70018da7159ef4509ea4cd86bbd89323981d741d | d7cf22e2313718391f23f40bad355a407d5cdf25 | 2022-02-17T21:23:54Z | python | 2022-02-19T22:06:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,499 | ["localstack/services/generic_proxy.py"] | bug: Opening TCP connections to localstack slows down concurrent requests | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
It seems like whenever I open a connection to `localhost:4566` (4566 being exposed from the localstack container), for the next ~1 second any HTTP calls will have delayed responses. If I open 10 connections, the d... | https://github.com/localstack/localstack/issues/5499 | https://github.com/localstack/localstack/pull/6123 | c74e527d9f822dc8464390e96645ff8bdcb08668 | 8015c4455579e673b18ed74bd2d4ef763b43b67b | 2022-02-16T19:44:03Z | python | 2022-05-23T18:30:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,498 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/apigateway/context.py", "localstack/services/apigateway/helpers.py", "localstack/services/apigateway/integration.py"] | bug: API Gateway endpoint with SNS AWS integration - method "POST" not yet implemented | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have a CDK deployment that creates API Gateway with a single POST endpoint, configured to proxy to SNS using AWS integration.
When I deploy with "cdk deploy" to AWS and then use curl/Postman to POST - everythin... | https://github.com/localstack/localstack/issues/5498 | https://github.com/localstack/localstack/pull/5505 | d7cf22e2313718391f23f40bad355a407d5cdf25 | a6eb1febd2a7938b44a70e584ac6c73e84bb278e | 2022-02-16T16:51:30Z | python | 2022-02-19T22:08:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,497 | ["localstack/services/es/provider.py", "localstack/services/opensearch/provider.py", "tests/integration/test_es.py", "tests/integration/test_opensearch.py"] | feature request: implement es update-elasticsearch-domain-config | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Hello team. Please, kindly work on this feature for awslocal CLI:
awslocal es update-elasticsearch-domain-config --domain-name my-domain --region us-east-1 \
--advanced-security-options '{ "Enabled": ... | https://github.com/localstack/localstack/issues/5497 | https://github.com/localstack/localstack/pull/5552 | 1dcdd37d8bbbe00ca849b609df4f2b0c06a9d306 | 168bac4be8c86d3884ece683e73cce5f3d02070e | 2022-02-16T15:52:34Z | python | 2022-04-01T07:50:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,468 | ["localstack/utils/container_utils/container_client.py", "localstack/utils/container_utils/docker_cmd_client.py", "localstack/utils/container_utils/docker_sdk_client.py", "tests/integration/docker_utils/test_docker.py"] | feature request: Support running a debugger in ECS containers | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
To enable running a debugger (e.g. [delve](https://github.com/go-delve/delve)) in a container running in ECS in Localstack the container needs certain security related options. This includes adding the `SYS_PTR... | https://github.com/localstack/localstack/issues/5468 | https://github.com/localstack/localstack/pull/6001 | 38b35e76a6885b89569ddb270f7613233bc9bde8 | 87fd299ffc8a84a277827fd3f7ef702a94322fea | 2022-02-10T14:05:09Z | python | 2022-05-03T19:06:22Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,456 | ["localstack/services/awslambda/lambda_executors.py"] | bug: LocalStack doesn't apply the response data from custom resource provider | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The issue is following by:
I created dynamodb table as a custom resource and provider is lambda function, which is sending response data to CF
The table has been created successfully and another resource is tryi... | https://github.com/localstack/localstack/issues/5456 | https://github.com/localstack/localstack/pull/5578 | 5379cbfd59ee57b713ffc6f6cbb6cb0ffef76069 | fe36c3c3d34091769795d57dc3413425f8311d13 | 2022-02-09T17:44:55Z | python | 2022-02-26T09:22:09Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,407 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/apigateway/helpers.py", "localstack/services/cloudformation/models/apigateway.py", "localstack/utils/aws/aws_stack.py", "localstack/utils/cloudformation/template_deployer.py", "tests/integration/templates/template35.yaml", "tests/integration... | bug: API Gateway: request data mapping and request validation don't appear to be supported in pro | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am creating an API Gateway with a Lambda Authorizer via a CloudFormation stack. The stack specifies a data mapping from the request body passed to the API to the request body expected by Kinesis (search `R... | https://github.com/localstack/localstack/issues/5407 | https://github.com/localstack/localstack/pull/5430 | 8484b1a8e8d13f4c482638ab905ca964d227b706 | e2d0407d7f74fb8b10c3e0347c56ea250a5f3b3c | 2022-01-31T18:37:09Z | python | 2022-02-08T14:33:37Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,387 | ["localstack/services/events/provider.py", "localstack/services/events/scheduler.py", "localstack/testing/aws/eventbus_utils.py", "tests/aws/services/events/conftest.py", "tests/aws/services/events/scheduled_rules/__init__.py", "tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_logs.py", "tests/aws/... | bug: EventBridge Scheduled Rules generate an empty event | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When a scheduled rules runs, an empty event is generated and sent to targets.
### Expected Behavior
An event like this sample should be sent.
```json
{
"version": "0",
"id": "89d1a02d-5ec7-412e... | https://github.com/localstack/localstack/issues/5387 | https://github.com/localstack/localstack/pull/9271 | 06606c844813afe4112405fcb3192d2f33a38a1f | d4f38c211d856ce987015b8d9197a008ceaae22b | 2022-01-28T16:18:33Z | python | 2023-10-10T11:41:35Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,357 | [".github/workflows/pro-integration.yml", "localstack/services/firehose/provider.py", "localstack/utils/aws/aws_stack.py", "requirements.txt", "tests/integration/conftest.py", "tests/integration/test_firehose.py"] | bug: `AmazonopensearchserviceDestinationConfiguration` is not supported for Firehose-Streams | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
As mentioned [here](https://github.com/localstack/localstack/issues/4834#issuecomment-1021009701) it seems like the `AmazonopensearchserviceDestinationConfiguration` was not added while implementing OpenSear... | https://github.com/localstack/localstack/issues/5357 | https://github.com/localstack/localstack/pull/5379 | 507c42709ce08911153840f8b2e43b74f52ee9a5 | e023c9bd4c6fdbf819e36653648e2e6246145c88 | 2022-01-25T13:10:50Z | python | 2022-02-04T15:59:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,337 | ["localstack/config.py", "localstack/services/sqs/provider.py", "tests/integration/test_sns.py", "tests/integration/test_sqs.py"] | bug: SNS to SQS subscription breaks on republished 0.13.3 version | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When a SNS to SQS subscription is used it will throw an exception in the latest version.
```
2022-01-24T05:57:14.420:INFO:localstack.services.sns.sns_listener: Unable to forward SNS message to SQS: Could... | https://github.com/localstack/localstack/issues/5337 | https://github.com/localstack/localstack/pull/5388 | e9bfab3b3deb192a3f73359cd5ca0a6f15d96184 | 1ce07121755a5e08ef43f7928ae2194d077fef70 | 2022-01-24T06:25:14Z | python | 2022-01-28T22:17:36Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,322 | ["localstack/aws/api/sqs/__init__.py", "localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | feature request: Support for SSE in SQS | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
LocalStack should support Server-Side-Encryption for SQS if possible, or at least pretend it does so that scripts that assume this working against AWS don't break with LocalStack.
Currently terraform for exa... | https://github.com/localstack/localstack/issues/5322 | https://github.com/localstack/localstack/pull/5366 | 80fd270211124390fa6f6b00e6c9b55fe4b682e5 | b53574d11359dcf05fe7f48c69e0b85fffe276e0 | 2022-01-21T07:04:40Z | python | 2022-01-28T01:12:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,301 | ["localstack/services/awslambda/event_source_listeners/sqs_event_source_listener.py", "localstack/services/awslambda/lambda_api.py", "tests/integration/awslambda/functions/lambda_sqs_batch_item_failure.py", "tests/integration/awslambda/test_lambda_sqs_integration.py", "tests/integration/awslambda/test_lambda_sqs_integr... | feature request: support for reporting partial batch failure for a SQS batch | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
AWS lambda has [support for reporting partial batch failure for a SQS batch](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-batchfailurereporting). We're currently using it for ou... | https://github.com/localstack/localstack/issues/5301 | https://github.com/localstack/localstack/pull/6606 | 5f9e409146a708fb6023cde02362b25159c41d61 | 70268a7c985bc2f8bb9054b52f7c138305c2f900 | 2022-01-19T10:03:08Z | python | 2022-08-18T11:09:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,297 | ["localstack/aws/protocol/serializer.py", "tests/integration/test_sqs.py", "tests/unit/aws/protocol/test_serializer.py"] | bug: ASF does not encode XML message content correctly | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
when executing the commands from this issue
* #5293
specifically the last command:
aws --debug --endpoint-url="http://localhost:4566" sqs change-message-visibility --queue-url http://localhost:45... | https://github.com/localstack/localstack/issues/5297 | https://github.com/localstack/localstack/pull/5298 | 66b44fd84a444edd52edd0fc37ac7ff79e721f6f | ce0bef58f157d6ac16e6fdf3a5bd5cbec2780fab | 2022-01-18T23:05:18Z | python | 2022-01-20T16:43:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,293 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py"] | bug: SQS ChangeMessageVisibility Error Response Does Not Match AWS and Locks Up .NET Client | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using the image localstack/localstack:0.13.3
1. When calling SQS **ChangeMessageVisibility** with a receipt handle that is not properly formatted, the error response is `ReceiptHandleIsInvalid`. (_Th... | https://github.com/localstack/localstack/issues/5293 | https://github.com/localstack/localstack/pull/6103 | 28a6cb490cc30efe2050542ed1b70d1982f87236 | c4a85ca3eaf4bfd008edf484dcf520dc9714110f | 2022-01-18T17:32:46Z | python | 2022-05-20T17:59:13Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,283 | ["localstack/services/awslambda/event_source_listeners/sqs_event_source_listener.py", "localstack/services/awslambda/lambda_executors.py", "localstack/testing/snapshots/transformer_utility.py", "localstack/utils/aws/dead_letter_queue.py", "localstack/utils/aws/message_forwarding.py", "tests/integration/awslambda/functi... | bug: RedrivePolicy is not respected for SQS and Lambda integration | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If the Lambda returns an error, the message is put into DLQ straightaway after first try **although** the configurations says "try 3 times".
### Expected Behavior
If the Lambda returns an error, the message shou... | https://github.com/localstack/localstack/issues/5283 | https://github.com/localstack/localstack/pull/6603 | b616e822955defc87ed5b94714055e1e2e2b7529 | 78886562bec467b6a7931e7757599a2f4f1aafa6 | 2022-01-16T16:56:30Z | python | 2022-08-08T21:33:44Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,269 | ["localstack/services/s3/presigned_url.py", "tests/integration/awslambda/functions/lambda_s3_integration_presign.js", "tests/integration/awslambda/functions/lambda_s3_integration_sdk_v2.js", "tests/integration/s3/test_s3.py"] | bug: Additional headers in S3 presigned URL doesn't work | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
TL;DR: When presigned URL contains one of `Content-MD5`, `X-AMZ-Server-Side-Encryption` headers or their combination, it does not work on localstack, but works in AWS.
The **presigned S3 URL feature** al... | https://github.com/localstack/localstack/issues/5269 | https://github.com/localstack/localstack/pull/7628 | e0e0a268a894edc7f986823448cd1767eb7b511b | ed228d7e53adf401be4a8ccc97e74324839e02b7 | 2022-01-13T15:07:31Z | python | 2023-02-07T14:28:29Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,248 | ["localstack/services/sqs/provider.py", "tests/integration/test_sqs.py", "tests/integration/test_sqs.snapshot.json", "tests/unit/aws/protocol/test_serializer.py"] | MessageAttributes can't be set on SQS message | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When a new message is created with attributed, message: `{QueueUrl: http://localhost:32921/000000000000/c2e89862-2dd2-48a2-aba7-3948660eaea7,MessageBody: Test msg,DelaySeconds: 0,MessageAttributes: {retryCou... | https://github.com/localstack/localstack/issues/5248 | https://github.com/localstack/localstack/pull/6097 | 7ebc44cd4f2b846c7e8aa3fefc771c5ae2a1e3b2 | fa4dcf9716abecd05805a9f61b787b3c5f4db596 | 2022-01-10T17:34:11Z | python | 2022-05-19T17:34:53Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,233 | ["localstack/constants.py", "localstack/services/install.py", "localstack/services/kms/kms_starter.py"] | bug: Missing support for local-kms provider on arm64 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The KMS provider `local-kms` don't start on Apple M1 ( arm64 ).
### Expected Behavior
Localstack should use `darwin-arm64` build of `local-kms`.
### How are you starting LocalStack?
With a docker-compose file
... | https://github.com/localstack/localstack/issues/5233 | https://github.com/localstack/localstack/pull/5234 | 0b49f5b1ec6cab42b88d19341b0e6c68b739d610 | 06cf807f86b26dabb9870a87b99e218ba9ec16c2 | 2022-01-06T13:28:28Z | python | 2022-01-17T08:22:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,226 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/apigateway/helpers.py"] | bug: HTTP Proxy integrations take more specificity than explicitly defined resources | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm trying to use the HTTP_PROXY feature to provide a fallback to an old API whilst the endpoints are replaced with API GW + Lambda.
I currently have an API Gateway set up similar to the following:
```... | https://github.com/localstack/localstack/issues/5226 | https://github.com/localstack/localstack/pull/5257 | ec8b72d5c926ae8495ca50ce168494247aef54be | 35c302e1e1b1284874a162e48ecbc82a01d5e564 | 2022-01-05T15:48:32Z | python | 2022-01-12T11:45:37Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,204 | ["localstack/services/stepfunctions/resource_providers/aws_stepfunctions_statemachine.py", "tests/aws/services/stepfunctions/v2/test_sfn_api.py", "tests/aws/services/stepfunctions/v2/test_sfn_api.snapshot.json"] | bug: StateMachine yaml Definition is not supported (DefinitionString works) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
when describing using cloudformation YAML with Definition, LocalStack fails to create StateMachine. Switching to YAML with DefinitionString works as expected.
Examples taken from here
https://docs.aws.amazon.... | https://github.com/localstack/localstack/issues/5204 | https://github.com/localstack/localstack/pull/9677 | 61d66a972603adbb6a49e83901a2022dcff8f36a | 9bb14ea1d0e321dd49570651640a120117ed90cd | 2021-12-30T01:09:42Z | python | 2023-11-27T08:29:31Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,193 | ["localstack/config.py"] | bug: PROVIDER_OVERRIDE_<provider> env vars are not passed through with the CLI | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Starting localstack with the CLI `PROVIDER_OVERRIDE_SQS=asf bin/localstack --debug start` starts up correctly but then uses the `default` SQS provider.
### Expected Behavior
I would expect it to start the asf pr... | https://github.com/localstack/localstack/issues/5193 | https://github.com/localstack/localstack/pull/5194 | 390f01dc69d9634665365357a314e3c5bf3dff8d | 896c90613fb6ccad33f09a95b617a6cb2c293be1 | 2021-12-27T14:12:56Z | python | 2021-12-27T18:39:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,130 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/services/apigateway/context.py"] | bug: fails to invoke lambda in docker | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm using localstack in docker-compose to test a lambda function. The lambda is in a docker image and gets triggered when a file is uploaded to s3.
Here is the localstack docker-compose setup
```yml
localsta... | https://github.com/localstack/localstack/issues/5130 | https://github.com/localstack/localstack/pull/5837 | 5b2633c5cdc97bbde2b30f7058e7d91220f1b494 | d2ffa1fbfa0f9e869b4fcdc209247a79988e433a | 2021-12-15T20:17:39Z | python | 2022-04-11T12:42:04Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,125 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/utils/http_utils.py", "tests/integration/test_api_gateway.py", "tests/unit/test_apigateway.py", "tests/unit/test_http_utils.py"] | bug: Query params not forwarded when using HTTP Proxy with API Gateway REST API | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am trying to build an API Gateway HTTP Proxy fallback for a REST API. I have the following API Gateway resources configured locally with localstack.
```json
{
"httpMethod": "ANY",
"authorizationT... | https://github.com/localstack/localstack/issues/5125 | https://github.com/localstack/localstack/pull/5212 | 122722754c30e9ed5f2fe4c6f8926582b7b21e60 | f829aac7e2af1754eb7f70a1f7369ce5e17764ed | 2021-12-15T10:22:50Z | python | 2022-01-02T22:21:27Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,122 | ["localstack/services/apigateway/helpers.py", "tests/unit/test_apigateway.py"] | bug: Localstack does not properly handle apigateway proxy resources | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have a number of lambda functions behind an API Gateway, each responsible for serving a small API. My stack is defined in CDK and deployed to localstack using cdklocal.
For each of the services mounted on the... | https://github.com/localstack/localstack/issues/5122 | https://github.com/localstack/localstack/pull/5217 | 1888e66b85d7e6a8ee457bc7a732984fcf7aa830 | afd3a85b637932a230a81163630695ecfad23879 | 2021-12-14T22:31:45Z | python | 2022-01-03T21:56:05Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,105 | ["localstack/services/apigateway/apigateway_listener.py"] | bug: Api Gateway Methodsettings | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Deploying a AWS Sam template to localstack via cloudformation results in an API Gateway deploy that does not invoke the function. Subsequently, all requests return an `Unable to find integration for: GET /fo... | https://github.com/localstack/localstack/issues/5105 | https://github.com/localstack/localstack/pull/5323 | 610924cb71beb49551a04e8d1dad747eb99c840f | af02c9013bf8d3f3e91da20e0ae02f23f9e79bf0 | 2021-12-09T23:21:30Z | python | 2022-01-21T09:51:24Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,096 | ["localstack/services/sns/sns_listener.py", "tests/integration/fixtures.py", "tests/integration/test_sns.py"] | bug: Publishing a message to SNS with empty body should fail | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When you publish a message to SNS without a *body* (e.g. only attributes) it succeeds.
### Expected Behavior
Trying to publish a message without a *body* should fail (at least it does when trying to do this in A... | https://github.com/localstack/localstack/issues/5096 | https://github.com/localstack/localstack/pull/5106 | 31792d0df3485c6391c10a81da74134dd8663e26 | e57ff7e62e6706001532ace412c6bceb97132cd7 | 2021-12-08T14:52:50Z | python | 2021-12-10T20:33:32Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,091 | ["localstack/services/logs/provider.py", "localstack/testing/pytest/fixtures.py", "localstack/testing/snapshots/transformer.py", "localstack/testing/snapshots/transformer_utility.py", "tests/integration/test_logs.py", "tests/integration/test_logs.snapshot.json"] | golang lambda cloudwatchLogs cannot Unmarshal CloudwatchLogsLogEvent as ID is passed as int expects string | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
cannot unmarshal number into Go struct field CloudwatchLogsLogEvent.logEvents.id of type string\"; logsEvent.AWSLogs=\"{Data:H4sIAHLYr2EC/5XRwY6CMBAG4Fchc8akUBYR48FkXU970ttiNiyMbJNCTVswG8O77wAaOXCQ3vp3Ol8nvUGJxqQF... | https://github.com/localstack/localstack/issues/5091 | https://github.com/localstack/localstack/pull/6202 | c05736fb808860b6327ce400bce7ddf988af4338 | 9147f966abeed46267f132afe81b4bc5144265e0 | 2021-12-07T22:33:33Z | python | 2022-06-07T12:43:45Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,048 | ["MANIFEST.in", "localstack/services/events/events_listener.py", "localstack/services/events/events_starter.py", "localstack/services/providers.py", "localstack/services/route53/route53_starter.py", "requirements.txt", "tests/integration/test_route53.py"] | feature request: Route53Resolver | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Support for the Route53 Resolver service. Some common resources for the resolver service are the resolver endpoint, resolver rule, and resolver rule association.
### 🧑💻 Implementation
The service exists in... | https://github.com/localstack/localstack/issues/5048 | https://github.com/localstack/localstack/pull/5077 | abcb86574d08b90396c345b8c36cfa0ab323bcea | 5e999100f4618138610a8331d3695c275cf9aff7 | 2021-12-01T14:49:42Z | python | 2021-12-05T20:53:26Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 5,032 | ["Makefile"] | Enhanced Container Image Tagging | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Please Tag [container images](https://hub.docker.com/r/localstack/localstack/tags) for Major/Minor/Patch version ranges.
As a consumer of the localstack docker image it would be nice to get the latest image... | https://github.com/localstack/localstack/issues/5032 | https://github.com/localstack/localstack/pull/5071 | a943e21bc61d3805c1c89ddf832c31c13607ba18 | 88155fd7b47a2640cb1c0207c84c3b56a659b023 | 2021-11-29T23:28:30Z | python | 2021-12-06T19:06:40Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,891 | ["localstack/services/apigateway/helpers.py", "tests/integration/test_api_gateway.py"] | bug: API Gateway base-path-mappings don't work for the (none) path | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When creating base-path-mappings on an API Gateway, there is a special `(none)` path when you don't specify a path during creation. Localstack stores this as `basePath: "(none)"` internally.
When you query to get... | https://github.com/localstack/localstack/issues/4891 | https://github.com/localstack/localstack/pull/4901 | 8a50b5b23f0b025eaef6fc9e88ea9e863cb4f956 | 10b34b0918a6d9237b27cb6e04f70e38e14c3096 | 2021-11-10T00:11:32Z | python | 2021-11-11T10:38:22Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,876 | ["localstack/config.py"] | bug: Lambda improperly parses docker images with digest | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using the serverless framework, when deploying a lambda function that uses a custom container runtime, the image is pushed to localstack with an "ImageUri" value that includes the docker image's digest (e.g.... | https://github.com/localstack/localstack/issues/4876 | https://github.com/localstack/localstack/pull/4882 | cfdca7ba0bfc26a0a802d6969625686fe64006f0 | 8efad3f187a4ba6dae022d2d1ca0d2f6964e9a3a | 2021-11-08T19:42:46Z | python | 2021-11-09T20:25:12Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,794 | ["localstack/services/dynamodb/dynamodb_listener.py", "tests/integration/test_dynamodb.py"] | bug: dynamodb to kinesis stream has `null` `OldImage` when deleting an item | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Here are the kinesis events from inserting/deleting a dynamodb item:
```
{"eventID":"cf1199b0","eventVersion":"1.1","dynamodb":{"ApproximateCreationDateTime":1.635284406858227E9,"SizeBytes":56,"Keys":{"hash":{... | https://github.com/localstack/localstack/issues/4794 | https://github.com/localstack/localstack/pull/4924 | 4a3d80725ddd68faff3996756dd43092fba94848 | a8ce5ec07024447b6482cdceab48e365324c0992 | 2021-10-26T21:49:04Z | python | 2021-11-20T19:23:42Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,786 | [".circleci/config.yml", "localstack/services/cloudformation/models/awslambda.py", "tests/integration/cloudformation/test_cloudformation_lambda.py", "tests/integration/docker_utils/__init__.py", "tests/integration/docker_utils/conftest.py", "tests/integration/docker_utils/test_docker.py", "tests/integration/templates/l... | bug: Redeploying lambda with CDK fails "localstack.services.awslambda.lambda_api.ClientError: Uploaded Lambda code for runtime (nodejs14.x) is not in Zip format" | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using CDK to deploy a simple Lambda function the stack deploys first time and is successful.
Though when deployed a second time it fails.
If I change the name of the lambda it will be successfully... | https://github.com/localstack/localstack/issues/4786 | https://github.com/localstack/localstack/pull/4802 | ce3e2838863276dd3cf98cb4a8d3aabf89abd7c1 | 14202f8a613458ac5f8e6dec4d0218dd7e789ac4 | 2021-10-25T22:40:37Z | python | 2021-10-30T18:12:01Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,771 | ["localstack/config.py", "localstack/utils/analytics/client.py", "localstack/utils/common.py", "tests/unit/test_common.py"] | question: Use HTTP proxy when downloading resources | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
I'm running Localstack inside minikube on macOS. Due to the networking configuration in macOS, I need to use an HTTP proxy whenever I'm connected to a VPN.
This means that Localstack fails to... | https://github.com/localstack/localstack/issues/4771 | https://github.com/localstack/localstack/pull/4797 | a201ff49852c27b35fc326a160a55ef873fd382c | c83f3360b004a6587cd54880459a20c97f6b7903 | 2021-10-21T20:23:48Z | python | 2021-10-28T11:21:23Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,769 | ["bin/docker-entrypoint.sh", "localstack/services/edge.py", "localstack/services/infra.py", "localstack/services/plugins.py", "tests/unit/test_edge.py"] | question: No longer possible to wait for initScripts:initialized? | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
A [recent commit](https://github.com/localstack/localstack/commit/f41b25cc8d68e97ce8eacd4374ded4a8072e50f6#diff-368e25a43c4a3200ecb9ae21e7b2a94da05d8eb24680bd6c2a37ee0e275bcd0aL67) scrappe... | https://github.com/localstack/localstack/issues/4769 | https://github.com/localstack/localstack/pull/4770 | 1a998e45038abaf6e39f3d0b05ce50c5a554e5c0 | c75328db9c09ff5524037404ca8adb43f818e323 | 2021-10-21T12:09:00Z | python | 2021-10-21T16:29:58Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,753 | ["localstack/constants.py"] | feature request: Update Elastic Search to 7.10 for supporting case insensitive term queries | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
As a DEVELOPER for a Bayer project we need LocalStack with Elastic Search version 7.10.
In version 7.10 `case_insensitive` option were be added. [Term Query Doc](https://www.elastic.co/guide/en/elasticsearch... | https://github.com/localstack/localstack/issues/4753 | https://github.com/localstack/localstack/pull/4755 | e7826b4167745b0a74f4d6041fdbe031e075835f | d5690645d5945c08071e63b4450b9035a11df498 | 2021-10-19T06:24:38Z | python | 2021-10-19T21:23:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,743 | ["localstack/services/s3/s3_listener.py"] | bug: extra chunk-signature data in s3 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Note: I create this bug as I didn't get an answer in another related [issue](https://github.com/localstack/localstack/issues/98#issuecomment-929993979) (#98).
After restarting localstorage, when I do a S3 getOb... | https://github.com/localstack/localstack/issues/4743 | https://github.com/localstack/localstack/pull/4939 | 10ce50ce2abe65973ed2d97233df5e1a717d26f1 | 3ca09d8df3f1858f29c239c88baf69c9565b2091 | 2021-10-18T10:30:58Z | python | 2021-11-17T17:28:57Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,736 | ["localstack/config.py"] | question: ENABLE_CONFIG_UPDATES for docker image | ### Is there an existing issue for this?
- [x] I have searched the existing issues and read the documentation
### Question
Seems like ENABLE_CONFIG_UPDATES=1 works only in host mode.
Is there way to enable it for docker ?
### Anything else?
_No response_ | https://github.com/localstack/localstack/issues/4736 | https://github.com/localstack/localstack/pull/4741 | 457506b03601ba42efee78029f0230ca6ad7a707 | 4e5e3845433552c245b734af7a8ba4679826ee34 | 2021-10-15T08:05:45Z | python | 2021-10-18T09:59:55Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,719 | ["localstack/services/apigateway/apigateway_listener.py", "localstack/utils/common.py", "tests/unit/test_apigateway.py"] | Does LocalStack support HTTP Integrations in ApiGateway (Websockets)? | ### Is there an existing issue for this?
- [X] I have searched the existing issues and read the documentation
### Question
Using a websocket apigatewayv2 in localstack and i need to change the body of the request e.g. add the connectionid, which is something i can do with a HTTP integration on the AWS gateway, howev... | https://github.com/localstack/localstack/issues/4719 | https://github.com/localstack/localstack/pull/5381 | b53574d11359dcf05fe7f48c69e0b85fffe276e0 | e9bfab3b3deb192a3f73359cd5ca0a6f15d96184 | 2021-10-11T16:52:24Z | python | 2022-01-28T12:09:45Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,656 | ["localstack/services/sqs/sqs_listener.py"] | Version 0.12.18 breaks elasticmq functionality | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Starting the localstack docker using the elasticmq SQS backend results in not being able to send any messages. Appears to work fine in 0.12.17
### Expected Behavior
Messages should send fine.
### How are you s... | https://github.com/localstack/localstack/issues/4656 | https://github.com/localstack/localstack/pull/4657 | a01690e38935933bdd3cc7ef46d2ac69d8e8bc7c | 97a691d532dfb2f71491c0853055455dd19ef308 | 2021-09-28T18:12:10Z | python | 2021-09-29T09:14:51Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,651 | ["localstack/services/awslambda/lambda_api.py", "localstack/services/awslambda/lambda_executors.py", "tests/integration/test_stepfunctions.py"] | custom error return to catch from step functions | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
A lambda from my step function can return an error (if a condition is not satisfied) but in a local environment the return error does not fall in my custom catch, falling only in States.ALL.
```json
"Cat... | https://github.com/localstack/localstack/issues/4651 | https://github.com/localstack/localstack/pull/5626 | 6d9b57f197abe2d13d4520a763e6760922e7f1ab | 6f4bcb61081acaa478e3fb372a46a45afb9546f1 | 2021-09-27T18:27:15Z | python | 2022-03-09T10:00:58Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,611 | ["localstack/services/cloudformation/models/events.py", "localstack/services/events/events_starter.py", "localstack/utils/aws/message_forwarding.py", "localstack/utils/common.py", "localstack/utils/generic/wait_utils.py", "tests/integration/cloudformation/test_cloudformation_events.py", "tests/integration/templates/eve... | bug: not possible to use CloudWatch as EventBridge target | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When trying to use CloudWatch as a target for an EventBridge eventbus I receive a warning `WARNING:localstack.utils.aws.aws_stack: Unsupported Events rule target ARN: "arn:aws:logs:us-east-1:000000000000:log-group... | https://github.com/localstack/localstack/issues/4611 | https://github.com/localstack/localstack/pull/4730 | 0255684203ba00e59c84eb16fea207a37eca382a | f720fe42e727c2c290d7babea3363bf7f8a357f8 | 2021-09-17T08:55:54Z | python | 2021-10-18T23:53:25Z |
closed | localstack/localstack | https://github.com/localstack/localstack | 4,607 | ["localstack/services/ssm/ssm_listener.py", "tests/integration/fixtures.py", "tests/integration/test_ssm.py"] | SSM - labeling more than 10 parameters does not work right | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Adding and labeling more than 10 parameters only labels (or only returns) the first 10 labeled parameters.
### Expected Behavior
Adding and labeling more than 10 parameters should add & then return all... | https://github.com/localstack/localstack/issues/4607 | https://github.com/localstack/localstack/pull/4875 | 0087f9abbf7875818738c8ea7f6b92f8dff82093 | ab8d5597d7e7b4caee393b3cbc7ad62f9877763a | 2021-09-16T14:20:55Z | python | 2021-11-11T12:53:55Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.